numam-dpdk/drivers/net/i40e
Feifei Wang be8ff62108 net/i40e: improve vector Tx performance
For i40e vector Tx path, if tx_offload is set as FAST_FREE_MBUF mode,
no mbuf fast free operations are executed. To fix this, add mbuf fast
free mode for vector Tx path.

Furthermore, for i40e vector Tx path, if implement FAST_FREE_MBUF mode,
it means per-queue all mbufs come from the same mempool and have
refcnt = 1. Thus we can use bulk free of the buffers when mbuf fast free
mode is enabled.

For vector path in arm platform:
In n1sdp, performance is improved by 18.4%;
In thunderx2, performance is improved by 23%.

For vector path in x86 platform:
No performance changes.

Suggested-by: Ruifeng Wang <ruifeng.wang@arm.com>
Signed-off-by: Feifei Wang <feifei.wang2@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
2021-07-06 04:59:01 +02:00
..
base build: fix formatting of Meson lists 2021-05-04 15:01:47 +02:00
i40e_ethdev_vf.c devargs: add common key definition 2021-07-05 16:33:18 +02:00
i40e_ethdev.c net/i40e: fix flow director input set conflict 2021-07-06 04:59:01 +02:00
i40e_ethdev.h net/i40e: fix flow director input set conflict 2021-07-06 04:59:01 +02:00
i40e_fdir.c net/i40e: fix flow director input set conflict 2021-07-06 04:59:01 +02:00
i40e_flow.c net/i40e: fix flow director input set conflict 2021-07-06 04:59:01 +02:00
i40e_hash.c net/i40e: fix L2 payload RSS mask input set 2021-07-04 16:57:19 +02:00
i40e_hash.h net/i40e: refactor RSS flow 2021-01-08 19:20:09 +01:00
i40e_logs.h net/i40e: refine debug build option 2021-04-01 16:10:20 +02:00
i40e_pf.c net/i40e: fix VF RSS configuration 2021-05-12 14:21:27 +02:00
i40e_pf.h
i40e_regs.h
i40e_rxtx_vec_altivec.c mbuf: rename outer IP checksum macro 2021-03-02 10:57:28 +01:00
i40e_rxtx_vec_avx2.c net/i40e: fix crash in AVX512 2021-04-14 14:29:47 +02:00
i40e_rxtx_vec_avx512.c net/i40e: fix crash in AVX512 2021-04-14 14:29:47 +02:00
i40e_rxtx_vec_common.h net/i40e: improve vector Tx performance 2021-07-06 04:59:01 +02:00
i40e_rxtx_vec_neon.c net/i40e: fix parsing packet type for NEON 2021-03-30 01:17:15 +02:00
i40e_rxtx_vec_sse.c mbuf: rename outer IP checksum macro 2021-03-02 10:57:28 +01:00
i40e_rxtx.c net/i40e: improve scalar Tx performance 2021-07-06 04:59:01 +02:00
i40e_rxtx.h net/i40e: add Tx preparation for simple Tx datapath 2021-04-20 16:01:15 +02:00
i40e_tm.c drivers/net: build i40e and mlx5 on Windows 2021-01-14 23:51:24 +01:00
i40e_vf_representor.c ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
meson.build drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
rte_pmd_i40e.c net/i40e: add null input checks 2021-01-13 18:51:58 +01:00
rte_pmd_i40e.h net/i40e: add C++ include guard 2020-11-13 19:43:26 +01:00
version.map