netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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; 11+ 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] 11+ messages in thread

* Re: [PATCH net-next 0/7] be2net: patch set
  2012-11-07  3:48 [PATCH net-next 0/7] be2net: patch set Sathya Perla
@ 2012-11-07 22:00 ` David Miller
  0 siblings, 0 replies; 11+ messages in thread
From: David Miller @ 2012-11-07 22:00 UTC (permalink / raw)
  To: sathya.perla; +Cc: netdev

From: Sathya Perla <sathya.perla@emulex.com>
Date: Wed, 7 Nov 2012 09:18:54 +0530

> 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

Looks good, all applied to net-next, thanks.

^ permalink raw reply	[flat|nested] 11+ 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; 11+ 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] 11+ messages in thread

* Re: [PATCH net-next 0/7] be2net patch set
  2013-08-06  3:57 [PATCH net-next 0/7] be2net " Sathya Perla
@ 2013-08-07 17:40 ` David Miller
  0 siblings, 0 replies; 11+ messages in thread
From: David Miller @ 2013-08-07 17:40 UTC (permalink / raw)
  To: sathya.perla; +Cc: netdev

From: Sathya Perla <sathya.perla@emulex.com>
Date: Tue, 6 Aug 2013 09:27:14 +0530

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

Series applied, thanks.

^ permalink raw reply	[flat|nested] 11+ 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; 11+ 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] 11+ messages in thread

* Re: [PATCH net-next 0/7] be2net: patch set
  2014-03-11 13:23 [PATCH net-next 0/7] be2net: " Sathya Perla
@ 2014-03-12 20:20 ` David Miller
  2014-03-13  7:22   ` Sathya Perla
  0 siblings, 1 reply; 11+ messages in thread
From: David Miller @ 2014-03-12 20:20 UTC (permalink / raw)
  To: sathya.perla; +Cc: netdev

From: Sathya Perla <sathya.perla@emulex.com>
Date: Tue, 11 Mar 2014 18:53:02 +0530

> Pls apply. Thanks!

Series applied, but in the future could you please give a proper
high level description of your changes in this header posting?

Just providing the shortlog does not cut it.

Thanks.

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

* RE: [PATCH net-next 0/7] be2net: patch set
  2014-03-12 20:20 ` David Miller
@ 2014-03-13  7:22   ` Sathya Perla
  0 siblings, 0 replies; 11+ messages in thread
From: Sathya Perla @ 2014-03-13  7:22 UTC (permalink / raw)
  To: David Miller; +Cc: netdev@vger.kernel.org

> -----Original Message-----
> From: David Miller [mailto:davem@davemloft.net]
> 
> From: Sathya Perla <sathya.perla@emulex.com>
> Date: Tue, 11 Mar 2014 18:53:02 +0530
> 
> > Pls apply. Thanks!
> 
> Series applied, but in the future could you please give a proper
> high level description of your changes in this header posting?
> 
> Just providing the shortlog does not cut it.
> 

Sure, will do. 

thanks,
-Sathya

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

* [PATCH net-next 0/7] be2net: patch set
@ 2014-05-09  7:59 Sathya Perla
  2014-05-09 17:16 ` David Miller
  0 siblings, 1 reply; 11+ 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] 11+ messages in thread

* Re: [PATCH net-next 0/7] be2net: patch set
  2014-05-09  7:59 Sathya Perla
@ 2014-05-09 17:16 ` David Miller
  0 siblings, 0 replies; 11+ messages in thread
From: David Miller @ 2014-05-09 17:16 UTC (permalink / raw)
  To: sathya.perla; +Cc: netdev

From: Sathya Perla <sathya.perla@emulex.com>
Date: Fri, 9 May 2014 13:29:12 +0530

> 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!

Series applied, thanks.

^ permalink raw reply	[flat|nested] 11+ 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; 11+ 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] 11+ messages in thread

* Re: [PATCH net-next 0/7] be2net: patch set
  2015-01-20  8:51 Sathya Perla
@ 2015-01-25  1:23 ` David Miller
  0 siblings, 0 replies; 11+ messages in thread
From: David Miller @ 2015-01-25  1:23 UTC (permalink / raw)
  To: sathya.perla; +Cc: netdev

From: Sathya Perla <sathya.perla@emulex.com>
Date: Tue, 20 Jan 2015 03:51:42 -0500

> 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!

Series applied, thanks.

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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-07  3:48 [PATCH net-next 0/7] be2net: patch set Sathya Perla
2012-11-07 22:00 ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2013-08-06  3:57 [PATCH net-next 0/7] be2net " Sathya Perla
2013-08-07 17:40 ` David Miller
2014-03-11 13:23 [PATCH net-next 0/7] be2net: " Sathya Perla
2014-03-12 20:20 ` David Miller
2014-03-13  7:22   ` Sathya Perla
2014-05-09  7:59 Sathya Perla
2014-05-09 17:16 ` David Miller
2015-01-20  8:51 Sathya Perla
2015-01-25  1:23 ` 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).