On Tue, Jun 26, 2018 at 8:27 AM, Ferruh Yigit <ferruh.yi...@intel.com> wrote:
> On 6/19/2018 10:30 PM, Ajit Khaparde wrote: > > Patchset against dpdk-next-net contains bug fixes, > > some code refactoring and style cleanup. > > > > Please apply. > > > > Ajit Khaparde (15): > > net/bnxt: fix clear port stats > > net/bnxt: add Tx batching support > > net/bnxt: Rx processing optimization > > net/bnxt: set min and max descriptor count for Tx and Rx rings > > net/bnxt: fix dev close operation > > net/bnxt: set ring coalesce parameters for Stratus NIC > > net/bnxt: fix HW Tx checksum offload check > > net/bnxt: add support for VF id 0xd800 > > net/bnxt: fix rx/tx queue start/stop operations > > net/bnxt: code cleanup style of bnxt vnic > > net/bnxt: filter/flow refactoring > > net/bnxt: check filter type before clearing it > > net/bnxt: fix set MTU > > net/bnxt: fix incorrect IO address handling in Tx > > net/bnxt: allocate RSS context only if RSS mode is enabled. > > > > Jay Ding (1): > > net/bnxt: check for invalid vnic id > > > > Rob Miller (1): > > net/bnxt: update HWRM API to v1.9.2.9 > > > > Scott Branden (11): > > net/bnxt: code cleanup style of bnxt cpr > > net/bnxt: code cleanup style of bnxt rxr > > net/bnxt: code cleanup style of rte pmd bnxt file > > net/bnxt: code cleanup style of bnxt stats > > net/bnxt: code cleanup style of bnxt vnic > > net/bnxt: code cleanup style of bnxt txq > > net/bnxt: code cleanup style of bnxt rxq > > net/bnxt: code cleanup style of bnxt txr > > net/bnxt: code cleanup style of bnxt ring > > net/bnxt: code cleanup style of bnxt ethdev > > net/bnxt: move function check zero bytes to bnxt util.h > > > > Somnath Kotur (2): > > net/bnxt: Revert reset of L2 filter id in clear_ntuple_filter > > net/bnxt: fix to move a flow to a different queue > > > > Xiaoxin Peng (1): > > net/bnxt: fix Tx with multiple mbuf > > > Hi Ajit, > > > ./devtools/check-git-log.sh is giving some errors [1], can you please > check them? > Took care of this and other comments as well. Thanks