Re: [dpdk-dev] [PATCH v3] net/bnxt: code refactoring changes

2021-01-21 Thread Ajit Khaparde
On Wed, Jan 20, 2021 at 11:15 PM Ajit Khaparde wrote: > > From: Somnath Kotur > > Move all the individual driver fields allocation routines to one > routine - bnxt_drv_init(). This houses all such routines where > memory needs to be allocated once during the driver's lifetime > and does not need

[dpdk-dev] [PATCH v3] net/bnxt: code refactoring changes

2021-01-20 Thread Ajit Khaparde
From: Somnath Kotur Move all the individual driver fields allocation routines to one routine - bnxt_drv_init(). This houses all such routines where memory needs to be allocated once during the driver's lifetime and does not need to be torn down during error recovery. Rename some function names in