All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/6] be2net: patch set
@ 2014-05-30 13:36 Sathya Perla
  2014-05-30 13:36 ` [PATCH net-next v2 1/6] be2net: skip multicast promiscuos setting in already set Sathya Perla
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Sathya Perla @ 2014-05-30 13:36 UTC (permalink / raw)
  To: netdev

v2 change: added a NULL check that got missed out in v1 of patch 5 

Patch 1 is a minor optimization for issuing multicast promisc FW cmd
only when the interface is not already in that mode.

Patch 2 provides support for VF TX-rate setting on Skyhawk-R.

Patch 3 provides support for flashing new FW flash regions.

Patches 4, 5, 6 cleanup the MCC processing (for FW cmds) code in be_cmds.c.
The MCC error reporting and event handling code are areas that needed
cleanup.

Pls consider applying to the net-next tree. Thanks.

Kalesh AP (2):
  be2net: skip multicast promiscuos setting in already set
  be2net: re-factor MCCQ error status handling code

Ravikumar Nelavelli (1):
  be2net: fixup TX-rate setting code for Skyhawk-R

Sathya Perla (2):
  be2net: move async cmd processing to a separate routine
  be2net: cleanup MCC async event processing code

Vasundhara Volam (1):
  be2net: support flashing new regions on Skyhawk-R

 drivers/net/ethernet/emulex/benet/be.h      |    1 +
 drivers/net/ethernet/emulex/benet/be_cmds.c |  277 ++++++++++++---------
 drivers/net/ethernet/emulex/benet/be_cmds.h |   81 ++++---
 drivers/net/ethernet/emulex/benet/be_hw.h   |   12 +-
 drivers/net/ethernet/emulex/benet/be_main.c |  353 +++++++++++++++++----------
 5 files changed, 441 insertions(+), 283 deletions(-)

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

end of thread, other threads:[~2014-06-02 10:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-30 13:36 [PATCH net-next v2 0/6] be2net: patch set Sathya Perla
2014-05-30 13:36 ` [PATCH net-next v2 1/6] be2net: skip multicast promiscuos setting in already set Sathya Perla
2014-05-30 13:51   ` Sergei Shtylyov
2014-06-02  4:44     ` Sathya Perla
2014-06-02 10:51       ` Sergei Shtylyov
2014-05-30 13:36 ` [PATCH net-next v2 2/6] be2net: fixup TX-rate setting code for Skyhawk-R Sathya Perla
2014-05-30 13:36 ` [PATCH net-next v2 3/6] be2net: support flashing new regions on Skyhawk-R Sathya Perla
2014-05-30 13:36 ` [PATCH net-next v2 4/6] be2net: re-factor MCCQ error status handling code Sathya Perla
2014-05-30 13:36 ` [PATCH net-next v2 5/6] be2net: move async cmd processing to a separate routine Sathya Perla
2014-05-30 13:36 ` [PATCH net-next v2 6/6] be2net: cleanup MCC async event processing code Sathya Perla

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.