netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/4] be2net: patch set
@ 2014-06-30  7:31 Sathya Perla
  2014-06-30  7:31 ` [PATCH net-next v2 1/4] be2net: remove be_cmd_get_profile_config_mbox/mccq() variants Sathya Perla
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Sathya Perla @ 2014-06-30  7:31 UTC (permalink / raw)
  To: netdev

v2 change: merged 2 lines into one in patch 4

Patch 1 refactors be_cmd_get_profile_config() routine to reduce
code duplication by using the be_cmd_notify_wait() routine, instead
of using a separate variant of the code for MBOX and MCCQ.

Patch 2 introduces the required FW-cmd code in the PF to query
RSS support on a VF. This is in preparation for patch 3.

Patch 3 adds support for the PF driver to re-configure the resource
distribution in FW based on the number of VFs enabled by the user. When
the user is not interested in enabling VFs, all resources of a port are
set-aside for the PF. If less than maximum number of VFs are enabled, then
each VF gets a better share of the resources and can now enable RSS (if
the interface supports it.)

Patch 4 is a minor fix to re-enable HW vlan filtering as soon as the number
of vlans programmed is within the HW limit.

Please consider applying to net-next tree. Thanks!

Kalesh AP (1):
  be2net: re-enable vlan filtering mode asap

Vasundhara Volam (3):
  be2net: remove be_cmd_get_profile_config_mbox/mccq() variants
  be2net: read VF's capabilities from GET_PROFILE_CONFIG cmd
  be2net: create optimal number of queues on SR-IOV config

 drivers/net/ethernet/emulex/benet/be.h      |    9 +-
 drivers/net/ethernet/emulex/benet/be_cmds.c |  226 ++++++++++++++++-----------
 drivers/net/ethernet/emulex/benet/be_cmds.h |    9 +-
 drivers/net/ethernet/emulex/benet/be_main.c |  141 ++++++++++-------
 4 files changed, 230 insertions(+), 155 deletions(-)

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

end of thread, other threads:[~2014-07-08  0:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30  7:31 [PATCH net-next v2 0/4] be2net: patch set Sathya Perla
2014-06-30  7:31 ` [PATCH net-next v2 1/4] be2net: remove be_cmd_get_profile_config_mbox/mccq() variants Sathya Perla
2014-06-30  7:31 ` [PATCH net-next v2 2/4] be2net: read VF's capabilities from GET_PROFILE_CONFIG cmd Sathya Perla
2014-06-30  7:31 ` [PATCH net-next v2 3/4] be2net: create optimal number of queues on SR-IOV config Sathya Perla
2014-06-30  7:31 ` [PATCH net-next v2 4/4] be2net: re-enable vlan filtering mode asap Sathya Perla
2014-07-03  1:41 ` [PATCH net-next v2 0/4] be2net: patch set David Miller
2014-07-07  9:38   ` Sathya Perla
2014-07-08  0:01     ` 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).