> -----Original Message-----
> From: dapengx...@intel.com <dapengx...@intel.com>
> Sent: Wednesday, December 23, 2020 1:30 PM
> To: Yang, Qiming <qiming.y...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com>
> Cc: dev@dpdk.org; Yu, DapengX <dapengx...@intel.com>; sta...@dpdk.org
> Subject: [PATCH] net/ice: check Rx queue number on RSS init
>
> From: YU DAPENG <dapengx...@intel.com>
>
> When RSS is initialized, rx queues number is used as denominator to set
> default
> value into the RSS lookup table. If it is zero, there will be error of being
> divided
> by 0. So add value check to avoid the error.
>
> Fixes: 50370662b727 ("net/ice: support device and queue ops")
> Cc: sta...@dpdk.org
>
> Signed-off-by: YU DAPENG <dapengx...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi