Re: [dpdk-dev] [PATCH v4 00/22] bnxt patches

2020-07-28 Thread Ajit Khaparde
On Mon, Jul 27, 2020 at 11:34 PM Ajit Khaparde wrote: > Some fixes, cleanups and changes to augment pre-existing > support in infrastructure > > Please apply > > v1->v2: > - Fixed some typos in patch [9/20]. > v2->v3: > - Fixed coding style issues in patch [15/20] to use __rte_attribute. > - U

[dpdk-dev] [PATCH v4 00/22] bnxt patches

2020-07-28 Thread Ajit Khaparde
Some fixes, cleanups and changes to augment pre-existing support in infrastructure Please apply v1->v2: - Fixed some typos in patch [9/20]. v2->v3: - Fixed coding style issues in patch [15/20] to use __rte_attribute. - Updated commit messages. - Added a patch to fix a logic error [21/22]. -