> -----Original Message----- > From: Zhao1, Wei > Sent: Tuesday, January 9, 2018 2:44 PM > To: dev@dpdk.org > Cc: Zhang, Helin > Subject: [PATCH v6 0/2] move RSS to flow API > > 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 Applied to dpdk-next-net-intel, with minor commit log changes, thanks!
/Helin