This patchset based on top of the previous submission adds the following: 1) support for vector mode Tx and RX 2) HWRM API update (split into multiple patches) 3) fixes for RSS reta update and query
It also updates the release notes. Please apply. Ajit Khaparde (5): net/bnxt: fix RSS reta indirection table update net/bnxt: update HWRM API net/bnxt: update HWRM version net/bnxt: HWRM version update net/bnxt: update release notes for bnxt Lance Richardson (6): net/bnxt: move tx bd checking to header file net/bnxt: compute and store scattered RX status net/bnxt: implement vector mode driver net/bnxt: fix double counting VLAN tags net/bnxt: use reta update mask and translate qid to grp id net/bnxt: fix reta query op config/common_base | 1 + doc/guides/rel_notes/release_19_08.rst | 6 + drivers/net/bnxt/Makefile | 1 + drivers/net/bnxt/bnxt_ethdev.c | 198 +- drivers/net/bnxt/bnxt_hwrm.c | 1 + drivers/net/bnxt/bnxt_ring.h | 3 +- drivers/net/bnxt/bnxt_rxq.c | 5 + drivers/net/bnxt/bnxt_rxq.h | 4 + drivers/net/bnxt/bnxt_rxr.h | 9 +- drivers/net/bnxt/bnxt_rxtx_vec_sse.c | 481 ++ drivers/net/bnxt/bnxt_txr.c | 15 - drivers/net/bnxt/bnxt_txr.h | 22 + drivers/net/bnxt/hsi_struct_def_dpdk.h | 7573 ++++++++++++++++++++---- 13 files changed, 7214 insertions(+), 1105 deletions(-) create mode 100644 drivers/net/bnxt/bnxt_rxtx_vec_sse.c -- 2.20.1 (Apple Git-117)