[dpdk-dev] [RFC] net/mlx5: add modify-header support using Direct Verbs

Dekel Peled dekelp at mellanox.com
Thu Nov 29 12:23:47 CET 2018


Modify-header actions support is implemented in librte_ethdev, and in test-pmd application, based on [1].
These actions include setting of source/destination IP, MAC & TP, as well as TTL.
Currently MLX5 PMD supports modify-header actions using TCF (netlink) API only.

This RFC adds to MLX5 PMD the support of modify-header actions, using Direct Verbs API.
It includes:

  *   Glue APIs to relevant DV functions and types.
  *   Validate modify-header actions.
  *   Convert modify-header actions to DV format.

Comments are welcome.

[1] http://mails.dpdk.org/archives/dev/2018-August/109672.html


Signed-off-by: Dekel Peled <dekelp at mellanox.com<mailto:dekelp at mellanox.com>>



More information about the dev mailing list