All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] i40e: improve AF_XDP performance
@ 2020-06-22 13:21 ` Magnus Karlsson
  0 siblings, 0 replies; 10+ messages in thread
From: Magnus Karlsson @ 2020-06-22 13:21 UTC (permalink / raw)
  To: magnus.karlsson, bjorn.topel, intel-wired-lan, jeffrey.t.kirsher
  Cc: maciej.fijalkowski, maciejromanfijalkowski, netdev

This small series improves AF_XDP performance for the i40e NIC. The
first patch optimizes the Tx completion path for AF_XDP and the second
one removes a division in the data path for the normal SKB path, XDP
as well as AF_XDP. Overall, the throughput of the l2fwd application in
xpdsock improves with around 4% on my machine.

This patch has been applied against commit 29a720c1042f ("Merge branch
'Marvell-mvpp2-improvements'")

Thanks: Magnus

Magnus Karlsson (2):
  i40e: optimize AF_XDP Tx completion path
  i40e: eliminate division in napi_poll data path

 drivers/net/ethernet/intel/i40e/i40e_txrx.c | 15 +++++++++----
 drivers/net/ethernet/intel/i40e/i40e_txrx.h |  1 +
 drivers/net/ethernet/intel/i40e/i40e_xsk.c  | 34 ++++++++++++++++-------------
 3 files changed, 31 insertions(+), 19 deletions(-)

--
2.7.4

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

end of thread, other threads:[~2020-06-23  5:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-22 13:21 [PATCH net-next 0/2] i40e: improve AF_XDP performance Magnus Karlsson
2020-06-22 13:21 ` [Intel-wired-lan] " Magnus Karlsson
2020-06-22 13:21 ` [PATCH net-next 1/2] i40e: optimize AF_XDP Tx completion path Magnus Karlsson
2020-06-22 13:21   ` [Intel-wired-lan] " Magnus Karlsson
2020-06-23  1:00   ` Samudrala, Sridhar
2020-06-23  1:00     ` Samudrala, Sridhar
2020-06-23  5:02     ` Magnus Karlsson
2020-06-23  5:02       ` Magnus Karlsson
2020-06-22 13:21 ` [PATCH net-next 2/2] i40e: eliminate division in napi_poll data path Magnus Karlsson
2020-06-22 13:21   ` [Intel-wired-lan] " Magnus Karlsson

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.