Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1546923

Re: [PATCH net 0/9] several fixups for virtio-net XDP

From John Fastabend <john.fastabend@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH net 0/9] several fixups for virtio-net XDP
Date 2016-12-23 18:20 +0100
Message-ID <sRBFD-1lR-7@gated-at.bofh.it> (permalink)
References <sRzaN-833-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 16-12-23 06:37 AM, Jason Wang wrote:
> Merry Xmas and a Happy New year to all:
> 
> This series tries to fixes several issues for virtio-net XDP which
> could be categorized into several parts:
> 
> - fix several issues during XDP linearizing
> - allow csumed packet to work for XDP_PASS
> - make EWMA rxbuf size estimation works for XDP
> - forbid XDP when GUEST_UFO is support
> - remove big packet XDP support
> - add XDP support or small buffer
> 
> Please see individual patches for details.
> 
> Thanks
> 
> Jason Wang (9):
>   virtio-net: remove the warning before XDP linearizing
>   virtio-net: correctly xmit linearized page on XDP_TX
>   virtio-net: fix page miscount during XDP linearizing
>   virtio-net: correctly handle XDP_PASS for linearized packets
>   virtio-net: unbreak csumed packets for XDP_PASS
>   virtio-net: make rx buf size estimation works for XDP
>   virtio-net: forbid XDP when VIRTIO_NET_F_GUEST_UFO is support
>   virtio-net: remove big packet XDP codes
>   virtio-net: XDP support for small buffers
> 
>  drivers/net/virtio_net.c | 172 ++++++++++++++++++++++++++++-------------------
>  1 file changed, 102 insertions(+), 70 deletions(-)
> 

Thanks a lot Jason. The last piece that is needed is support to
complete XDP support is to get the adjust_head part correct. I'll
send out a patch in a bit but will need to merge it on top of this
set.

.John

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH net 0/9] several fixups for virtio-net XDP Jason Wang <jasowang@redhat.com> - 2016-12-23 15:40 +0100
  [PATCH net 4/9] virtio-net: correctly handle XDP_PASS for linearized packets Jason Wang <jasowang@redhat.com> - 2016-12-23 15:40 +0100
    Re: [PATCH net 4/9] virtio-net: correctly handle XDP_PASS for  linearized packets John Fastabend <john.fastabend@gmail.com> - 2016-12-23 17:00 +0100
      Re: [PATCH net 4/9] virtio-net: correctly handle XDP_PASS for  linearized packets Jason Wang <jasowang@redhat.com> - 2016-12-26 03:40 +0100
  [PATCH net 2/9] virtio-net: correctly xmit linearized page on XDP_TX Jason Wang <jasowang@redhat.com> - 2016-12-23 15:40 +0100
    Re: [PATCH net 2/9] virtio-net: correctly xmit linearized page on  XDP_TX John Fastabend <john.fastabend@gmail.com> - 2016-12-23 16:50 +0100
  [PATCH net 8/9] virtio-net: remove big packet XDP codes Jason Wang <jasowang@redhat.com> - 2016-12-23 15:40 +0100
  [PATCH net 9/9] virtio-net: XDP support for small buffers Jason Wang <jasowang@redhat.com> - 2016-12-23 15:50 +0100
    Re: [PATCH net 9/9] virtio-net: XDP support for small buffers John Fastabend <john.fastabend@gmail.com> - 2016-12-23 18:00 +0100
    Re: [PATCH net 9/9] virtio-net: XDP support for small buffers John Fastabend <john.fastabend@gmail.com> - 2017-01-02 23:50 +0100
      Re: [PATCH net 9/9] virtio-net: XDP support for small buffers Jason Wang <jasowang@redhat.com> - 2017-01-03 07:20 +0100
        Re: [PATCH net 9/9] virtio-net: XDP support for small buffers John Fastabend <john.fastabend@gmail.com> - 2017-01-03 17:50 +0100
  [PATCH net 5/9] virtio-net: unbreak csumed packets for XDP_PASS Jason Wang <jasowang@redhat.com> - 2016-12-23 15:50 +0100
    Re: [PATCH net 5/9] virtio-net: unbreak csumed packets for XDP_PASS John Fastabend <john.fastabend@gmail.com> - 2016-12-23 17:00 +0100
  Re: [PATCH net 0/9] several fixups for virtio-net XDP John Fastabend <john.fastabend@gmail.com> - 2016-12-23 18:20 +0100
    Re: [PATCH net 0/9] several fixups for virtio-net XDP Jason Wang <jasowang@redhat.com> - 2016-12-26 03:40 +0100
  Re: [PATCH net 0/9] several fixups for virtio-net XDP David Miller <davem@davemloft.net> - 2016-12-23 19:50 +0100

csiph-web