Re: [dpdk-dev] [PATCH v2 26/32] app/testpmd: initialize receive mode for VMDq

2016-12-07 Thread Iremonger, Bernard
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, December 7, 2016 3:07 PM > To: Lu, Wenzhuo ; dev@dpdk.org > Cc: Iremonger, Bernard > Subject: Re: [dpdk-dev] [PATCH v2 26/32] app/testpmd: initialize receive > mode for VMDq > > On 12

Re: [dpdk-dev] [PATCH v2 26/32] app/testpmd: initialize receive mode for VMDq

2016-12-07 Thread Ferruh Yigit
On 12/7/2016 3:32 AM, Wenzhuo Lu wrote: > Initialise VMDq in the init_port_config function in a similar > way to how it is done in the VMDq sample application. What is the effect of doing existing initialization? > > Signed-off-by: Bernard Iremonger > --- <...>

[dpdk-dev] [PATCH v2 26/32] app/testpmd: initialize receive mode for VMDq

2016-12-06 Thread Wenzhuo Lu
Initialise VMDq in the init_port_config function in a similar way to how it is done in the VMDq sample application. Signed-off-by: Bernard Iremonger --- app/test-pmd/testpmd.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/test-pmd/testpmd.c b/app/test-pmd/testpmd.c