On 6/1/2017 6:06 PM, Ajit Khaparde wrote: > This patchset amongst other changes adds support few more dev_ops, > updates HWRM to version 1.7.7, switches to polling stats from the > hardware, support for Jumbo MTU, LRO etc.. > > v1->v2: > - Grouped in the end, it also has PMD specific APIs to control VF from PF. > - I have updated the release notes and the features file wherever possible. > > v2->v3: > - Rebasing to next-net tree > - Use net/bnxt instead of just bnxt in patch subject > - update testpmd to use the vendor specific APIs > - Addressed other review comments as appropriate > > v3->v4: > - fix a rebase error > > -- > > net/bnxt: update to new HWRM version > net/bnxt: code reorg to properly allocate resources for PF/VF > net/bnxt: handle VF/PF initialization appropriately > net/bnxt: support lack of huge pages > net/bnxt: add additonal HWRM debug info to error messages > net/bnxt: add tunneling support > net/bnxt: add support for xstats get/reset > net/bnxt: add support for VLAN filter and strip > net/bnxt: add support for set multicast addr list and MAC addr set > doc: update bnxt.ini to document Allmulticast mode > net/bnxt: add support to get fw version > net/bnxt: add support to set MTU > net/bnxt: add support for LRO > net/bnxt: add rxq/txq info_get > net/bnxt: add code to support VLAN pvid > net/bnxt: reorg the query stats code > doc: update default.ini to add LED support > net/bnxt: add support for led on/off > net/bnxt: add support for tx loopback, set vf mac and queues drop > net/bnxt: add support for set VF QOS and MAC anti spoof > net/bnxt: add support to get and clear VF specific stats > net/bnxt: add code to determine the Rx status of VF > net/bnxt: add support to add a VF MAC address > net/bnxt: add code to configure a default VF VLAN > net/bnxt: add support to set VF rxmode > doc: update release notes
Series applied to dpdk-next-net/master, thanks.