netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
To: Lorenzo Bianconi <lorenzo@kernel.org>
Cc: bpf@vger.kernel.org, netdev@vger.kernel.org, davem@davemloft.net,
	kuba@kernel.org, ast@kernel.org, daniel@iogearbox.net,
	brouer@redhat.com, toke@redhat.com, pabeni@redhat.com,
	echaudro@redhat.com, toshiaki.makita1@gmail.com,
	andrii@kernel.org
Subject: Re: [PATCH v3 bpf-next 0/3] introduce xdp frags support to veth driver
Date: Tue, 8 Mar 2022 16:54:32 +0100	[thread overview]
Message-ID: <Yid8OBYtqEhlr30X@lore-desk> (raw)
In-Reply-To: <cover.1645558706.git.lorenzo@kernel.org>

[-- Attachment #1: Type: text/plain, Size: 1273 bytes --]

> Introduce xdp frags support to veth driver in order to allow increasing the mtu
> over the page boundary if the attached xdp program declares to support xdp
> fragments. Enable NETIF_F_ALL_TSO when the device is running in xdp mode.
> This series has been tested running xdp_router_ipv4 sample available in the
> kernel tree redirecting tcp traffic from veth pair into the mvneta driver.

Hi Alexei and Daniel,

please drop this revision, I will post a new version soon adding a check on max
supported mtu when the loaded program support xdp frags.

Regards,
Lorenzo

> 
> Changes since v2:
> - move rcu_access_pointer() check in veth_skb_is_eligible_for_gro
> 
> Changes since v1:
> - always consider skb paged are non-writable
> - fix tpt issue with sctp
> - always use napi if we are running in xdp mode in veth_xmit
> 
> Lorenzo Bianconi (3):
>   net: veth: account total xdp_frame len running ndo_xdp_xmit
>   veth: rework veth_xdp_rcv_skb in order to accept non-linear skb
>   veth: allow jumbo frames in xdp mode
> 
>  drivers/net/veth.c | 212 +++++++++++++++++++++++++++++----------------
>  include/net/xdp.h  |  14 +++
>  net/core/xdp.c     |   1 +
>  3 files changed, 151 insertions(+), 76 deletions(-)
> 
> -- 
> 2.35.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  parent reply	other threads:[~2022-03-08 15:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-22 19:43 [PATCH v3 bpf-next 0/3] introduce xdp frags support to veth driver Lorenzo Bianconi
2022-02-22 19:43 ` [PATCH v3 bpf-next 1/3] net: veth: account total xdp_frame len running ndo_xdp_xmit Lorenzo Bianconi
2022-02-22 19:43 ` [PATCH v3 bpf-next 2/3] veth: rework veth_xdp_rcv_skb in order to accept non-linear skb Lorenzo Bianconi
2022-02-22 19:43 ` [PATCH v3 bpf-next 3/3] veth: allow jumbo frames in xdp mode Lorenzo Bianconi
2022-03-08 15:54 ` Lorenzo Bianconi [this message]
2022-03-08 15:56   ` [PATCH v3 bpf-next 0/3] introduce xdp frags support to veth driver Daniel Borkmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Yid8OBYtqEhlr30X@lore-desk \
    --to=lorenzo.bianconi@redhat.com \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=brouer@redhat.com \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=echaudro@redhat.com \
    --cc=kuba@kernel.org \
    --cc=lorenzo@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=toke@redhat.com \
    --cc=toshiaki.makita1@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).