[Intel-wired-lan] [PATCH v4 net-next 3/9] ice: respect metadata in legacy-rx/ice_construct_skb()

Bhandare, KiranX kiranx.bhandare at intel.com
Mon Jan 10 10:16:24 UTC 2022


> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces at osuosl.org> On Behalf Of
> Alexander Lobakin
> Sent: Wednesday, December 8, 2021 7:37 PM
> To: intel-wired-lan at lists.osuosl.org
> Cc: Song Liu <songliubraving at fb.com>; Alexei Starovoitov <ast at kernel.org>;
> Andrii Nakryiko <andrii at kernel.org>; Daniel Borkmann
> <daniel at iogearbox.net>; John Fastabend <john.fastabend at gmail.com>;
> Jesper Dangaard Brouer <brouer at redhat.com>; Yonghong Song
> <yhs at fb.com>; Jesper Dangaard Brouer <hawk at kernel.org>; KP Singh
> <kpsingh at kernel.org>; Jakub Kicinski <kuba at kernel.org>;
> netdev at vger.kernel.org; linux-kernel at vger.kernel.org; David S. Miller
> <davem at davemloft.net>; Björn Töpel <bjorn at kernel.org>;
> bpf at vger.kernel.org; Martin KaFai Lau <kafai at fb.com>
> Subject: [Intel-wired-lan] [PATCH v4 net-next 3/9] ice: respect metadata in
> legacy-rx/ice_construct_skb()
> 
> In "legacy-rx" mode represented by ice_construct_skb(), we can still use XDP
> (and XDP metadata), but after XDP_PASS the metadata will be lost as it
> doesn't get copied to the skb.
> Copy it along with the frame headers. Account its size on skb allocation, and
> when copying just treat it as a part of the frame and do a pull after to "move"
> it to the "reserved" zone.
> Point net_prefetch() to xdp->data_meta instead of data. This won't change
> anything when the meta is not here, but will save some cache misses
> otherwise.
> 
> Suggested-by: Jesper Dangaard Brouer <brouer at redhat.com>
> Suggested-by: Maciej Fijalkowski <maciej.fijalkowski at intel.com>
> Signed-off-by: Alexander Lobakin <alexandr.lobakin at intel.com>
> Reviewed-by: Michal Swiatkowski <michal.swiatkowski at linux.intel.com>
> ---
>  drivers/net/ethernet/intel/ice/ice_txrx.c | 15 +++++++++++----
>  1 file changed, 11 insertions(+), 4 deletions(-)
> 

Tested-by: Kiran Bhandare <kiranx.bhandare at intel.com>  A Contingent Worker at Intel


More information about the Intel-wired-lan mailing list