[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1592832083-23249-1-git-send-email-magnus.karlsson@intel.com>
Date: Mon, 22 Jun 2020 15:21:21 +0200
From: Magnus Karlsson <magnus.karlsson@...el.com>
To: magnus.karlsson@...el.com, bjorn.topel@...el.com,
intel-wired-lan@...ts.osuosl.org, jeffrey.t.kirsher@...el.com
Cc: maciej.fijalkowski@...el.com, maciejromanfijalkowski@...il.com,
netdev@...r.kernel.org
Subject: [PATCH net-next 0/2] i40e: improve AF_XDP performance
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
Powered by blists - more mailing lists