mbox series

[0/2] net/mlx5: add PMD dynf

Message ID 1578907777-194921-1-git-send-email-orika@mellanox.com (mailing list archive)
Headers
Series net/mlx5: add PMD dynf |

Message

Ori Kam Jan. 13, 2020, 9:29 a.m. UTC
  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