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

2024-06-03 Thread Dariusz Sosnowski
ying Zhang ; > Ferruh Yigit ; Dariusz Sosnowski > > Subject: [PATCH v2 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 > > Fixes: bfc007802 ("ethdev: allow modifying

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

2024-05-30 Thread rongwei liu
Thomas Monjalon (EXTERNAL) Cc: Michael Baum ; sta...@dpdk.org ; Aman Singh ; Yuying Zhang ; Ferruh Yigit ; Dariusz Sosnowski Subject: [PATCH v2 1/4] app/testpmd: fix the testpmd field string sequence External email: Use caution opening links or attachments The field string should be in the same or

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

2024-05-26 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 --- app/test-pmd/cmdline_flow.c | 4 ++-- 1 file changed, 2 ins