mbox series

[intel-next,0/2] ice: add NETIF_F_LOOPBACK support

Message ID 20220707101651.48738-1-maciej.fijalkowski@intel.com (mailing list archive)
Headers show
Series ice: add NETIF_F_LOOPBACK support | expand

Message

Fijalkowski, Maciej July 7, 2022, 10:16 a.m. UTC
Hi,

these two patches are pulled out of the set
https://lore.kernel.org/bpf/20220616180609.905015-1-maciej.fijalkowski@intel.com/

they are about adding support for loopback toggle and they were written
for AF_XDP ZC testing purposes but they are good on their own and since
I need to rework ice ZC support a bit, let us route them via IWL
instead.

By the time I am done with refactor I believe there is a high chance
that these will land in net-next.

Thanks!
Maciej

Maciej Fijalkowski (2):
  ice: compress branches in ice_set_features()
  ice: allow toggling loopback mode via ndo_set_features callback

 drivers/net/ethernet/intel/ice/ice_main.c | 73 ++++++++++++++++-------
 1 file changed, 51 insertions(+), 22 deletions(-)