[dpdk-dev] [PATCH 0/6] add GTP PSC extension header support

Shiri Kuzin shirik at nvidia.com
Mon Dec 28 20:44:26 CET 2020


In this patch we add the support for GTP PSC in net/mlx5.
This will enable matching on "rte_flow_item_gtp_psc" item.

The support in testpmd is extended to support raw 
encap\decap of GTP PSC.


Shiri Kuzin (4):
  common/mlx5: add matcher fields for GTP extensions
  net/mlx5: add GTP PSC flow validation
  net/mlx5: add GTP PSC item translation
  doc: update GTP extension header support

Viacheslav Ovsiienko (2):
  ethdev: update GTP headers
  app/testpmd: add GTP PSC option support in raw sets

 app/test-pmd/cmdline_flow.c     |  66 +++++++++++++-
 doc/guides/nics/mlx5.rst        |   5 ++
 drivers/common/mlx5/mlx5_prm.h  |   7 +-
 drivers/net/mlx5/mlx5_flow.h    |   5 ++
 drivers/net/mlx5/mlx5_flow_dv.c | 155 ++++++++++++++++++++++++++++++++
 lib/librte_net/rte_gtp.h        |  33 ++++++-
 6 files changed, 264 insertions(+), 7 deletions(-)

-- 
2.21.0



More information about the dev mailing list