numam-dpdk/drivers/net/mlx4
Yongseok Koh 1948776360 net/mlx4: optimize Tx external memory registration
There's some performance drop due to extra condition checks on the
datapath. Checking for external memory registration should be consolidated
to the existing bottom-half.

Fixes: 31912d9924 ("net/mlx4: support externally allocated static memory")
Cc: stable@dpdk.org

Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
2018-11-16 10:45:37 +01:00
..
Makefile net/mlx4: avoid stripping the glue library 2018-08-02 12:34:17 +02:00
meson.build net/mlx4: support meson build 2018-09-28 01:41:01 +02:00
mlx4_ethdev.c net/mlx4: refactor RSS conversion functions 2018-05-23 00:35:01 +02:00
mlx4_flow.c net/mlx4: refactor RSS conversion functions 2018-05-23 00:35:01 +02:00
mlx4_flow.h net/mlx4: refactor RSS conversion functions 2018-05-23 00:35:01 +02:00
mlx4_glue.c
mlx4_glue.h
mlx4_intr.c
mlx4_mr.c net/mlx4: optimize Tx external memory registration 2018-11-16 10:45:37 +01:00
mlx4_mr.h net/mlx4: add new memory region support 2018-05-14 22:31:52 +01:00
mlx4_prm.h net/mlx4: support hardware TSO 2018-07-10 14:02:57 +02:00
mlx4_rxq.c ethdev: make default behavior CRC strip on Rx 2018-09-14 20:08:41 +02:00
mlx4_rxtx.c net/mlx4: support hardware TSO 2018-07-10 14:02:57 +02:00
mlx4_rxtx.h net/mlx4: optimize Tx external memory registration 2018-11-16 10:45:37 +01:00
mlx4_txq.c net/mlx4: support hardware TSO 2018-07-10 14:02:57 +02:00
mlx4_utils.c
mlx4_utils.h
mlx4.c ethdev: free all common data when releasing port 2018-10-26 22:14:05 +02:00
mlx4.h net/mlx4: check RSS queues number limitation 2018-08-02 12:34:16 +02:00
rte_pmd_mlx4_version.map