[dpdk-dev] [PATCH v2 0/2] fix testpmd quit error after FDIR rule created

Yahui Cao yahui.cao at intel.com
Mon Nov 18 23:23:41 CET 2019


This patch series fixes FDIR error when immediately quit without
flushing FDIR rule in testpmd.

- Patch 1 adds programming status check mechanism to monitor FDIR status.
- Patch 2 moves FDIR queue irq config out of device start/stop.

--
v2:
* Seperate FDIR/LAN queue irq config

Yahui Cao (2):
  net/ice: fix FDIR programming status check issue
  net/ice: fix FDIR rule failure after device stop

 drivers/net/ice/ice_ethdev.c      | 15 +----
 drivers/net/ice/ice_ethdev.h      |  3 +
 drivers/net/ice/ice_fdir_filter.c |  7 +++
 drivers/net/ice/ice_rxtx.c        | 93 +++++++++++++++++++++++++++++--
 4 files changed, 100 insertions(+), 18 deletions(-)

-- 
2.17.1



More information about the dev mailing list