[PATCH v2] ethdev: add GTP PSC QFI field

Andrew Rybchenko andrew.rybchenko at oktetlabs.ru
Mon Sep 26 16:57:13 CEST 2022


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 <dsosnowski at nvidia.com>
> Acked-by: Ori Kam <orika at 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.


More information about the dev mailing list