[dpdk-dev] [PATCH 0/8] bnxt patchset

2017-08-24 Thread Ajit Khaparde
This patchset adds: - support for xstats get by id - support for rx_queue_count - support for rx_descriptor_status - support for rx_descriptor_done - support for tx_descriptor_status - support for flow filter ops - new HWRM structures which are used by the flow filtering functions It

Re: [dpdk-dev] [PATCH 0/8] bnxt patchset

2017-07-20 Thread Ferruh Yigit
On 7/20/2017 5:48 AM, Ajit Khaparde wrote: > Hi, > This patch set fixes some of the issues found during testing. > Please apply. > > Thanks > > net/bnxt: fix log levels for non error conditions. > net/bnxt: fix to avoid a segfault > net/bnxt: fix vnic cleanup > net/bnxt: fix set link conf

[dpdk-dev] [PATCH 0/8] bnxt patchset

2017-07-19 Thread Ajit Khaparde
Hi, This patch set fixes some of the issues found during testing. Please apply. Thanks net/bnxt: fix log levels for non error conditions. net/bnxt: fix to avoid a segfault net/bnxt: fix vnic cleanup net/bnxt: fix set link config net/bnxt: reset VF stats during initialization net/bnxt: