> -----Original Message----- > From: Michael Baum <michae...@nvidia.com> > Sent: Tuesday, February 6, 2024 15:27 > To: dev@dpdk.org > Cc: Ori Kam <or...@nvidia.com>; Dariusz Sosnowski > <dsosnow...@nvidia.com>; Ferruh Yigit <ferruh.yi...@amd.com>; NBU- > Contact-Thomas Monjalon (EXTERNAL) <tho...@monjalon.net> > Subject: [PATCH 1/1] ethdev: add IPv6 FL and TC field identifiers > > Add new "rte_flow_field_id" enumeration values to describe both IPv6 traffic > class and IPv6 flow label fields. > > The TC value is "RTE_FLOW_FIELD_IPV6_TRAFFIC_CLASS" in flow API and > "ipv6_traffic_class" in testpmd command. > The FL value is "RTE_FLOW_FIELD_IPV6_FLOW_LABEL" in flow API and > "ipv6_flow_label" in testpmd command. > > Signed-off-by: Michael Baum <michae...@nvidia.com> Acked-by: Dariusz Sosnowski <dsosnow...@nvidia.com>
Best regards, Dariusz Sosnowski