All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [next PATCH S32 00/14] i40e/i40evf updates
@ 2016-03-28 11:17 Harshitha Ramamurthy
  2016-03-28 11:17 ` [Intel-wired-lan] [next PATCH S32 01/14] i40e: Inserting a HW capability display info Harshitha Ramamurthy
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Harshitha Ramamurthy @ 2016-03-28 11:17 UTC (permalink / raw)
  To: intel-wired-lan

Akeem G Abodunrin moves the HW flush to avoid problems in
pass-through routines. 

Anjali Singhai Jain adds a hook to support trusted VF.

Deepthi Kavalur adds capability to display HW information.

Harshitha Ramamurthy bumps i40e/i40evf from 1.5.2 to 1.5.5.

Jesse Brandeburg moves a stack variable deeper, drops unused 
tx_ring arguments and makes RX faster via avoiding FCOE.

Kiran Patil defines input set mask constants for RSS,
flow director,flex bytes and renames defines for the input set
mask.

Mitch Williams adds RSS configuration to the virtual channel.

Shannon Nelson ensures device capabilities do not get printed 
when not needed, adds code to restrict VF poll mode to only 
single function mode devices, moves NVM variable out of AQ 
struct and moves nvm event wait check to nvm code.

 drivers/net/ethernet/intel/i40e/i40e_adminq.c      | 33 +-------------
 drivers/net/ethernet/intel/i40e/i40e_adminq.h      |  1 -
 drivers/net/ethernet/intel/i40e/i40e_common.c      |  3 ++
 drivers/net/ethernet/intel/i40e/i40e_main.c        |  4 +-
 drivers/net/ethernet/intel/i40e/i40e_nvm.c         | 43 +++++++++++++++---
 drivers/net/ethernet/intel/i40e/i40e_prototype.h   |  1 +
 drivers/net/ethernet/intel/i40e/i40e_txrx.c        | 17 ++++---
 drivers/net/ethernet/intel/i40e/i40e_txrx.h        | 10 ++++
 drivers/net/ethernet/intel/i40e/i40e_type.h        | 30 ++++++++++++
 drivers/net/ethernet/intel/i40e/i40e_virtchnl.h    | 45 ++++++++++++++++--
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 53 +++++++++++++++++++++-
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.h |  2 +
 drivers/net/ethernet/intel/i40evf/i40e_adminq.h    |  1 -
 drivers/net/ethernet/intel/i40evf/i40e_txrx.c      | 13 +++---
 drivers/net/ethernet/intel/i40evf/i40e_txrx.h      | 10 ++++
 drivers/net/ethernet/intel/i40evf/i40e_type.h      | 30 ++++++++++++
 drivers/net/ethernet/intel/i40evf/i40e_virtchnl.h  | 45 ++++++++++++++++--
 drivers/net/ethernet/intel/i40evf/i40evf_main.c    |  2 +-
 18 files changed, 281 insertions(+), 62 deletions(-)

-- 
2.4.3


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

end of thread, other threads:[~2016-03-29  4:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-28 11:17 [Intel-wired-lan] [next PATCH S32 00/14] i40e/i40evf updates Harshitha Ramamurthy
2016-03-28 11:17 ` [Intel-wired-lan] [next PATCH S32 01/14] i40e: Inserting a HW capability display info Harshitha Ramamurthy
2016-03-28 11:17 ` [Intel-wired-lan] [next PATCH S32 02/14] i40e: Leave debug_mask cleared at init Harshitha Ramamurthy
2016-03-28 11:17 ` [Intel-wired-lan] [next PATCH S32 03/14] i40e: Move HW flush Harshitha Ramamurthy
2016-03-28 11:17 ` [Intel-wired-lan] [next PATCH S32 04/14] i40e/i40evf: Move stack var deeper Harshitha Ramamurthy
2016-03-28 11:17 ` [Intel-wired-lan] [next PATCH S32 05/14] i40e/i40evf: Drop unused tx_ring argument Harshitha Ramamurthy
2016-03-28 11:17 ` [Intel-wired-lan] [next PATCH S32 06/14] i40e/i40evf: Faster RX via avoiding fcoe Harshitha Ramamurthy
2016-03-28 11:17 ` [Intel-wired-lan] [next PATCH S32 07/14] i40e: Patch to support trusted VF Harshitha Ramamurthy
2016-03-28 11:17 ` [Intel-wired-lan] [next PATCH S32 08/14] i40e: Restrict VF poll mode to only single function mode devices Harshitha Ramamurthy
2016-03-28 11:17 ` [Intel-wired-lan] [next PATCH S32 09/14] i40e: Move NVM variable out of AQ struct Harshitha Ramamurthy
2016-03-28 11:17 ` [Intel-wired-lan] [next PATCH S32 10/14] i40e: Add RSS configuration to virtual channel Harshitha Ramamurthy
2016-03-28 11:17 ` [Intel-wired-lan] [next PATCH S32 11/14] i40e: Move NVM event wait check to NVM code Harshitha Ramamurthy
2016-03-28 11:17 ` [Intel-wired-lan] [next PATCH S32 12/14] i40e: Input set mask constants for RSS, flow director, and flex bytes Harshitha Ramamurthy
2016-03-28 11:17 ` [Intel-wired-lan] [next PATCH S32 13/14] i40e: Rename defines for input set mask Harshitha Ramamurthy
2016-03-28 11:17 ` [Intel-wired-lan] [next PATCH S32 14/14] i40e/i40evf: Bump patch from 1.5.2 to 1.5.5 Harshitha Ramamurthy
2016-03-29  4:31 ` [Intel-wired-lan] [next PATCH S32 00/14] 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.