Re: [dpdk-dev] [PATCH] app/testpmd: fix the eCPRI command line style

2020-10-30 Thread Ferruh Yigit
On 10/29/2020 5:35 AM, Bing Zhao wrote: In the current implementation of eCPRI flow item parsing of the CLI, the token items in the list are not connected properly. A command containing "rtc_ctrl rtc_id spec 14857 rtc_id mask 0xff00" will be considered invalid. In order to support spec with mask,

[dpdk-dev] [PATCH] app/testpmd: fix the eCPRI command line style

2020-10-28 Thread Bing Zhao
In the current implementation of eCPRI flow item parsing of the CLI, the token items in the list are not connected properly. A command containing "rtc_ctrl rtc_id spec 14857 rtc_id mask 0xff00" will be considered invalid. In order to support spec with mask, the common entry needs to be typed twice