[dpdk-dev] [PATCH v7 0/2] support VXLAN header the last 8-bits matching
Rongwei Liu
rongweil at nvidia.com
Tue Jul 13 14:09:18 CEST 2021
This update adds support for VXLAN the last 8-bits reserved
field matching when creating sw steering rules.
Rongwei Liu (2):
net/mlx5: support matching on the reserved field of VXLAN
app/testpmd: support matching the reserved filed for VXLAN
app/test-pmd/cmdline_flow.c | 10 ++
app/test-pmd/util.c | 5 +-
doc/guides/nics/mlx5.rst | 11 +-
doc/guides/rel_notes/release_21_08.rst | 6 +
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 1 +
drivers/common/mlx5/mlx5_devx_cmds.c | 3 +
drivers/common/mlx5/mlx5_devx_cmds.h | 6 +
drivers/common/mlx5/mlx5_prm.h | 41 ++++-
drivers/net/mlx5/linux/mlx5_os.c | 77 ++++++++++
drivers/net/mlx5/mlx5.h | 2 +
drivers/net/mlx5/mlx5_flow.c | 26 +++-
drivers/net/mlx5/mlx5_flow.h | 4 +-
drivers/net/mlx5/mlx5_flow_dv.c | 160 ++++++++++++++------
drivers/net/mlx5/mlx5_flow_verbs.c | 3 +-
drivers/vdpa/mlx5/mlx5_vdpa_steer.c | 6 +-
15 files changed, 294 insertions(+), 67 deletions(-)
--
2.27.0
More information about the dev
mailing list