All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [next PATCH S21 00/14] i40e/i40evf updates
@ 2015-11-06 23:25 Joshua Hay
  2015-11-06 23:25 ` [Intel-wired-lan] [next PATCH S21 01/14] i40evf: increase max number of queues Joshua Hay
                   ` (13 more replies)
  0 siblings, 14 replies; 31+ messages in thread
From: Joshua Hay @ 2015-11-06 23:25 UTC (permalink / raw)
  To: intel-wired-lan

Jesse Brandeburg uses priv flags to control packet split, and removes 
CONFIG_I40E_VXLAN.

Kiran Patil moves detection and recovery of TX queue hung logic
to service_task from tx_timeout, and fixes memory leaks and 
sideband filter programming.

Mitch Williams increases max number of queues, sets real number
of queues, removes duplicate string, removes atomic allocation,
fixes up error propagation and handling, changes uint32_t to
u32, fixes whitespaces, and corrects bitwise operator to logical.

Neerav Parikh removes separate functions gathering XOFF Rx stats.

 drivers/net/ethernet/intel/Kconfig                 |  11 -
 drivers/net/ethernet/intel/i40e/i40e.h             |   8 +-
 drivers/net/ethernet/intel/i40e/i40e_ethtool.c     |  27 +++
 drivers/net/ethernet/intel/i40e/i40e_main.c        | 236 ++++++++++-----------
 drivers/net/ethernet/intel/i40e/i40e_txrx.c        |  23 +-
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c |  18 +-
 drivers/net/ethernet/intel/i40evf/i40e_txrx.c      |  33 +--
 drivers/net/ethernet/intel/i40evf/i40e_txrx.h      |  15 ++
 drivers/net/ethernet/intel/i40evf/i40evf.h         |   3 +-
 drivers/net/ethernet/intel/i40evf/i40evf_main.c    |  11 +-
 .../net/ethernet/intel/i40evf/i40evf_virtchnl.c    |  12 +-
 11 files changed, 217 insertions(+), 180 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2015-11-11  0:24 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-06 23:25 [Intel-wired-lan] [next PATCH S21 00/14] i40e/i40evf updates Joshua Hay
2015-11-06 23:25 ` [Intel-wired-lan] [next PATCH S21 01/14] i40evf: increase max number of queues Joshua Hay
2015-11-09 17:48   ` Bowers, AndrewX
2015-11-06 23:26 ` [Intel-wired-lan] [next PATCH S21 02/14] i40evf: set real num queues Joshua Hay
2015-11-09 18:02   ` Bowers, AndrewX
2015-11-06 23:26 ` [Intel-wired-lan] [next PATCH S21 03/14] i40evf: remove duplicate string Joshua Hay
2015-11-09 18:06   ` Bowers, AndrewX
2015-11-06 23:26 ` [Intel-wired-lan] [next PATCH S21 04/14] i40e: Detection and recovery of TX queue hung logic moved to service_task from tx_timeout Joshua Hay
2015-11-09 18:47   ` Bowers, AndrewX
2015-11-06 23:26 ` [Intel-wired-lan] [next PATCH S21 05/14] i40e: Fix memory leaks, sideband filter programming Joshua Hay
2015-11-09 19:02   ` Bowers, AndrewX
2015-11-06 23:26 ` [Intel-wired-lan] [next PATCH S21 06/14] i40evf: don't use atomic allocation Joshua Hay
2015-11-09 19:05   ` Bowers, AndrewX
2015-11-06 23:26 ` [Intel-wired-lan] [next PATCH S21 07/14] i40e: propagate properly Joshua Hay
2015-11-08 12:46   ` Jeff Kirsher
2015-11-06 23:26 ` [Intel-wired-lan] [next PATCH S21 08/14] i40evf: use correct types Joshua Hay
2015-11-10 20:43   ` Bowers, AndrewX
2015-11-06 23:26 ` [Intel-wired-lan] [next PATCH S21 09/14] i40e: use priv flags to control packet split Joshua Hay
2015-11-10 20:48   ` Bowers, AndrewX
2015-11-06 23:26 ` [Intel-wired-lan] [next PATCH S21 10/14] i40e: remove CONFIG_I40E_VXLAN Joshua Hay
2015-11-10 18:04   ` Keller, Jacob E
2015-11-10 21:00   ` Bowers, AndrewX
2015-11-11  0:24   ` Singhai, Anjali
2015-11-06 23:26 ` [Intel-wired-lan] [next PATCH S21 11/14] i40e: Remove separate functions gathering XOFF Rx stats Joshua Hay
2015-11-10 21:08   ` Bowers, AndrewX
2015-11-06 23:26 ` [Intel-wired-lan] [next PATCH S21 12/14] i40e: fix whitespace Joshua Hay
2015-11-10 21:09   ` Bowers, AndrewX
2015-11-06 23:26 ` [Intel-wired-lan] [next PATCH S21 13/14] i40e/i40evf: use logical operator Joshua Hay
2015-11-10 21:14   ` Bowers, AndrewX
2015-11-06 23:26 ` [Intel-wired-lan] [next PATCH S21 14/14] i40e/i40evf: Bump version to 1.4.7 for i40e and 1.4.3 for i40evf Joshua Hay
2015-11-10 21:15   ` Bowers, AndrewX

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.