lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 4 Mar 2015 00:44:31 -0500
From:	Sathya Perla <sathya.perla@...lex.com>
To:	<netdev@...r.kernel.org>
Subject: [PATCH net-next 0/3] be2net: patch set

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

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