DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1 0/2] support VXLAN header last 8-bits matching
@ 2021-07-05  9:35 rongwei liu
  2021-07-05  9:35 ` [dpdk-dev] [RFC v1 1/2] drivers: add VXLAN header the last 8-bits matching support rongwei liu
  2021-07-05  9:35 ` [dpdk-dev] [RFC v1 2/2] app/testpmd: support VXLAN last 8-bits field matching rongwei liu
  0 siblings, 2 replies; 3+ messages in thread
From: rongwei liu @ 2021-07-05  9:35 UTC (permalink / raw)
  To: matan, viacheslavo, orika, thomas; +Cc: dev, rasland

This update adds support for the VXLAN last 8-bits matching when
creating sw steering rules.

Add a new testpmd pattern field 'last_rsvd' that supports the last
8-bits matching of VXLAN header.

rongwei liu (2):
  drivers: add VXLAN header the last 8-bits matching support
  app/testpmd: support VXLAN last 8-bits field matching

 app/test-pmd/cmdline_flow.c                 |   9 ++
 app/test-pmd/util.c                         |   5 +-
 doc/guides/nics/mlx5.rst                    |  11 +-
 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 +-
 14 files changed, 287 insertions(+), 67 deletions(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-05  9:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-05  9:35 [dpdk-dev] [PATCH v1 0/2] support VXLAN header last 8-bits matching rongwei liu
2021-07-05  9:35 ` [dpdk-dev] [RFC v1 1/2] drivers: add VXLAN header the last 8-bits matching support rongwei liu
2021-07-05  9:35 ` [dpdk-dev] [RFC v1 2/2] app/testpmd: support VXLAN last 8-bits field matching rongwei liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).