netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] be2net: patch set
@ 2014-08-01 12:17 Sathya Perla
  2014-08-01 12:17 ` [PATCH net-next 1/3] be2net: ignore get/set profile FW cmd failures Sathya Perla
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Sathya Perla @ 2014-08-01 12:17 UTC (permalink / raw)
  To: netdev

Patch 1 fixes a regression caused by a previous commit on net-next.
Old versions of BE3 FW may not support cmds to re-provision (and hence
optimize) resources/queues in SR-IOV config. Do not treat this FW cmd
failure as fatal and fail the function initialization. Instead, just
enable SR-IOV with the resources provided by the FW.

Patch 2 ignores a VF mac address setting if the new mac is already active
on the VF.

Patch 3 adds support to delete a FW-dump via ethtool on Lancer adapters.

Please consider applying this patch-set to the net-next tree. Thanks!

Kalesh AP (1):
  be2net: support deleting FW dump via ethtool (only for Lancer)

Sathya Perla (1):
  be2net: ignore get/set profile FW cmd failures

Vasundhara Volam (1):
  be2net: ignore VF mac address setting for the same mac

 drivers/net/ethernet/emulex/benet/be.h         |    2 +
 drivers/net/ethernet/emulex/benet/be_cmds.c    |   48 ++++++++++++++-
 drivers/net/ethernet/emulex/benet/be_cmds.h    |   10 +++
 drivers/net/ethernet/emulex/benet/be_ethtool.c |   17 +++---
 drivers/net/ethernet/emulex/benet/be_main.c    |   75 ++++++++++++++----------
 5 files changed, 109 insertions(+), 43 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH net-next 0/3] be2net: patch set
@ 2015-03-04  5:44 Sathya Perla
  2015-03-04 20:59 ` David Miller
  0 siblings, 1 reply; 9+ messages in thread
From: Sathya Perla @ 2015-03-04  5:44 UTC (permalink / raw)
  To: netdev

Hi Dave, the following patch set includes three feature additions relating
to SR-IOV to be2net. 

Patch 1 avoid creating a non-RSS default RXQ when FW allows it.
This prevents wasting one RXQ for each VF.

Patch 2 adds support for evenly distributing all queue & filter resources
across VFs. The FW informs the driver as to which resources are distributable.

Patch 3 implements the sriov_configure PCI method to allow runtime
enablement of VFs via sysfs.

Pls consider applying this patch-set to the net-next tree. Thanks!

Vasundhara Volam (3):
  be2net: avoid creating the non-RSS default RXQ if FW allows to
  be2net: re-distribute SRIOV resources allowed by FW
  be2net: implement .sriov_configure() PCI callback

 drivers/net/ethernet/emulex/benet/be.h         |   9 +-
 drivers/net/ethernet/emulex/benet/be_cmds.c    | 114 +++++++----
 drivers/net/ethernet/emulex/benet/be_cmds.h    |  23 ++-
 drivers/net/ethernet/emulex/benet/be_ethtool.c |   2 +-
 drivers/net/ethernet/emulex/benet/be_main.c    | 260 +++++++++++++++++--------
 5 files changed, 285 insertions(+), 123 deletions(-)

-- 
2.2.0

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH net-next 0/3] be2net: patch set
@ 2015-03-26  7:05 Sathya Perla
  2015-03-29 19:34 ` David Miller
  0 siblings, 1 reply; 9+ messages in thread
From: Sathya Perla @ 2015-03-26  7:05 UTC (permalink / raw)
  To: netdev

Hi David, this patch set includes 2 feature additions to the be2net driver:

Patch 1 sets up cpu affinity hints for be2net irqs using the
cpumask_set_cpu_local_first() API that first picks the near numa cores
and when they are exhausted, selects the far numa cores.

Patch 2 setups up xps queue mapping for be2net's TXQs to avoid,
by default, TX lock contention.

Patch 3 just bumps up the driver version.

Pls consider applying this patch set to the net-next queue. Thanks!

Padmanabh Ratnakar (1):
  be2net: assign CPU affinity hints to be2net IRQs

Sathya Perla (2):
  be2net: setup xps queue mapping
  be2net: bump up the driver version to 10.6.0.1

 drivers/net/ethernet/emulex/benet/be.h      |  4 +++-
 drivers/net/ethernet/emulex/benet/be_main.c | 27 +++++++++++++++++++++------
 2 files changed, 24 insertions(+), 7 deletions(-)

-- 
2.2.0

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

end of thread, other threads:[~2015-03-29 19:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-01 12:17 [PATCH net-next 0/3] be2net: patch set Sathya Perla
2014-08-01 12:17 ` [PATCH net-next 1/3] be2net: ignore get/set profile FW cmd failures Sathya Perla
2014-08-01 12:17 ` [PATCH net-next 2/3] be2net: ignore VF mac address setting for the same mac Sathya Perla
2014-08-01 12:17 ` [PATCH net-next 3/3] be2net: support deleting FW dump via ethtool (only for Lancer) Sathya Perla
2014-08-02 22:59 ` [PATCH net-next 0/3] be2net: patch set David Miller
  -- strict thread matches above, loose matches on Subject: below --
2015-03-04  5:44 Sathya Perla
2015-03-04 20:59 ` David Miller
2015-03-26  7:05 Sathya Perla
2015-03-29 19:34 ` 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).