From: Mohammad Shuab Siddique <[email protected]> This series collects four independent bug fixes for the bnxt PMD:
- Eliminate unnecessary long TX BDs when only checksum offload is needed - Pass QP1 resource count correctly when configuring backing store - Fix implicit integer sign-extension in the doorbell calculation - Prevent VFs from attempting global RSS configuration All patches carry Fixes: tags and Cc: [email protected]. Ajit Khaparde (2): net/bnxt: modify check for short Tx BDs net/bnxt: fix QP resource count in backing store config Mohammad Shuab Siddique (1): net/bnxt: fix RSS hash mode configuration for VFs Zoe Cheimets (1): net/bnxt: remove implicit integer sign-extension drivers/net/bnxt/bnxt_ethdev.c | 4 ++-- drivers/net/bnxt/bnxt_hwrm.c | 18 ++++++++++++++++-- drivers/net/bnxt/bnxt_ring.c | 7 ++++--- drivers/net/bnxt/bnxt_txr.c | 3 +-- 4 files changed, 23 insertions(+), 9 deletions(-) -- 2.47.3

