Re: [dpdk-dev] [PATCH 3/5] app/testpmd: re-implement commands by using private API

2020-06-29 Thread Jeff Guo
hi, chenxu On 6/17/2020 6:12 PM, Di, ChenxuX wrote: -Original Message- From: Kevin Traynor [mailto:ktray...@redhat.com] Sent: Wednesday, June 17, 2020 4:12 AM To: Di, ChenxuX ; dev@dpdk.org Cc: Xing, Beilei ; Yang, Qiming Subject: Re: [dpdk-dev] [PATCH 3/5] app/testpmd: re-implement

Re: [dpdk-dev] [PATCH 3/5] app/testpmd: re-implement commands by using private API

2020-06-17 Thread Di, ChenxuX
> -Original Message- > From: Kevin Traynor [mailto:ktray...@redhat.com] > Sent: Wednesday, June 17, 2020 4:12 AM > To: Di, ChenxuX ; dev@dpdk.org > Cc: Xing, Beilei ; Yang, Qiming > Subject: Re: [dpdk-dev] [PATCH 3/5] app/testpmd: re-implement commands by > using p

Re: [dpdk-dev] [PATCH 3/5] app/testpmd: re-implement commands by using private API

2020-06-16 Thread Kevin Traynor
On 11/06/2020 07:01, Chenxu Di wrote: > The legacy filter API will be superseded. This patch use > private api to change the implementation of commands > global_config gre-key-len and > show port fdir > > Signed-off-by: Chenxu Di > --- > app/test-pmd/cmdline.c | 23 - > app/test-p

[dpdk-dev] [PATCH 3/5] app/testpmd: re-implement commands by using private API

2020-06-10 Thread Chenxu Di
The legacy filter API will be superseded. This patch use private api to change the implementation of commands global_config gre-key-len and show port fdir Signed-off-by: Chenxu Di --- app/test-pmd/cmdline.c | 23 - app/test-pmd/config.c | 74 +++---