netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] be2net: patch set
@ 2014-05-09  7:59 Sathya Perla
  2014-05-09  7:59 ` [PATCH net-next 1/7] be2net: fix line wrap and function call indentation in be_main.c Sathya Perla
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Sathya Perla @ 2014-05-09  7:59 UTC (permalink / raw)
  To: netdev

This patch set contains the following modificatons:
* three patches (1/7 to 3/7) that fix indentation style issues
* convert the u8 vlan[] array to a bit-map to reduce memory usage
* use MCCQ instead of MBOX in be_cmd_rss_config() as the MCCQ is already
  created by that time
* include rx-comp-error counter in ethtool stats
* remove the unused promiscuous setting from be_cmd_vlan_config()

Pls apply to net-next tree. Thanks!

Kalesh AP (3):
  be2net: remove unused code in be_cmd_vlan_config()
  be2net: include rx-compl error counter in ethtool stats
  be2net: use MCCQ instead of MBOX in be_cmd_rss_config()

Ravikumar Nelavelli (1):
  be2net: covert vlan array to bit-map

Sathya Perla (3):
  be2net: fix line wrap and function call indentation in be_main.c
  be2net: fix function call indentation in be_cmds.c
  be2net: fix line wrap and function call indentation in be_ethtool.c

 drivers/net/ethernet/emulex/benet/be.h         |    2 +-
 drivers/net/ethernet/emulex/benet/be_cmds.c    |  365 +++++++++++++-----------
 drivers/net/ethernet/emulex/benet/be_cmds.h    |    2 +-
 drivers/net/ethernet/emulex/benet/be_ethtool.c |  101 +++----
 drivers/net/ethernet/emulex/benet/be_main.c    |  224 +++++++--------
 5 files changed, 346 insertions(+), 348 deletions(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH net-next 0/7] be2net: patch set
@ 2015-01-20  8:51 Sathya Perla
  2015-01-25  1:23 ` David Miller
  0 siblings, 1 reply; 18+ messages in thread
From: Sathya Perla @ 2015-01-20  8:51 UTC (permalink / raw)
  To: netdev

Hi David, as the below patch-set includes minor bug fixes and some
code re-org, pls consider applying it to the "net-next" tree. Thanks!

Patch 1 fixes a bit of code duplication involving interface object
creation code.

Patch 2 ensures that when a flow-control FW cmd fails, the adapter state
continues to reflect the old values. This allows for correct reporting
on subsequent ethtool "get".

Patch 3 returns proper error for link config change on BE3/Lancer

Patch 4 adds a kernel log message for FW boot error on Lancer

Patch 5 adds a function reset on Lancer as a part of the function init
sequence.

Patch 6 moves some FW-cmd definitions that belong in be_cmds.h, but
were placed in be_hw.h

Patch 7 resets the "bw_min" field while configuring "bw_max" needed
for TX rate limiting config.

Kalesh AP (6):
  be2net: move interface create code to a separate routine
  be2net: fix failure case in setting flow control
  be2net: fail VF link config change via ndo_set_vf_link_state() on
    BE3/Lancer
  be2net: add a log message for POST timeout in Lancer
  be2net: issue function reset cmd in resume path
  be2net: Fix TX rate limiting on Lancer/Skyhawk-R VFs

Vasundhara Volam (1):
  be2net: move definitions related to FW cmdsfrom be_hw.h to be_cmds.h

 drivers/net/ethernet/emulex/benet/be_cmds.c    |  20 ++-
 drivers/net/ethernet/emulex/benet/be_cmds.h    | 175 +++++++++++++++++++
 drivers/net/ethernet/emulex/benet/be_ethtool.c |  14 +-
 drivers/net/ethernet/emulex/benet/be_hw.h      | 223 -------------------------
 drivers/net/ethernet/emulex/benet/be_main.c    |  65 ++++---
 5 files changed, 236 insertions(+), 261 deletions(-)

-- 
2.2.0

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH net-next 0/7] be2net: patch set
@ 2014-03-11 13:23 Sathya Perla
  2014-03-12 20:20 ` David Miller
  0 siblings, 1 reply; 18+ messages in thread
From: Sathya Perla @ 2014-03-11 13:23 UTC (permalink / raw)
  To: netdev

Pls apply. Thanks!

Ravikumar Nelavelli (2):
  be2net: log LPVID used in multi-channel configs
  be2net: fix pmac_id[] allocation size

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

Suresh Reddy (2):
  be2net: Use GET_PROFILE_CONFIG cmd for BE3-R to query max-vfs
  be2net: Add link state control for VFs

Vasundhara Volam (2):
  be2net: Create multiple TXQs on RSS capable multi-channel BE3-R
    interfaces
  be2net: Fix vlans_added counter

 drivers/net/ethernet/emulex/benet/be.h      |    3 +-
 drivers/net/ethernet/emulex/benet/be_cmds.c |   56 +++++++++++++++++++--
 drivers/net/ethernet/emulex/benet/be_cmds.h |   10 ++++
 drivers/net/ethernet/emulex/benet/be_main.c |   73 ++++++++++++++++++++-------
 4 files changed, 118 insertions(+), 24 deletions(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH net-next 0/7] be2net patch set
@ 2013-08-06  3:57 Sathya Perla
  2013-08-07 17:40 ` David Miller
  0 siblings, 1 reply; 18+ messages in thread
