All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [next PATCH 0/4] i40e/i40evf: Improve throughput by reducing PCIe overhead
@ 2016-02-17 19:02 Alexander Duyck
  2016-02-17 19:02 ` [Intel-wired-lan] [next PATCH 1/4] i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx Alexander Duyck
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Alexander Duyck @ 2016-02-17 19:02 UTC (permalink / raw)
  To: intel-wired-lan

This patch series is meant to address some minor performance issues and to
improve the throughput for the adapter.

On my system I saw a .5Gbps improvement based on these patches.

Specific items addressed include the use of modulo division in the Tx
fast-path, redundant checks against CHECKSUM_PARTIAL, and the use of only
8K of data per TXD when the maximum supported value is 16K - 1.

---

Alexander Duyck (4):
      i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
      i40e/i40evf: Rewrite logic for 8 descriptor per packet check
      i40e/i40evf: Move Tx checksum closer to TSO
      i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8K


 drivers/net/ethernet/intel/i40e/i40e_fcoe.c   |   20 ++-
 drivers/net/ethernet/intel/i40e/i40e_txrx.c   |  199 +++++++++++--------------
 drivers/net/ethernet/intel/i40e/i40e_txrx.h   |   96 ++++++++++++
 drivers/net/ethernet/intel/i40evf/i40e_txrx.c |  190 +++++++++++-------------
 drivers/net/ethernet/intel/i40evf/i40e_txrx.h |   94 ++++++++++++
 5 files changed, 374 insertions(+), 225 deletions(-)

--

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

end of thread, other threads:[~2016-02-17 23:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-17 19:02 [Intel-wired-lan] [next PATCH 0/4] i40e/i40evf: Improve throughput by reducing PCIe overhead Alexander Duyck
2016-02-17 19:02 ` [Intel-wired-lan] [next PATCH 1/4] i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx Alexander Duyck
2016-02-17 23:21   ` Bowers, AndrewX
2016-02-17 19:02 ` [Intel-wired-lan] [next PATCH 2/4] i40e/i40evf: Rewrite logic for 8 descriptor per packet check Alexander Duyck
2016-02-17 19:02 ` [Intel-wired-lan] [next PATCH 3/4] i40e/i40evf: Move Tx checksum closer to TSO Alexander Duyck
2016-02-17 19:03 ` [Intel-wired-lan] [next PATCH 4/4] i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8K Alexander Duyck
2016-02-17 21:38   ` Jeff Kirsher
2016-02-17 21:56     ` Alexander Duyck

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.