Re: [dpdk-dev] [PATCH 00/23] bnxt patchset

2017-05-23 Thread Ajit Khaparde
On Mon, May 22, 2017 at 5:55 AM, Ferruh Yigit wrote: > On 5/18/2017 2:57 AM, Ajit Khaparde wrote: > > This patchset amongst other changes adds support few more dev_ops, > > updates HWRM to version 1.7.5, switches to polling stats from the > > hardware, support for LRO etc.. > > > > bnxt: add va

Re: [dpdk-dev] [PATCH 00/23] bnxt patchset

2017-05-22 Thread Thomas Monjalon
22/05/2017 12:55, Ferruh Yigit: > - for 3), Some of the PMD specific APIs are common with exiting ones in > i40e and ixgbe, should we extract them into eth_dev_ops now? @Thomas, > any comment? I don't think so. Please let's discuss it in a separate thread.

Re: [dpdk-dev] [PATCH 00/23] bnxt patchset

2017-05-22 Thread Ferruh Yigit
On 5/18/2017 2:57 AM, Ajit Khaparde wrote: > This patchset amongst other changes adds support few more dev_ops, > updates HWRM to version 1.7.5, switches to polling stats from the > hardware, support for LRO etc.. > > bnxt: add various hwrm input/output structures > bnxt: code reorg to properl

[dpdk-dev] [PATCH 00/23] bnxt patchset

2017-05-17 Thread Ajit Khaparde
This patchset amongst other changes adds support few more dev_ops, updates HWRM to version 1.7.5, switches to polling stats from the hardware, support for LRO etc.. bnxt: add various hwrm input/output structures bnxt: code reorg to properly allocate resources in PF/VF modes bnxt: add tunneli