[0/5] bnxt patchset

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

Message

Ajit Khaparde July 26, 2018, 1:15 a.m. UTC
  This patchset against next-net fixes issues identified during QA testing.
Please apply.

Ajit Khaparde (4):
  net/bnxt: fix to free allocated memory
  net/bnxt: fix to release lock when alloc fails in NVM write
  net/bnxt: check access denied error for HWRM commands
  net/bnxt: fix to set proper reta size

Somnath Kotur (1):
  net/bnxt: fix to remove element from the vnic's filter list

 drivers/net/bnxt/bnxt_ethdev.c |  2 +-
 drivers/net/bnxt/bnxt_hwrm.c   | 37 +++++++++++++++++++++++--------------
 2 files changed, 24 insertions(+), 15 deletions(-)
  

Comments

Thomas Monjalon Aug. 2, 2018, 10:16 a.m. UTC | #1
26/07/2018 03:15, Ajit Khaparde:
> This patchset against next-net fixes issues identified during QA testing.
> Please apply.
> 
> Ajit Khaparde (4):
>   net/bnxt: fix to free allocated memory
>   net/bnxt: fix to release lock when alloc fails in NVM write
>   net/bnxt: check access denied error for HWRM commands
>   net/bnxt: fix to set proper reta size
> 
> Somnath Kotur (1):
>   net/bnxt: fix to remove element from the vnic's filter list

Applied with following titles (hopefully easier to read):

	net/bnxt: fix filter freeing
	net/bnxt: fix memory leaks in NVM commands
	net/bnxt: fix lock release on NVM write failure
	net/bnxt: check access denied for HWRM commands
	net/bnxt: fix RETA size

The Signed-off-by is also moved before Reviewed-by
in order to reflect the chronological order.