]> Pileus Git - ~andy/linux/commit
Merge branch 'i40e-next'
authorDavid S. Miller <davem@davemloft.net>
Wed, 15 Jan 2014 08:01:03 +0000 (00:01 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jan 2014 08:01:03 +0000 (00:01 -0800)
commite3e4e01cb7c8b56b634fca53fcb05563c23fb656
tree6790cf433cf7f48537dc17408f5f229991acfef3
parente07d4ca83d047716b8cc87deea7d5e4b2c42193a
parent8d82a7c5d8646b5fa68db2c9e695298bd95230cf
Merge branch 'i40e-next'

Aaron Brown says:

====================
Intel Wired LAN Driver Updates

This series contains updates to i40e from Greg Rose for VLAN filtering.

Greg Rose (2):
  i40e: Warn admin to reload VF driver on port VLAN configuration.
    When an administrator sets a port VLAN filters for the virtual
    function (VF) after the VF has already set its own VLAN filters a
    conflict requiring the VF be reloaded can occur.  This patch logs a
    message indicating to the system administrator that the VF driver
    must be reloaded for the new port VLAN settings to take effect

  i40e: Retain MAC filters on port VLAN deletion
    On port VLAN deletion the list of MAC filters for the virtual function
    (VF) VSI were all deleted.  Let's keep them around, they come in
    handy for keeping the VF functional.
====================

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