[PATCH net-next 3/3] ice: optimize for XDP_REDIRECT in xsk path

2021-03-16 Thread Tony Nguyen
From: Magnus Karlsson Optimize ice_run_xdp_zc() for the XDP program verdict being XDP_REDIRECT in the xsk zero-copy path. This path is only used when having AF_XDP zero-copy on and in that case most packets will be directed to user space. This provides a little over 100k extra packets in throughp

RE: [Intel-wired-lan] [PATCH net-next 3/3] ice: optimize for XDP_REDIRECT in xsk path

2021-02-05 Thread Kuruvinakunnel, George
[Intel-wired-lan] [PATCH net-next 3/3] ice: optimize for > XDP_REDIRECT in > xsk path > > From: Magnus Karlsson > > Optimize ice_run_xdp_zc() for the XDP program verdict being XDP_REDIRECT in > the zsk zero-copy path. This path is only used when having AF_XDP zero-copy on >

[PATCH net-next 3/3] ice: optimize for XDP_REDIRECT in xsk path

2020-12-02 Thread Magnus Karlsson
From: Magnus Karlsson Optimize ice_run_xdp_zc() for the XDP program verdict being XDP_REDIRECT in the zsk zero-copy path. This path is only used when having AF_XDP zero-copy on and in that case most packets will be directed to user space. This provides a little over 100k extra packets in throughp