mbox series

[intel-net,0/2] ice: bring up ethtool selftests

Message ID 20220707102044.48775-1-maciej.fijalkowski@intel.com (mailing list archive)
Headers show
Series ice: bring up ethtool selftests | expand

Message

Fijalkowski, Maciej July 7, 2022, 10:20 a.m. UTC
Currently `ethtool -t $IFACE` fails for loopback testing.
These two small patches bring it back to life.

These were pulled out from
https://lore.kernel.org/bpf/20220616180609.905015-1-maciej.fijalkowski@intel.com/

and now I route them via net tree as fixes.

Thanks!
Maciej

Maciej Fijalkowski (2):
  ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)
  ice: do not setup vlan for loopback VSI

 drivers/net/ethernet/intel/ice/ice_ethtool.c | 3 ++-
 drivers/net/ethernet/intel/ice/ice_main.c    | 8 +++++---
 2 files changed, 7 insertions(+), 4 deletions(-)