[dpdk-dev] [PATCH 0/2] net/mlx5: add PMD dynf
Ori Kam
orika at mellanox.com
Mon Jan 13 10:29:34 CET 2020
This patch-set uses the dynf feature to give the mlx5 pmd
hint if inline is needed.
The first patch,adds a generic way to regiter dynf and setting it in
case of Tx packet.
Ori Kam (2):
app/testpmd: add dynamic flag support
net/mlx5: add fine grain dynamic flag support
app/test-pmd/cmdline.c | 88 +++++++++++++++++++++++++++++
app/test-pmd/testpmd.h | 16 ++++++
app/test-pmd/util.c | 63 +++++++++++++++++++++
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 10 ++++
drivers/net/mlx5/mlx5.c | 15 +++++
drivers/net/mlx5/mlx5_rxtx.c | 2 +
drivers/net/mlx5/mlx5_rxtx.h | 3 +
drivers/net/mlx5/mlx5_trigger.c | 8 +++
drivers/net/mlx5/rte_pmd_mlx5.h | 32 +++++++++++
drivers/net/mlx5/rte_pmd_mlx5_version.map | 7 +++
10 files changed, 244 insertions(+)
create mode 100644 drivers/net/mlx5/rte_pmd_mlx5.h
--
1.8.3.1
More information about the dev
mailing list