On Tue, Sep 22, 2020 at 12:13 AM Somnath Kotur <somnath.ko...@broadcom.com> wrote: > > Fixes and enchancements in the bnxt PMD, mostly > in the TRUFLOW layer
Patchset applied to dpdk-next-net-brcm. > > Kishore Padmanabha (3): > net/bnxt: add support for decap action for ipv6 VXLAN flows > net/bnxt: fix flow match to ignore pkt type > net/bnxt: fix seg fault during NAT configuration > > Somnath Kotur (5): > net/bnxt: simplify representor Rx ring creation > net/bnxt: fix to correct bad shift operation > net/bnxt: fix to honor value passed for truflow devargs > net/bnxt: add a null ptr check in bnxt PCI probe > net/bnxt: support for representors on remote host domain > > drivers/net/bnxt/bnxt.h | 21 +- > drivers/net/bnxt/bnxt_cpr.c | 4 +- > drivers/net/bnxt/bnxt_ethdev.c | 361 +++++- > drivers/net/bnxt/bnxt_hwrm.c | 97 +- > drivers/net/bnxt/bnxt_hwrm.h | 4 + > drivers/net/bnxt/bnxt_reps.c | 223 ++-- > drivers/net/bnxt/bnxt_reps.h | 30 +- > drivers/net/bnxt/hsi_struct_def_dpdk.h | 248 ++++ > drivers/net/bnxt/tf_ulp/bnxt_ulp.c | 6 +- > drivers/net/bnxt/tf_ulp/ulp_def_rules.c | 4 +- > drivers/net/bnxt/tf_ulp/ulp_template_db_class.c | 1512 > +++++++++++++++-------- > drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h | 40 +- > drivers/net/bnxt/tf_ulp/ulp_template_db_field.h | 118 +- > 13 files changed, 1924 insertions(+), 744 deletions(-) > > -- > 2.7.4 >