Re: [dpdk-dev] [PATCH v2] examples/vmdq: fix the output of pools/queues

2020-03-01 Thread Li, Xiaoyun
Hi > -Original Message- > From: Jiang, JunyuX > Sent: Wednesday, February 26, 2020 16:35 > To: dev@dpdk.org > Cc: Li, Xiaoyun ; Jiang, JunyuX > ; > sta...@dpdk.org > Subject: [PATCH v2] examples/vmdq: fix the output of pools/queues > > To match the pools/queues configuration, the pools/q

Re: [dpdk-dev] [PATCH v2] examples/vmdq: fix the output of pools/queues

2020-03-01 Thread Yang, Qiming
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Junyu Jiang > Sent: Wednesday, February 26, 2020 16:35 > To: dev@dpdk.org > Cc: Li, Xiaoyun ; Jiang, JunyuX > ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v2] examples/vmdq: fix the out

[dpdk-dev] [PATCH v2] examples/vmdq: fix the output of pools/queues

2020-02-26 Thread Junyu Jiang
To match the pools/queues configuration, the pools/queues output should start from VMDQ base queue. This patch fixed the issue. Fixes: 6bb97df521aa ("examples/vmdq: new app") Cc: sta...@dpdk.org Signed-off-by: Junyu Jiang --- examples/vmdq/main.c | 9 + 1 file changed, 5 insertions(+),