On 7/16/2019 10:28 AM, Ajit Khaparde wrote: > Patchset fixing various bugs in bnxt PMD based on recent patch submission. > https://patchwork.dpdk.org/patch/56311/ > Please apply. > > Note this patchset supersedes the previous patch series: > https://patchwork.dpdk.org/project/dpdk/list/?series=5464 > > Ajit Khaparde (3): > net/bnxt: fix for doorbell register offset for Tx ring. > net/bnxt: save the number of EM flow count > net/bnxt: fix a compilation warning > > Jay Ding (1): > net/bnxt: fix to avoid sending invalid VNIC id to firmware > > Kalesh AP (5): > net/bnxt: fix extended port counter statistics > net/bnxt: fix possible segfault in case of probe failure > net/bnxt: do not fail VF probe when the MAC address is zero > net/bnxt: fix to enable disable interrupts correctly in start stop > net/bnxt: fix to check for invalid VNIC in cleanup path > > Lance Richardson (4): > net/bnxt: fix Tx hang after port stop/start > net/bnxt: reset Rx allocation state on port restart > net/bnxt: nq doorbell cleanups > net/bnxt: avoid null pointer dereference > > Qingmin Liu (1): > net/bnxt: fix rxq count if ntuple filtering is disabled > > Rahul Gupta (1): > net/bnxt: correctly set L4 checksum error for tunnel and non-tunnel > packets
Can you please check 'check-git-log.sh' warnings: ./devtools/check-git-log.sh -15 Wrong headline format: net/bnxt: fix for doorbell register offset for Tx ring. Headline too long: net/bnxt: correctly set L4 checksum error for tunnel and non-tunnel packets net/bnxt: fix to enable disable interrupts correctly in start stop Wrong tag: Fixes: 65ee636872eb ("net/bnxt: fix Rx checksum flags) Wrong 'Fixes' reference: Fixes: af3ed597e305 ("net/bnxt: initial vector-mode driver") Fixes: 65ee636872eb ("net/bnxt: fix Rx checksum flags) Is it candidate for Cc: sta...@dpdk.org backport? net/bnxt: fix extended port counter statistics net/bnxt: fix possible segfault in case of probe failure net/bnxt: do not fail VF probe when the MAC address is zero net/bnxt: fix Tx hang after port stop/start net/bnxt: correctly set L4 checksum error for tunnel and non-tunnel packets net/bnxt: fix for doorbell register offset for Tx ring. net/bnxt: save the number of EM flow count net/bnxt: fix to enable disable interrupts correctly in start stop net/bnxt: fix to check for invalid VNIC in cleanup path net/bnxt: fix a compilation warning net/bnxt: fix rxq count if ntuple filtering is disabled net/bnxt: fix to avoid sending invalid VNIC id to firmware