All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] be2net patch-set
@ 2016-02-02 10:20 Sriharsha Basavapatna
  2016-02-02 10:20 ` [PATCH net-next 1/8] be2net: return error status from be_set_phys_id() Sriharsha Basavapatna
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Sriharsha Basavapatna @ 2016-02-02 10:20 UTC (permalink / raw)
  To: netdev

Hi David,

The following patch set contains a few non-critical bug fixes. Please
consider applying this to the net-next tree. Thanks.

Patch-1 fixes be_set_phys_id() ethtool function to return an error code.
Patch-2 fixes a warning when some commands fail for VFs.
Patch-3 fixes be_vlan_rem_vid() to verify vlan being removed is in the list.
Patch-4 improves SRIOV queue distribution logic.
Patch-5 avoids running self test on VFs.
Patch-6 fixes error recovery in Lancer to clean up after moving to ready state.
Patch-7 adds retry logic to error recovery in case of recovery failures
Patch-8 fixes time interval used in eq delay computation routine

********

Padmanabh Ratnakar (3):
  benet: Fix Lancer error recovery
  benet: Add retry in case of error recovery failure
  benet: Fix interval calculation in interrupt moderation

Somnath Kotur (1):
  be2net: Don't run ethtool self-tests for VFs

Sriharsha Basavapatna (2):
  be2net: Fix be_vlan_rem_vid() to check vlan id being removed
  be2net: SRIOV Queue distribution should factor in EQ-count of VFs

Suresh Reddy (2):
  be2net: return error status from be_set_phys_id()
  be2net: check for INSUFFICIENT_PRIVILEGES error

 drivers/net/ethernet/emulex/benet/be.h         |  9 +++
 drivers/net/ethernet/emulex/benet/be_cmds.c    | 32 ++++++++-
 drivers/net/ethernet/emulex/benet/be_cmds.h    |  3 +-
 drivers/net/ethernet/emulex/benet/be_ethtool.c | 23 ++++---
 drivers/net/ethernet/emulex/benet/be_main.c    | 93 +++++++++++++++++---------
 5 files changed, 114 insertions(+), 46 deletions(-)

-- 
2.3.0.rc2

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-02-02 16:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-02 10:20 [PATCH net-next 0/8] be2net patch-set Sriharsha Basavapatna
2016-02-02 10:20 ` [PATCH net-next 1/8] be2net: return error status from be_set_phys_id() Sriharsha Basavapatna
2016-02-02 10:20 ` [PATCH net-next 2/8] be2net: check for INSUFFICIENT_PRIVILEGES error Sriharsha Basavapatna
2016-02-02 10:20 ` [PATCH net-next 3/8] be2net: Fix be_vlan_rem_vid() to check vlan id being removed Sriharsha Basavapatna
2016-02-02 10:20 ` [PATCH net-next 4/8] be2net: SRIOV Queue distribution should factor in EQ-count of VFs Sriharsha Basavapatna
2016-02-02 14:30   ` Sergei Shtylyov
2016-02-02 15:41     ` Sriharsha Basavapatna
2016-02-02 16:41       ` Sergei Shtylyov
2016-02-02 10:20 ` [PATCH net-next 5/8] be2net: Don't run ethtool self-tests for VFs Sriharsha Basavapatna
2016-02-02 10:20 ` [PATCH net-next 6/8] benet: Fix Lancer error recovery Sriharsha Basavapatna
2016-02-02 10:20 ` [PATCH net-next 7/8] benet: Add retry in case of error recovery failure Sriharsha Basavapatna
2016-02-02 10:20 ` [PATCH net-next 8/8] benet: Fix interval calculation in interrupt moderation Sriharsha Basavapatna

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.