Patchset mostly contains bug fixes apart from removing some dead code and unnecessary comments. Please apply.
Kalesh AP (5): net/bnxt: fix dereference before null check net/bnxt: cleanup comments in source net/bnxt: move macro definitions to header file net/bnxt: fix endianness while retrieving MTU from FW net/bnxt: fix error handling Lance Richardson (1): net/bnxt: reset Rx allocation state on Rx queue restart Somnath Kotur (1): net/bnxt: fix race between interrupt handler and dev config drivers/net/bnxt/bnxt.h | 51 +++++++++++++++++++++++++ drivers/net/bnxt/bnxt_cpr.c | 2 - drivers/net/bnxt/bnxt_ethdev.c | 70 ++++++++++------------------------ drivers/net/bnxt/bnxt_filter.c | 1 - drivers/net/bnxt/bnxt_flow.c | 7 ---- drivers/net/bnxt/bnxt_hwrm.c | 30 +++++---------- drivers/net/bnxt/bnxt_irq.c | 7 +++- drivers/net/bnxt/bnxt_ring.c | 3 ++ drivers/net/bnxt/bnxt_rxr.c | 16 +++++--- drivers/net/bnxt/bnxt_stats.c | 2 +- 10 files changed, 101 insertions(+), 88 deletions(-) -- 2.20.1 (Apple Git-117)