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


Groups > linux.kernel > #1710616 > unrolled thread

Re: [PATCH net-next V2 0/3] XDP support for tap

Started byDavid Miller <davem@davemloft.net>
First post2017-08-14 05:00 +0200
Last post2017-08-14 05:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH net-next V2 0/3] XDP support for tap David Miller <davem@davemloft.net> - 2017-08-14 05:00 +0200

#1710616 — Re: [PATCH net-next V2 0/3] XDP support for tap

FromDavid Miller <davem@davemloft.net>
Date2017-08-14 05:00 +0200
SubjectRe: [PATCH net-next V2 0/3] XDP support for tap
Message-ID<uedLH-6Vy-5@gated-at.bofh.it>
From: Jason Wang <jasowang@redhat.com>
Date: Fri, 11 Aug 2017 19:41:15 +0800

> Hi all:
> 
> This series tries to implement XDP support for tap. Two path were
> implemented:
> 
> - fast path: small & non-gso packet, For performance reason we do it
>   at page level and use build_skb() to create skb if necessary.
> - slow path: big or gso packet, we don't want to lose the capability
>   compared to generic XDP, so we export some generic xdp helpers and
>   do it after skb was created.
> 
> xdp1 shows about 41% improvement, xdp_redirect shows about 60%
> improvement.
> 
> Changes from V1:
> - fix the race between xdp set and free
> - don't hold extra refcount
> - add XDP_REDIRECT support
> 
> Please review.

Series applied, thanks Jason.

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web