From: Sathya Perla @ 2013-08-06  3:57 UTC (permalink / raw)
  To: netdev

The following fix/cleanup patches are for the net-next tree. Pls apply.

Thanks!

Sathya Perla (1):
  be2net: update driver version

Vasundhara Volam (6):
  be2net: Adding more speeds reported by get_settings
  be2net: Do not call get_die_temperature cmd for VF
  be2net: don't limit max MAC and VLAN counts
  be2net: Fix displaying supported speeds for BE2
  be2net: fixup log msgs for async events
  be2net: Initialize "status" in be_cmd_get_die_temperature()

 drivers/net/ethernet/emulex/benet/be.h      |    2 +-
 drivers/net/ethernet/emulex/benet/be_cmds.c |   20 +++++++++++++++++---
 drivers/net/ethernet/emulex/benet/be_cmds.h |    5 ++++-
 drivers/net/ethernet/emulex/benet/be_main.c |   10 ++--------
 4 files changed, 24 insertions(+), 13 deletions(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH net-next 0/7] be2net: patch set
@ 2012-11-07  3:48 Sathya Perla
  2012-11-07 22:00 ` David Miller
  0 siblings, 1 reply; 18+ messages in thread
From: Sathya Perla @ 2012-11-07  3:48 UTC (permalink / raw)
  To: netdev; +Cc: Sathya Perla

Pls apply.

Sathya Perla (7):
  be2net: remove LANCER A0 workaround
  be2net: fix wrong usage of adapter->generation
  be2net: do not use sli_family to identify skyhawk-R chip
  be2net: re-factor bar mapping code
  be2net: fix access to SEMAPHORE reg
  be2net: remove roce on lancer
  be2net: remove adapter->eq_next_idx

 drivers/net/ethernet/emulex/benet/be.h      |   33 ++--
 drivers/net/ethernet/emulex/benet/be_cmds.c |   17 +-
 drivers/net/ethernet/emulex/benet/be_cmds.h |   27 ---
 drivers/net/ethernet/emulex/benet/be_hw.h   |   17 +-
 drivers/net/ethernet/emulex/benet/be_main.c |  280 ++++++++++-----------------
 drivers/net/ethernet/emulex/benet/be_roce.c |    5 +-
 6 files changed, 135 insertions(+), 244 deletions(-)

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

end of thread, other threads:[~2015-01-25  1:23 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-09  7:59 [PATCH net-next 0/7] be2net: patch set Sathya Perla
2014-05-09  7:59 ` [PATCH net-next 1/7] be2net: fix line wrap and function call indentation in be_main.c Sathya Perla
2014-05-09  7:59 ` [PATCH net-next 2/7] be2net: fix function call indentation in be_cmds.c Sathya Perla
2014-05-09  7:59 ` [PATCH net-next 3/7] be2net: fix line wrap and function call indentation in be_ethtool.c Sathya Perla
2014-05-09  7:59 ` [PATCH net-next 4/7] be2net: covert vlan array to bit-map Sathya Perla
2014-05-09  7:59 ` [PATCH net-next 5/7] be2net: remove unused code in be_cmd_vlan_config() Sathya Perla
2014-05-09  7:59 ` [PATCH net-next 6/7] be2net: include rx-compl error counter in ethtool stats Sathya Perla
2014-05-09  7:59 ` [PATCH net-next 7/7] be2net: use MCCQ instead of MBOX in be_cmd_rss_config() Sathya Perla
2014-05-09 17:16 ` [PATCH net-next 0/7] be2net: patch set David Miller
  -- strict thread matches above, loose matches on Subject: below --
2015-01-20  8:51 Sathya Perla
2015-01-25  1:23 ` David Miller
2014-03-11 13:23 Sathya Perla
2014-03-12 20:20 ` David Miller
2014-03-13  7:22   ` Sathya Perla
2013-08-06  3:57 [PATCH net-next 0/7] be2net " Sathya Perla
2013-08-07 17:40 ` David Miller
2012-11-07  3:48 [PATCH net-next 0/7] be2net: " Sathya Perla
2012-11-07 22:00 ` 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).