Re: [PATCH v8 1/3] app/testpmd: fix the testpmd field string sequence

2024-06-11 Thread Ferruh Yigit
On 6/7/2024 3:02 PM, Rongwei Liu wrote: > 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 > Fixes: d66aa38f431d ("ethdev: allow

RE: [PATCH v8 1/3] app/testpmd: fix the testpmd field string sequence

2024-06-10 Thread Ori Kam
> -Original Message- > From: rongwei liu > Sent: Friday, June 7, 2024 5:02 PM > > 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..

[PATCH v8 1/3] app/testpmd: fix the testpmd field string sequence

2024-06-07 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 |