OSDN Git Service

Merge branch 'be2net'
authorDavid S. Miller <davem@davemloft.net>
Thu, 3 Jul 2014 01:41:05 +0000 (18:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Jul 2014 01:41:05 +0000 (18:41 -0700)
commiteb1ac820c61d0d83747f2575092451efc2be09e4
treeb681e5092ce68fc3c8cb6ea0f5de61fa218fe7f7
parentbd4578bc84a8c8a390cf6002539e75447e78e935
parent9d4dfe4ae370747bcab66531482013d7ff6857f1
Merge branch 'be2net'

Sathya Perla says:

====================
be2net: patch set

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

Signed-off-by: David S. Miller <davem@davemloft.net>