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

2021-10-07 Thread Li, Xiaoyun
> -Original Message- > From: Maxime Coquelin > Sent: Monday, October 4, 2021 22:30 > 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 > > Cc: nelio

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

2021-10-04 Thread Maxime Coquelin
This patch adds missing IPv6-Ex and GTPU 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