mbox series

[0/4] net/mlx5: add tos and ttl flower match and tunnel keys

Message ID 1546109501-24865-1-git-send-email-viacheslavo@mellanox.com (mailing list archive)
Headers
Series net/mlx5: add tos and ttl flower match and tunnel keys |

Message

Slava Ovsiienko Dec. 29, 2018, 6:51 p.m. UTC
  This patchset adds the type-of-service and time-to-live IP header
fields (hop-limits and vtc-flow for IPv6) support on E-Switch.
There are two types of keys added - one for match pattern, other for
tunnel encapsulation header.

Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>

Viacheslav Ovsiienko (4):
  net/mlx5: add tos and ttl flower match and tunnel keys
  net/mlx5: add tos and ttl fields support on E-Switch
  net/mlx5: add tos and ttl validation on E-Switch
  app/testpmd: add tos and ttl field to vxlan encapsulation

 app/test-pmd/cmdline.c                      |  63 ++++++++
 app/test-pmd/cmdline_flow.c                 |  32 ++++
 app/test-pmd/testpmd.c                      |   3 +
 app/test-pmd/testpmd.h                      |   3 +
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  16 ++
 drivers/net/mlx5/Makefile                   |  50 +++++++
 drivers/net/mlx5/meson.build                |  20 +++
 drivers/net/mlx5/mlx5_flow.c                |  14 +-
 drivers/net/mlx5/mlx5_flow.h                |   2 +
 drivers/net/mlx5/mlx5_flow_dv.c             |   4 +-
 drivers/net/mlx5/mlx5_flow_tcf.c            | 225 ++++++++++++++++++++++++++--
 drivers/net/mlx5/mlx5_flow_verbs.c          |   4 +-
 12 files changed, 416 insertions(+), 20 deletions(-)