All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [next PATCH S49 00/15] i40e/i40evf updates
@ 2016-09-29 17:11 Bimmy Pujari
  2016-09-29 17:11 ` [Intel-wired-lan] [next PATCH S49 01/15] i40e: drop is_vf and is_netdev fields in struct i40e_mac_filter Bimmy Pujari
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: Bimmy Pujari @ 2016-09-29 17:11 UTC (permalink / raw)
  To: intel-wired-lan

Alan Brady adds code to fix mac filters when removing vlans.

Jacob Keller drops is_vf and is_netdev fields in struct 
i40e_mac_filter, adds code to make use of __dev_uc_sync 
and __dev_mc_sync, moves i40e_put_mac_in_vlan and 
i40e_del_mac_all_vlan, fixes i40e_put_mac_in_vlan to 
return actual filter added, adds code to ignore removed 
filters When searching all MAC/VLAN filters, implements 
__i40e_del_filter and use where applicable, adds code to 
store MAC/VLAN filters in a hash with the MAC Address as 
key, adds code to properly cleanup on allocation failure 
in i40e_sync_vsi_filters, adds code to avoid looping to 
check whether we're in vlan mode, removes duplicate add/
delete adminq command code for filters, corrects check 
for reading TSYNINDX from the receive descriptor, uses a 
mutex instead of spinlock in PTP user entry points, replaces 
PTP Rx timestamp hang logic and adds code to avoid an extra 
msleep while waiting for reset.

 drivers/net/ethernet/intel/i40e/i40e.h             |  50 +-
 drivers/net/ethernet/intel/i40e/i40e_debugfs.c     |  92 +-
 drivers/net/ethernet/intel/i40e/i40e_main.c        | 949 +++++++++++----------
 drivers/net/ethernet/intel/i40e/i40e_ptp.c         | 137 +--
 drivers/net/ethernet/intel/i40e/i40e_txrx.c        |   9 +-
 drivers/net/ethernet/intel/i40e/i40e_txrx.h        |   2 -
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c |  57 +-
 drivers/net/ethernet/intel/i40evf/i40evf_main.c    |   8 +-
 8 files changed, 663 insertions(+), 641 deletions(-)

-- 
2.4.11


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

end of thread, other threads:[~2016-09-30  7:03 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-29 17:11 [Intel-wired-lan] [next PATCH S49 00/15] i40e/i40evf updates Bimmy Pujari
2016-09-29 17:11 ` [Intel-wired-lan] [next PATCH S49 01/15] i40e: drop is_vf and is_netdev fields in struct i40e_mac_filter Bimmy Pujari
2016-09-30  7:03   ` Jeff Kirsher
2016-09-29 17:11 ` [Intel-wired-lan] [next PATCH S49 02/15] i40e: make use of __dev_uc_sync and __dev_mc_sync Bimmy Pujari
2016-09-29 17:11 ` [Intel-wired-lan] [next PATCH S49 03/15] i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlan Bimmy Pujari
2016-09-29 17:11 ` [Intel-wired-lan] [next PATCH S49 04/15] i40e: fix i40e_put_mac_in_vlan to return actual filter added Bimmy Pujari
2016-09-29 17:11 ` [Intel-wired-lan] [next PATCH S49 05/15] i40e: When searching all MAC/VLAN filters, ignore removed filters Bimmy Pujari
2016-09-29 17:11 ` [Intel-wired-lan] [next PATCH S49 06/15] i40e: implement __i40e_del_filter and use where applicable Bimmy Pujari
2016-09-29 17:11 ` [Intel-wired-lan] [next PATCH S49 07/15] i40e: store MAC/VLAN filters in a hash with the MAC Address as key Bimmy Pujari
2016-09-29 17:11 ` [Intel-wired-lan] [next PATCH S49 08/15] i40e: properly cleanup on allocation failure in i40e_sync_vsi_filters Bimmy Pujari
2016-09-29 17:11 ` [Intel-wired-lan] [next PATCH S49 09/15] i40e: fix mac filters when removing vlans Bimmy Pujari
2016-09-29 17:11 ` [Intel-wired-lan] [next PATCH S49 10/15] i40e: avoid looping to check whether we're in vlan mode Bimmy Pujari
2016-09-29 17:11 ` [Intel-wired-lan] [next PATCH S49 11/15] i40e: remove duplicate add/delete adminq command code for filters Bimmy Pujari
2016-09-29 17:11 ` [Intel-wired-lan] [next PATCH S49 12/15] i40e: correct check for reading TSYNINDX from the receive descriptor Bimmy Pujari
2016-09-29 17:11 ` [Intel-wired-lan] [next PATCH S49 13/15] i40e: use a mutex instead of spinlock in PTP user entry points Bimmy Pujari
2016-09-29 17:11 ` [Intel-wired-lan] [next PATCH S49 14/15] i40e: replace PTP Rx timestamp hang logic Bimmy Pujari
2016-09-29 17:11 ` [Intel-wired-lan] [next PATCH S49 15/15] i40evf: avoid an extra msleep while waiting for reset Bimmy Pujari
2016-09-30  7:02 ` [Intel-wired-lan] [next PATCH S49 00/15] i40e/i40evf updates Jeff Kirsher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.