RE: [PATCH] net/mlx5: fix Rx queue private pointers array checking

2022-03-07 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Bing Zhao > Sent: Thursday, March 3, 2022 5:27 PM > To: Slava Ovsiienko ; Matan Azrad > > Cc: dev@dpdk.org; Raslan Darawsheh ; > Xueming(Steven) Li ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix Rx queue private pointers arr

[PATCH] net/mlx5: fix Rx queue private pointers array checking

2022-03-03 Thread Bing Zhao
None Rx queue configured in a DPDK application should be supported. In this mode, the NIC can be used to generate packets without receiving any ingress traffic. In the current implementation, once there is no Rx queue specified, the array to store the queues' pointers is NULL after allocation. The