[dpdk-dev] [PATCH v5 23/31] net/ice: support RSS

Ferruh Yigit ferruh.yigit at intel.com
Mon Dec 17 23:47:46 CET 2018


On 12/17/2018 7:37 AM, Wenzhuo Lu wrote:
> Add below ops,
> reta_update
> reta_query
> rss_hash_update
> rss_hash_conf_get
> 
> Signed-off-by: Wenzhuo Lu <wenzhuo.lu at intel.com>
> Signed-off-by: Qiming Yang <qiming.yang at intel.com>
> Signed-off-by: Xiaoyun Li <xiaoyun.li at intel.com>
> Signed-off-by: Jingjing Wu <jingjing.wu at intel.com>
> ---
>  doc/guides/nics/features/ice.ini |   3 +
>  drivers/net/ice/ice_ethdev.c     | 242 +++++++++++++++++++++++++++++++++++++++
>  2 files changed, 245 insertions(+)
> 
> diff --git a/doc/guides/nics/features/ice.ini b/doc/guides/nics/features/ice.ini
> index 5ac8e56..953a869 100644
> --- a/doc/guides/nics/features/ice.ini
> +++ b/doc/guides/nics/features/ice.ini
> @@ -12,6 +12,9 @@ MTU update           = Y
>  Jumbo frame          = Y
>  Unicast MAC filter   = Y
>  Multicast MAC filter = Y
> +RSS hash             = Y
> +RSS key update       = Y
> +RSS reta update      = Y

Similar comment here, to claim RSS support data path also needs to be updated,
to set proper mbuf fields.

Perhaps it can be simpler to move RSS and VLAN patches after basic Rx/Tx support
patch and update data path for those features added, what do you think?



More information about the dev mailing list