RE: [PATCH v6 1/4] app/testpmd: fix the testpmd field string sequence

2024-06-09 Thread Ori Kam
> -Original Message- > From: rongwei liu > Sent: Wednesday, June 5, 2024 1:22 PM > Subject: [PATCH v6 1/4] app/testpmd: fix the testpmd field string sequence > > The field string should be in the same order as the rte_flow_field_id > enumration definitions

[PATCH v6 1/4] app/testpmd: fix the testpmd field string sequence

2024-06-05 Thread Rongwei Liu
The field string should be in the same order as the rte_flow_field_id enumration definitions Fixes: bfc007802 ("ethdev: allow modifying IPv6 FL and TC fields") Cc: michae...@nvidia.com Cc: sta...@dpdk.org Signed-off-by: Rongwei Liu Acked-by: Dariusz Sosnowski --- app/test-pmd/cmdline_flow.c |