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

Dai, Wei wei.dai at intel.com
Fri Jan 5 07:01:06 CET 2018



> -----Original Message-----
> From: Zhao1, Wei
> Sent: Thursday, January 4, 2018 3:46 PM
> To: dev at dpdk.org
> Cc: Dai, Wei <wei.dai at intel.com>; Zhao1, Wei <wei.zhao1 at intel.com>
> Subject: [PATCH v4 2/2] net/ixgbe: move RSS to flow API
> 
> Rte_flow actually defined to include RSS, but till now, RSS is out of rte_flow.
> This patch is to move ixgbe existing RSS to rte_flow.
> The old RSS configuration is still reserved.
> 
> Signed-off-by: Wei Zhao <wei.zhao1 at intel.com>
Acked-by: Wei Dai <wei.dai at intel.com>

> ---
>  doc/guides/rel_notes/release_18_02.rst |   6 +-
>  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 +++++++++++++
>  5 files changed, 256 insertions(+), 3 deletions(-)
> 


More information about the dev mailing list