Netdev List
 help / color / mirror / Atom feed
* [net-next 0/2] Intel Wired LAN Driver Updates
@ 2014-01-16  1:38 Aaron Brown
  2014-01-16  1:38 ` [net-next 1/2] ixgbe: Force QDE via PFQDE for VFs during reset Aaron Brown
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Aaron Brown @ 2014-01-16  1:38 UTC (permalink / raw)
  To: davem; +Cc: Aaron Brown, netdev, gospo, sassmann

This series contains several updates from Alex to ixgbe.

To avoid head of line blocking in the event a VF stops cleaning Rx descriptors
he makes sure QDE bits are set for a VF before the Rx queues are enabled.

To avoid a situation where the head write-back registers can remain set ofter 
the driver is unloaded he clears them on a VF reset.

Alexander Duyck (2):
  ixgbe: Force QDE via PFQDE for VFs during reset
  ixgbe: Clear head write-back registers on VF reset

 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c | 23 +++++++++++++++++++++++
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h  | 15 ++++++++++++---
 2 files changed, 35 insertions(+), 3 deletions(-)

-- 
1.8.5.GIT

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [net-next 0/2] Intel Wired LAN Driver Updates
@ 2014-01-14  0:13 Aaron Brown
  2014-01-15  8:01 ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Aaron Brown @ 2014-01-14  0:13 UTC (permalink / raw)
  To: davem; +Cc: Aaron Brown, netdev, gospo, sassmann

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.

 drivers/net/ethernet/intel/i40e/i40e_main.c        |  3 +++
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 18 ++++++++++++++++++
 2 files changed, 21 insertions(+)

-- 
1.8.5.GIT

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

end of thread, other threads:[~2014-01-16  5:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-16  1:38 [net-next 0/2] Intel Wired LAN Driver Updates Aaron Brown
2014-01-16  1:38 ` [net-next 1/2] ixgbe: Force QDE via PFQDE for VFs during reset Aaron Brown
2014-01-16  1:38 ` [net-next 2/2] ixgbe: Clear head write-back registers on VF reset Aaron Brown
2014-01-16  5:49 ` [net-next 0/2] Intel Wired LAN Driver Updates David Miller
  -- strict thread matches above, loose matches on Subject: below --
2014-01-14  0:13 Aaron Brown
2014-01-15  8: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