On 9/21/22 17:32, Dariusz Sosnowski wrote:
This patch introduces the GTP PSC QFI modify field support and adds
the testpmd CLI command support.

An example for copying GTP QFI field using modify_field action:

        modify_field op set
                     dst_type meta
                     src_type gtp_psc_qfi
                     width 8

An example of setting GTP QFI field value to 0x1f using modify_field
action:

        modify_field op set
                     dst_type gtp_psc_qfi
                     src_type value src_value 1f
                     width 8

Signed-off-by: Dariusz Sosnowski <dsosnow...@nvidia.com>
Acked-by: Ori Kam <or...@nvidia.com>
---

v2:

* Squashed ethdev and testpmd commits.

  app/test-pmd/cmdline_flow.c | 2 +-
  lib/ethdev/rte_flow.h       | 1 +
  2 files changed, 2 insertions(+), 1 deletion(-)


Applied to dpdk-next-net/main, thanks.

Reply via email to