All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [next PATCH S35 00/14] i40e/i40evf updates
@ 2016-04-14 13:19 Harshitha Ramamurthy
  2016-04-14 13:19 ` [Intel-wired-lan] [next PATCH S35 01/14] i40e: Allow RSS Hash set with less than four parameters Harshitha Ramamurthy
                   ` (13 more replies)
  0 siblings, 14 replies; 20+ messages in thread
From: Harshitha Ramamurthy @ 2016-04-14 13:19 UTC (permalink / raw)
  To: intel-wired-lan

Carolyn Wyborny allows for setting RSS Hash opts using less than four parameters
and adds message for unsupported MFP mode.

Catherine Sullivan renames a version macro.

Jesse Brandeburg fixes up 32 bit timespec references, refactors tunnel
interpretation and receive routine, removes unused hardware receive
descriptor code and adds code to test memory before ethtool allocation
succeeds. 

Mitch Williams adds code to report link speed, sets netdev carrier properly,
clears mac filter count on reset, enables adaptive interrupt throttling
and allocates RX buffers properly.

Shannon Nelson adds elements to fd filter compare.

 drivers/net/ethernet/intel/i40e/i40e.h             |  14 +-
 drivers/net/ethernet/intel/i40e/i40e_debugfs.c     |  30 +-
 drivers/net/ethernet/intel/i40e/i40e_ethtool.c     | 259 +++---
 drivers/net/ethernet/intel/i40e/i40e_main.c        |  78 +-
 drivers/net/ethernet/intel/i40e/i40e_ptp.c         |   5 +-
 drivers/net/ethernet/intel/i40e/i40e_txrx.c        | 964 ++++++++++-----------
 drivers/net/ethernet/intel/i40e/i40e_txrx.h        |  69 +-
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c |   1 +
 drivers/net/ethernet/intel/i40evf/i40e_txrx.c      | 924 ++++++++++----------
 drivers/net/ethernet/intel/i40evf/i40e_txrx.h      |  69 +-
 drivers/net/ethernet/intel/i40evf/i40evf.h         |   8 +-
 drivers/net/ethernet/intel/i40evf/i40evf_ethtool.c |  78 +-
 drivers/net/ethernet/intel/i40evf/i40evf_main.c    |  54 +-
 .../net/ethernet/intel/i40evf/i40evf_virtchnl.c    |  64 +-
 14 files changed, 1264 insertions(+), 1353 deletions(-)

-- 
2.4.3


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

end of thread, other threads:[~2016-04-16  1:51 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-14 13:19 [Intel-wired-lan] [next PATCH S35 00/14] i40e/i40evf updates Harshitha Ramamurthy
2016-04-14 13:19 ` [Intel-wired-lan] [next PATCH S35 01/14] i40e: Allow RSS Hash set with less than four parameters Harshitha Ramamurthy
2016-04-14 13:19 ` [Intel-wired-lan] [next PATCH S35 02/14] i40e: Fix up 32 bit timespec references Harshitha Ramamurthy
2016-04-14 13:19 ` [Intel-wired-lan] [next PATCH S35 03/14] i40e: Add elements to fd filter compare Harshitha Ramamurthy
2016-04-14 13:19 ` [Intel-wired-lan] [next PATCH S35 04/14] i40evf: Report link speed Harshitha Ramamurthy
2016-04-14 13:19 ` [Intel-wired-lan] [next PATCH S35 05/14] i40evf: Set netdev carrier properly Harshitha Ramamurthy
2016-04-14 13:19 ` [Intel-wired-lan] [next PATCH S35 06/14] i40e: Clear mac filter count on reset Harshitha Ramamurthy
2016-04-14 13:19 ` [Intel-wired-lan] [next PATCH S35 07/14] i40evf: Enable adaptive interrupt throttling Harshitha Ramamurthy
2016-04-14 13:19 ` [Intel-wired-lan] [next PATCH S35 08/14] i40e: Add message for unsupported MFP mode Harshitha Ramamurthy
2016-04-14 13:19 ` [Intel-wired-lan] [next PATCH S35 09/14] i40e/i40evf: Rename version macro Harshitha Ramamurthy
2016-04-14 13:19 ` [Intel-wired-lan] [next PATCH S35 10/14] i40e/i40evf: Refactor tunnel interpretation Harshitha Ramamurthy
2016-04-14 13:19 ` [Intel-wired-lan] [next PATCH S35 11/14] i40e/i40evf: Refactor receive routine Harshitha Ramamurthy
2016-04-15 17:25   ` Alexander Duyck
2016-04-15 18:19     ` Jesse Brandeburg
2016-04-15 19:21       ` Alexander Duyck
2016-04-16  0:10         ` Jesse Brandeburg
2016-04-16  1:51           ` Alexander Duyck
2016-04-14 13:19 ` [Intel-wired-lan] [next PATCH S35 12/14] i40e/i40evf: Remove unused hardware receive descriptor code Harshitha Ramamurthy
2016-04-14 13:19 ` [Intel-wired-lan] [next PATCH S35 13/14] i40evf: Allocate rx buffers properly Harshitha Ramamurthy
2016-04-14 13:19 ` [Intel-wired-lan] [next PATCH S35 14/14] i40e: Test memory before ethtool alloc succeeds Harshitha Ramamurthy

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.