mbox series

[net-next,0/2] qed* Fix series.

Message ID 20190911114251.7013-1-skalluru@marvell.com
Headers show
Series qed* Fix series. | expand

Message

Sudarsana Reddy Kalluru Sept. 11, 2019, 11:42 a.m. UTC
The patch series addresses couple of issues in the recent commits.
Patch (1) populates the actual dump-size of config attribute instead of
providing a fixed size value.
Patch(2) updates frame format of flash config buffer as required by
management FW (MFW).

Please consider applying it to net-next.

Sudarsana Reddy Kalluru (2):
  qed*: Fix size of config attribute dump.
  qed: Fix Config attribute frame format.

 drivers/net/ethernet/qlogic/qed/qed_main.c      | 47 +++++++++++++++++++------
 drivers/net/ethernet/qlogic/qede/qede_ethtool.c | 14 ++++----
 include/linux/qed/qed_if.h                      |  8 +++++
 3 files changed, 53 insertions(+), 16 deletions(-)

Comments

David Miller Sept. 11, 2019, 2:15 p.m. UTC | #1
From: Sudarsana Reddy Kalluru <skalluru@marvell.com>
Date: Wed, 11 Sep 2019 04:42:49 -0700

> The patch series addresses couple of issues in the recent commits.
> Patch (1) populates the actual dump-size of config attribute instead of
> providing a fixed size value.
> Patch(2) updates frame format of flash config buffer as required by
> management FW (MFW).
> 
> Please consider applying it to net-next.

Series applied, thanks.