Skip to content
  1. Jan 16, 2014
  2. Jan 15, 2014
    • David S. Miller's avatar
      Merge branch 'i40e-next' · e3e4e01c
      David S. Miller authored
      
      
      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: default avatarDavid S. Miller <davem@davemloft.net>
      e3e4e01c
    • Greg Rose's avatar
      i40e: Retain MAC filters on port VLAN deletion · 8d82a7c5
      Greg Rose authored
      
      
      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.
      
      Change-Id: I335e760392f274dc8b8b40efcb708f65b49d7973
      Signed-off-by: default avatarGreg Rose <gregory.v.rose@intel.com>
      Tested-by: default avatarSibai Li <sibai.li@intel.com>
      Signed-off-by: default avatarAaron Brown <aaron.f.brown@intel.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      8d82a7c5
    • Greg Rose's avatar
      i40e: Warn admin to reload VF driver on port VLAN configuration · 99a4973c
      Greg Rose authored
      
      
      The i40e Physical Function (PF) driver will allow the
       Virtual Function (VF) driver to configure its own VLAN filters if no port
       VLAN filter has been configured.  This leads to the possibility of the
       administrator setting a port VLAN filter for the VF after the VF has already
       configured its own VLAN filters.  This leads to a conflict that can only be
       resolved by reloading the VF driver.  When the conflicting administrative
       command is detected in setting the port VLAN then log a message indicating to
       the system administrator that he must now reload the VF driver for the new
       port VLAN settings to take effect.
      
      Change-Id: I8de73b885d944a043aff32226297e4249862bcad
      Signed-off-by: default avatarGreg Rose <gregory.v.rose@intel.com>
      Tested-by: default avatarSibai Li <sibai.li@intel.com>
      Signed-off-by: default avatarAaron Brown <aaron.f.brown@intel.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      99a4973c