Re: [dpdk-dev] [PATCH v2 5/5] app/testpmd: support query RSS config in flow query

2020-06-30 Thread Di, ChenxuX
Hi, For the current code about flow query count It is printf("%s:\n" " hits_set: %u\n" " bytes_set: %u\n" " hits: %" PRIu64 "\n" " bytes: %" PRIu64 "\n", name, query.count.hits_set, query.count.bytes_set, query.count.hits,

Re: [dpdk-dev] [PATCH v2 5/5] app/testpmd: support query RSS config in flow query

2020-06-30 Thread Yang, Qiming
> -Original Message- > From: Di, ChenxuX > Sent: Monday, June 15, 2020 10:19 > To: dev@dpdk.org > Cc: Xing, Beilei ; Yang, Qiming > ; Di, ChenxuX > Subject: [PATCH v2 5/5] app/testpmd: support query RSS config in flow query > > This patch support RSS action in flow query. > It can dis

Re: [dpdk-dev] [PATCH v2 5/5] app/testpmd: support query RSS config in flow query

2020-06-29 Thread Jeff Guo
hi, chenxu On 6/15/2020 10:18 AM, Chenxu Di wrote: This patch support RSS action in flow query. It can display the RSS configuration of the specified rule. Could you add some example command here for better know the usage and the details. Signed-off-by: Chenxu Di --- app/test-pmd/conf

[dpdk-dev] [PATCH v2 5/5] app/testpmd: support query RSS config in flow query

2020-06-14 Thread Chenxu Di
This patch support RSS action in flow query. It can display the RSS configuration of the specified rule. Signed-off-by: Chenxu Di --- app/test-pmd/config.c | 55 +++ 1 file changed, 55 insertions(+) diff --git a/app/test-pmd/config.c b/app/test-pmd/config