Re: [dpdk-dev] [PATCH v4 2/2] app/testpmd: add command to configure VMDq

2017-01-20 Thread Iremonger, Bernard
Hi Jingjing, > > Subject: [PATCH v4 2/2] app/testpmd: add command to configure VMDq > > > > Add the following command to configure VMDq: > > port config vmdq > > > > Add new command to testpmd user guide. > > > > Signed-off-by: Bernard Iremonger > > --- > > app/test-pmd/cmdline.c

Re: [dpdk-dev] [PATCH v4 2/2] app/testpmd: add command to configure VMDq

2017-01-20 Thread Wu, Jingjing
> -Original Message- > From: Iremonger, Bernard > Sent: Wednesday, January 18, 2017 12:39 AM > To: dev@dpdk.org; Lu, Wenzhuo ; Wu, Jingjing > ; Zhang, Helin > Cc: Iremonger, Bernard > Subject: [PATCH v4 2/2] app/testpmd: add command to configure VMDq > > Add the following command to co

[dpdk-dev] [PATCH v4 2/2] app/testpmd: add command to configure VMDq

2017-01-17 Thread Bernard Iremonger
Add the following command to configure VMDq: port config vmdq Add new command to testpmd user guide. Signed-off-by: Bernard Iremonger --- app/test-pmd/cmdline.c | 60 + app/test-pmd/testpmd.c | 126 +++- app/test-pm