Hi Dariusz, Please merge the testpmd and this commit. And you can add my ack.
> -----Original Message----- > From: Dariusz Sosnowski <[email protected]> > Sent: Wednesday, 21 September 2022 13:19 > To: Ori Kam <[email protected]>; NBU-Contact-Thomas Monjalon > (EXTERNAL) <[email protected]>; Ferruh Yigit > <[email protected]>; Andrew Rybchenko > <[email protected]> > Cc: [email protected] > Subject: [PATCH 1/2] ethdev: add GTP PSC QFI field > > This patch introduces a GTP PSC QFI field to MODIFY_FIELD flow action. > > Signed-off-by: Dariusz Sosnowski <[email protected]> > --- > lib/ethdev/rte_flow.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/ethdev/rte_flow.h b/lib/ethdev/rte_flow.h > index a79f1e7ef0..e64831f8f1 100644 > --- a/lib/ethdev/rte_flow.h > +++ b/lib/ethdev/rte_flow.h > @@ -3689,6 +3689,7 @@ enum rte_flow_field_id { > RTE_FLOW_FIELD_VALUE, /**< Immediate value. */ > RTE_FLOW_FIELD_IPV4_ECN, /**< IPv4 ECN. */ > RTE_FLOW_FIELD_IPV6_ECN, /**< IPv6 ECN. */ > + RTE_FLOW_FIELD_GTP_PSC_QFI, /**< GTP QFI. */ > }; > > /** > -- > 2.25.1

