[dpdk-dev] [PATCH v6 0/2] move RSS to flow API

Wei Zhao wei.zhao1 at intel.com
Tue Jan 9 07:44:28 CET 2018


The patches mainly finish following functions:
1) igb move RSS to flow API
2) ixgbe move RSS to flow API

v2:
-fix bug for RSS flush code.
-fix patch check warning.

v3:
-fix bug for ixgbe rss restore.

v4:
-fix build warning and add release notes comment.

v5:
-rebase patch set.

v6:
-rebase patch set.

wei zhao (2):
  net/e1000: move RSS to flow API
  net/ixgbe: move RSS to flow API

 doc/guides/rel_notes/release_18_02.rst |   6 ++
 drivers/net/e1000/e1000_ethdev.h       |  20 ++++
 drivers/net/e1000/igb_ethdev.c         |  17 ++++
 drivers/net/e1000/igb_flow.c           | 160 ++++++++++++++++++++++++++++++++
 drivers/net/e1000/igb_rxtx.c           |  61 ++++++++++++
 drivers/net/ixgbe/ixgbe_ethdev.c       |  13 +++
 drivers/net/ixgbe/ixgbe_ethdev.h       |  10 ++
 drivers/net/ixgbe/ixgbe_flow.c         | 165 +++++++++++++++++++++++++++++++++
 drivers/net/ixgbe/ixgbe_rxtx.c         |  65 +++++++++++++
 9 files changed, 517 insertions(+)

-- 
2.9.3



More information about the dev mailing list