[dpdk-dev] [PATCH 00/31] bnxt patchset
Ferruh Yigit
ferruh.yigit at intel.com
Tue Jun 26 17:27:51 CEST 2018
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?
[1]
Wrong headline format:
net/bnxt: Revert reset of L2 filter id in clear_ntuple_filter
net/bnxt: allocate RSS context only if RSS mode is enabled.
Wrong headline uppercase:
net/bnxt: Rx processing optimization
net/bnxt: Revert reset of L2 filter id in clear_ntuple_filter
Wrong headline lowercase:
net/bnxt: fix rx/tx queue start/stop operations
net/bnxt: code cleanup style of rte pmd bnxt file
Headline too long:
net/bnxt: set min and max descriptor count for Tx and Rx rings
net/bnxt: Revert reset of L2 filter id in clear_ntuple_filter
Line too long:
we are repurposing the same ntuple filter with different destination queues.
Wrong tag:
Fixes: 893074951314 (net/bnxt: free memory in close operation)
Fixes: 1383434c9089("net/bnxt: reset L2 filter id once filter is freed")
Wrong 'Fixes' reference:
Fixes: 893074951314 (net/bnxt: free memory in close operation)
Fixes: 1383434c9089("net/bnxt: reset L2 filter id once filter is freed")
Is it candidate for Cc: stable at dpdk.org backport?
net/bnxt: fix rx/tx queue start/stop operations
net/bnxt: Revert reset of L2 filter id in clear_ntuple_filter
More information about the dev
mailing list