netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/14] be2net: patch set
@ 2014-07-17 10:50 Sathya Perla
  2014-07-17 10:50 ` [PATCH net-next 01/14] be2net: use -ENETDOWN error status when interface is down Sathya Perla
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Sathya Perla @ 2014-07-17 10:50 UTC (permalink / raw)
  To: netdev

Patches 1 to 6 address issues with return values of some ndo/ethtool
driver methods. In error scenarios, either an inappropriate error or
a +ve return value (where the stack expects a -ve value) was being returned.

Patch 7 updates description strings for certain UE bits.

Patch 8 cleans up (reduces) argument passing for a few routines in be_cmds.c.

Patch 9 removes some unused code (unused definitions.)

Patch 10 updates NULL check in the driver to a consistent "if (!foo)" style.

Patchs 11 to 13 fix a few minor issues with the earlier patch bec84e6
("create optimal number of queues on SR-IOV config"):
	- patch 11 fixes BEx_get_resources() code to use be_max_vfs() macro
	- patch 12 skips SR-IOV config code for BE2 that doesn't support SRIOV
	- patch 13 uses adapter->flags to track SRIOV enabled state

Patch 14 updates the driver version.

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

Kalesh AP (9):
  be2net: use -ENETDOWN error status when interface is down
  be2net: fix error status for FW-download
  be2net: return -ETIMEDOUT when a FW-cmd times out
  be2net: return -ENOMEM for memory allocation failures
  be2net: fix return status of some ethtool methods
  be2net: fix return status of some ndo methods
  be2net: reduce arguments passed to FW-cmd routines
  be2net: remove unused structures in be_cmds.h
  be2net: use "if (!foo)" test style

Sathya Perla (1):
  be2net: update driver version to 10.4

Vasundhara Volam (4):
  be2net: update UE bit description strings
  be2net: use be_max_vfs() macro to access max-vfs
  be2net: avoid SRIOV config for BE2 chip
  be2net: use adapter->flags to track SRIOV state

 drivers/net/ethernet/emulex/benet/be.h         |    8 ++-
 drivers/net/ethernet/emulex/benet/be_cmds.c    |   23 ++---
 drivers/net/ethernet/emulex/benet/be_cmds.h    |   35 +-------
 drivers/net/ethernet/emulex/benet/be_ethtool.c |   12 ++-
 drivers/net/ethernet/emulex/benet/be_main.c    |  116 +++++++++++++-----------
 5 files changed, 89 insertions(+), 105 deletions(-)

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

end of thread, other threads:[~2014-07-17 23:38 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-17 10:50 [PATCH net-next 00/14] be2net: patch set Sathya Perla
2014-07-17 10:50 ` [PATCH net-next 01/14] be2net: use -ENETDOWN error status when interface is down Sathya Perla
2014-07-17 10:50 ` [PATCH net-next 02/14] be2net: fix error status for FW-download Sathya Perla
2014-07-17 10:50 ` [PATCH net-next 03/14] be2net: return -ETIMEDOUT when a FW-cmd times out Sathya Perla
2014-07-17 10:50 ` [PATCH net-next 04/14] be2net: return -ENOMEM for memory allocation failures Sathya Perla
2014-07-17 10:50 ` [PATCH net-next 05/14] be2net: fix return status of some ethtool methods Sathya Perla
2014-07-17 10:50 ` [PATCH net-next 06/14] be2net: fix return status of some ndo methods Sathya Perla
2014-07-17 10:50 ` [PATCH net-next 07/14] be2net: update UE bit description strings Sathya Perla
2014-07-17 10:50 ` [PATCH net-next 08/14] be2net: reduce arguments passed to FW-cmd routines Sathya Perla
2014-07-17 10:50 ` [PATCH net-next 09/14] be2net: remove unused structures in be_cmds.h Sathya Perla
2014-07-17 10:50 ` [PATCH net-next 10/14] be2net: use "if (!foo)" test style Sathya Perla
2014-07-17 10:50 ` [PATCH net-next 11/14] be2net: use be_max_vfs() macro to access max-vfs Sathya Perla
2014-07-17 10:50 ` [PATCH net-next 12/14] be2net: avoid SRIOV config for BE2 chip Sathya Perla
2014-07-17 10:50 ` [PATCH net-next 13/14] be2net: use adapter->flags to track SRIOV state Sathya Perla
2014-07-17 10:50 ` [PATCH net-next 14/14] be2net: update driver version to 10.4 Sathya Perla
2014-07-17 23:38 ` [PATCH net-next 00/14] be2net: patch set David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).