[dpdk-dev] [PATCH 0/4] ethdev: add GRE key field to flow API

Xiaoyu Min jackmin at mellanox.com
Mon Jun 24 17:40:14 CEST 2019


This series patchs are based on RFC [1], which enable the matching on
GRE's key field.
And enabled MLX5 device supports on this.

[1] https://patches.dpdk.org/patch/53432/

Xiaoyu Min (4):
  ethdev: add GRE key field to flow API
  net/mlx5: support match GRE protocol on DR engine
  net/mlx5: match GRE's key and present bits
  app/testpmd: match GRE's key and present bits

 app/test-pmd/cmdline_flow.c                 | 33 +++++++++
 doc/guides/prog_guide/rte_flow.rst          |  9 +++
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  4 ++
 drivers/net/mlx5/mlx5_flow.c                | 51 ++++++++++++-
 drivers/net/mlx5/mlx5_flow.h                |  5 ++
 drivers/net/mlx5/mlx5_flow_dv.c             | 80 +++++++++++++++++++++
 drivers/net/mlx5/mlx5_prm.h                 |  6 +-
 lib/librte_ethdev/rte_flow.c                |  1 +
 lib/librte_ethdev/rte_flow.h                | 27 +++++++
 9 files changed, 214 insertions(+), 2 deletions(-)

-- 
2.21.0



More information about the dev mailing list