> -----Original Message-----
> From: [email protected] <[email protected]>
> Sent: Wednesday, December 23, 2020 1:30 PM
> To: Yang, Qiming <[email protected]>; Zhang, Qi Z <[email protected]>
> Cc: [email protected]; Yu, DapengX <[email protected]>; [email protected]
> Subject: [PATCH] net/ice: check Rx queue number on RSS init
>
> From: YU DAPENG <[email protected]>
>
> 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: [email protected]
>
> Signed-off-by: YU DAPENG <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi