mbox series

[v2,00/12] bnxt patchset with bug fixes

Message ID 20191010014153.64908-1-ajit.khaparde@broadcom.com (mailing list archive)
Headers
Series bnxt patchset with bug fixes |

Message

Ajit Khaparde Oct. 10, 2019, 1:41 a.m. UTC
  This patch against dpdk-next-net mostly contains bug fixes                      
for issues found during testing.

v1->v2:
 -Split patch 09/10 into two and reworded the commit messages.
 -Rebased against latest dpdk-next-net
 -Some of the patches were missing the Fixes tag. Added it to them.

Ajit Khaparde (2):
  net/bnxt: update trusted VF status only when it changes
  net/bnxt: get the default HWRM command timeout from firmware

Kalesh AP (7):
  net/bnxt: fix return checks and return values
  net/bnxt: return error if setting link up fail
  net/bnxt: remove redundant header file inclusion
  net/bnxt: enable interrupts after checking interface status from FW
  net/bnxt: fix to handle interface change status in port start only
  net/bnxt: fix coding style issues
  net/bnxt: remove unnecessary variable assignment

Rahul Gupta (2):
  net/bnxt: reduce cleanup time during reset recovery
  net/bnxt: change msix vector to queue mapping

Santoshkumar Karanappa Rastapur (1):
  net/bnxt: free default completion ring before VF configuration

 drivers/net/bnxt/bnxt.h        |  8 ++++++++
 drivers/net/bnxt/bnxt_cpr.c    |  1 -
 drivers/net/bnxt/bnxt_ethdev.c | 32 +++++++++++++++++++++++-------
 drivers/net/bnxt/bnxt_flow.c   |  1 -
 drivers/net/bnxt/bnxt_hwrm.c   | 33 ++++++++++++++++++-------------
 drivers/net/bnxt/bnxt_irq.c    |  1 -
 drivers/net/bnxt/bnxt_irq.h    |  3 ---
 drivers/net/bnxt/bnxt_ring.c   |  3 +--
 drivers/net/bnxt/bnxt_rxq.c    | 15 ++++++--------
 drivers/net/bnxt/bnxt_rxr.c    |  1 -
 drivers/net/bnxt/bnxt_stats.c  | 36 +++++++++++-----------------------
 drivers/net/bnxt/bnxt_txq.c    |  1 -
 drivers/net/bnxt/bnxt_txr.c    |  1 -
 13 files changed, 70 insertions(+), 66 deletions(-)
  

Comments

Ferruh Yigit Oct. 10, 2019, 6:05 p.m. UTC | #1
On 10/10/2019 2:41 AM, Ajit Khaparde wrote:
> This patch against dpdk-next-net mostly contains bug fixes                      
> for issues found during testing.
> 
> v1->v2:
>  -Split patch 09/10 into two and reworded the commit messages.
>  -Rebased against latest dpdk-next-net
>  -Some of the patches were missing the Fixes tag. Added it to them.
> 
> Ajit Khaparde (2):
>   net/bnxt: update trusted VF status only when it changes
>   net/bnxt: get the default HWRM command timeout from firmware
> 
> Kalesh AP (7):
>   net/bnxt: fix return checks and return values
>   net/bnxt: return error if setting link up fail
>   net/bnxt: remove redundant header file inclusion
>   net/bnxt: enable interrupts after checking interface status from FW
>   net/bnxt: fix to handle interface change status in port start only
>   net/bnxt: fix coding style issues
>   net/bnxt: remove unnecessary variable assignment
> 
> Rahul Gupta (2):
>   net/bnxt: reduce cleanup time during reset recovery
>   net/bnxt: change msix vector to queue mapping
> 
> Santoshkumar Karanappa Rastapur (1):
>   net/bnxt: free default completion ring before VF configuration

Series applied to dpdk-next-net/master, thanks.