Hi Ferruh, > -----Original Message----- > From: Yigit, Ferruh > Sent: Wednesday, December 7, 2016 3:07 PM > To: Lu, Wenzhuo <wenzhuo...@intel.com>; dev@dpdk.org > Cc: Iremonger, Bernard <bernard.iremon...@intel.com> > Subject: Re: [dpdk-dev] [PATCH v2 26/32] app/testpmd: initialize receive > mode for VMDq > > 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?
This patch results in the function i40e_vmdq_setup() function being called in i40e_ethdev.c at Line 1307: ret = i40e_vmdq_setup(dev); We are seeing unexpected side effects from this patch. It will be dropped from the v3 of this patch set, pending further investigation. Regards, Bernard.