Re: [dpdk-dev] [PATCH v3 5/5] app/testpmd: add missing flow types in port info

2021-10-07 Thread Li, Xiaoyun
> -Original Message- > From: Maxime Coquelin > Sent: Friday, October 1, 2021 15:51 > To: Li, Xiaoyun ; dev@dpdk.org; Xia, Chenbo > ; amore...@redhat.com; > david.march...@redhat.com; andrew.rybche...@oktetlabs.ru; Yigit, Ferruh > ; michae...@nvidia.com; viachesl...@nvidia.com > Cc: sta...

Re: [dpdk-dev] [PATCH v3 5/5] app/testpmd: add missing flow types in port info

2021-10-01 Thread Maxime Coquelin
Hi Xiaoyun, On 9/30/21 03:05, Li, Xiaoyun wrote: Hi -Original Message- From: Maxime Coquelin Sent: Wednesday, September 29, 2021 17:17 To: dev@dpdk.org; Xia, Chenbo ; amore...@redhat.com; david.march...@redhat.com; andrew.rybche...@oktetlabs.ru; Yigit, Ferruh ; michae...@nvidia.com; v

Re: [dpdk-dev] [PATCH v3 5/5] app/testpmd: add missing flow types in port info

2021-09-29 Thread Li, Xiaoyun
Hi > -Original Message- > From: Maxime Coquelin > Sent: Wednesday, September 29, 2021 17:17 > To: dev@dpdk.org; Xia, Chenbo ; > amore...@redhat.com; david.march...@redhat.com; > andrew.rybche...@oktetlabs.ru; Yigit, Ferruh ; > michae...@nvidia.com; viachesl...@nvidia.com; Li, Xiaoyun > >

[dpdk-dev] [PATCH v3 5/5] app/testpmd: add missing flow types in port info

2021-09-29 Thread Maxime Coquelin
This patch adds missing IPv6-Ex and GPTU flow types to port info command. It also add the same definitions to str2flowtype(), used to configure flow director. Signed-off-by: Maxime Coquelin --- app/test-pmd/cmdline.c | 4 app/test-pmd/config.c | 4 2 files changed, 8 insertions(+) di