[dpdk-dev] [PATCH v2] net/ixgbe: fix RSS RETA be reset after port start
Wang, Haiyue
haiyue.wang at intel.com
Mon Mar 29 10:36:19 CEST 2021
> -----Original Message-----
> From: Murphy Yang <murphyx.yang at intel.com>
> Sent: Monday, March 29, 2021 16:11
> To: dev at dpdk.org
> Cc: Yang, Qiming <qiming.yang at intel.com>; Wang, Haiyue <haiyue.wang at intel.com>; Guo, Jia
> <jia.guo at intel.com>; Yang, SteveX <stevex.yang at intel.com>; Zhang, RobinX <robinx.zhang at intel.com>;
> Yang, MurphyX <murphyx.yang at intel.com>
> Subject: [PATCH v2] net/ixgbe: fix RSS RETA be reset after port start
>
> If one calls ‘rte_eth_dev_rss_reta_update’ with ixgbe before starting
> the device (but after setting everything else), then RSS RETA
> configuration be zero after starting the device.
>
> This patch gives a notification if the port not started.
>
> Bugzilla ID: 664
> Fixes: 249358424eab ("ixgbe: RSS RETA configuration")
>
> Signed-off-by: Murphy Yang <murphyx.yang at intel.com>
> ---
> v2:
> - tune the return value
>
> drivers/net/ixgbe/ixgbe_ethdev.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
Acked-by: Haiyue Wang <haiyue.wang at intel.com>
> --
> 2.17.1
More information about the dev
mailing list