Re: [dpdk-dev] [PATCH] net/bnxt: fix memory allocation for command response

2021-03-22 Thread Ajit Khaparde
On Fri, Mar 19, 2021 at 11:27 PM Kalesh A P wrote: > > From: Kalesh AP > > Driver re-allocates memory for the command response buffer > when the installed firmware version is newer (and has a larger > max response length) than the version of HWRM that was used to > build the PMD. > > This change

[dpdk-dev] [PATCH] net/bnxt: fix memory allocation for command response

2021-03-19 Thread Kalesh A P
From: Kalesh AP Driver re-allocates memory for the command response buffer when the installed firmware version is newer (and has a larger max response length) than the version of HWRM that was used to build the PMD. This change helps to avoid the re-allocation by allocating the memory for the co