[dpdk-dev] [PATCH] net/mlx5: fix the alloc size of rqt attribute

Ferruh Yigit ferruh.yigit at intel.com
Tue Oct 8 14:33:02 CEST 2019


On 9/26/2019 11:22 AM, Ori Kam wrote:
> The receive queues list size is based on the size of uint32_t, so
> when allocating the memory, the correct value should be used. Or
> else there is risk to corrupt the memory, depending on the queues
> number, because there is some pad area for alignment. If the queue
> number is not large enough, the issue couldn't be observed.
> 
> Based on Bing fix.
> 

Bing fix?


More information about the dev mailing list