Re: [dpdk-dev] [PATCH v4 1/2] net/e1000: move RSS to flow API

2018-01-04 Thread Dai, Wei
> -Original Message- > From: Zhao1, Wei > Sent: Thursday, January 4, 2018 3:46 PM > To: dev@dpdk.org > Cc: Dai, Wei ; Zhao1, Wei > Subject: [PATCH v4 1/2] net/e1000: move RSS to flow API > > Rte_flow actually defined to include RSS, but till now, RSS is out of > rte_flow. > This patch is

[dpdk-dev] [PATCH v4 1/2] net/e1000: move RSS to flow API

2018-01-03 Thread Wei Zhao
Rte_flow actually defined to include RSS, but till now, RSS is out of rte_flow. This patch is to move igb existing RSS to rte_flow. The old RSS configuration is still reserved. Signed-off-by: Wei Zhao --- doc/guides/rel_notes/release_18_02.rst | 6 ++ drivers/net/e1000/e1000_ethdev.h |