DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2 0/2] net/i40e: improve free mbuf for Tx
@ 2021-06-30  2:04 Feifei Wang
  2021-06-30  2:04 ` [dpdk-dev] [PATCH v2 1/2] net/i40e: improve performance for scalar Tx Feifei Wang
  2021-06-30  2:04 ` [dpdk-dev] [PATCH v2 2/2] net/i40e: improve performance for vector Tx Feifei Wang
  0 siblings, 2 replies; 5+ messages in thread
From: Feifei Wang @ 2021-06-30  2:04 UTC (permalink / raw)
  Cc: dev, nd, Feifei Wang

For i40e Tx path, use bulk free of the buffers when mbuf fast free
mode is enabled. This can efficiently improve the performance.

v2:
1. fix bug when tx_rs_thres > RTE_I40E_TX_MAX_FREE_BUF_SZ (Beilei)

Feifei Wang (2):
  net/i40e: improve performance for scalar Tx
  net/i40e: improve performance for vector Tx

 drivers/net/i40e/i40e_rxtx.c            | 26 +++++++++++++++++++++----
 drivers/net/i40e/i40e_rxtx_vec_common.h | 11 +++++++++++
 2 files changed, 33 insertions(+), 4 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-06-30  5:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-30  2:04 [dpdk-dev] [PATCH v2 0/2] net/i40e: improve free mbuf for Tx Feifei Wang
2021-06-30  2:04 ` [dpdk-dev] [PATCH v2 1/2] net/i40e: improve performance for scalar Tx Feifei Wang
2021-06-30  3:42   ` Xing, Beilei
2021-06-30  5:30     ` [dpdk-dev] 回复: " Feifei Wang
2021-06-30  2:04 ` [dpdk-dev] [PATCH v2 2/2] net/i40e: improve performance for vector Tx Feifei Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).