On Tue, Jan 28, 2020 at 1:02 PM Ajit Khaparde <ajit.khapa...@broadcom.com> wrote:
> Please apply. > > v1->v2: Added one more patch to the set ("net/bnxt: fix coverity warnings") > v2->v3: Updated Fixes tag and added sta...@dpdk.org where necessary. > Patchset applied to dpdk-next-net-brcm. Thanks > > Kalesh AP (5): > net/bnxt: remove redundant if statement > net/bnxt: remove redundant macro > net/bnxt: remove unnecessary structure variable > net/bnxt: remove a redundant variable > net/bnxt: fix coverity warnings > > Somnath Kotur (4): > net/bnxt: fix alloc filter to use a common routine > net/bnxt: fix bumping of L2 filter reference count > net/bnxt: fix to allow group ID 0 for RSS action > net/bnxt: fix to support zero mark id along with RSS action > > drivers/net/bnxt/bnxt.h | 29 ++++++++++++++----- > drivers/net/bnxt/bnxt_ethdev.c | 49 ++++++++++++++++++-------------- > drivers/net/bnxt/bnxt_filter.c | 7 ++--- > drivers/net/bnxt/bnxt_flow.c | 52 ++++++++++++---------------------- > drivers/net/bnxt/bnxt_hwrm.c | 6 ++-- > drivers/net/bnxt/bnxt_rxr.c | 25 +++++++++------- > drivers/net/bnxt/bnxt_rxr.h | 6 ++-- > drivers/net/bnxt/bnxt_stats.c | 4 +-- > 8 files changed, 95 insertions(+), 83 deletions(-) > > -- > 2.21.0 (Apple Git-122.2) > >