[PATCH net 0/3] qed: Fix series II.

2018-07-18 Thread Sudarsana Reddy Kalluru
From: Sudarsana Reddy Kalluru 

The patch series fixes few issues in the qed driver.

Please  consider applying it to 'net' branch.

Sudarsana Reddy Kalluru (3):
  qed: Fix link flap issue due to mismatching EEE capabilities.
  qed: Fix possible race for the link state value.
  qed: Correct Multicast API to reflect existence of 256 approximate
buckets.

 drivers/net/ethernet/qlogic/qed/qed_l2.c| 15 +++
 drivers/net/ethernet/qlogic/qed/qed_l2.h|  2 +-
 drivers/net/ethernet/qlogic/qed/qed_mcp.c   | 13 ++---
 drivers/net/ethernet/qlogic/qed/qed_sriov.c |  2 +-
 drivers/net/ethernet/qlogic/qed/qed_vf.c|  4 ++--
 drivers/net/ethernet/qlogic/qed/qed_vf.h|  7 ++-
 6 files changed, 27 insertions(+), 16 deletions(-)

-- 
1.8.3.1



Re: [PATCH net 0/3] qed: Fix series II.

2018-07-21 Thread David Miller
From: Sudarsana Reddy Kalluru 
Date: Wed, 18 Jul 2018 22:50:01 -0700

> The patch series fixes few issues in the qed driver.
> 
> Please  consider applying it to 'net' branch.

Series applied, thanks.