Re: [dpdk-dev] [PATCH] net/bnxt: create ring group array only when needed

2019-07-16 Thread Ferruh Yigit
On 7/10/2019 6:11 PM, Lance Richardson wrote: > Fix an overrun of the ring group array with BCM5750X-based > adapters by ensuring that the ring group array is not allocated > or accessed for adapters that do not support ring groups. > > Fixes: f8168ca0e690 ("net/bnxt: support thor controller") > S

[dpdk-dev] [PATCH] net/bnxt: create ring group array only when needed

2019-07-10 Thread Lance Richardson
Fix an overrun of the ring group array with BCM5750X-based adapters by ensuring that the ring group array is not allocated or accessed for adapters that do not support ring groups. Fixes: f8168ca0e690 ("net/bnxt: support thor controller") Signed-off-by: Lance Richardson Reviewed-by: Ajit Kumar Kh