On 9/21/2022 3:48 PM, Dariusz Sosnowski wrote:
This patch adds support for specifying GTP PSC QFI field as a source or
destination of MODIFY_FIELD flow action in testpmd.

An example for copying GTP PSC 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 PSC QFI 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: Aman Singh<aman.deep.si...@intel.com>
---


Reply via email to