Re: [dpdk-dev] [PATCH v2] net/ice: fix queue config in DCF

2021-08-29 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Jie1X > Sent: Tuesday, August 24, 2021 11:13 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Wang, Jie1X ; > sta...@dpdk.org > Subject: [PATCH v2] net/ice: fix queue config in DCF > > When DCF configures rx_queues, it may cause the pointer of rx_queues to g

[dpdk-dev] [PATCH v2] net/ice: fix queue config in DCF

2021-08-24 Thread Jie Wang
When DCF configures rx_queues, it may cause the pointer of rx_queues to go out of bounds. This patch expands the scope of the judgment condition to fix this issue. Fixes: 4b0d391f0eab ("net/ice: add queue config in DCF") Cc: sta...@dpdk.org Signed-off-by: Jie Wang --- v2: assign values to rxq.v