Re: [dpdk-dev] [PATCH v6 23/25] app/testpmd: handle i40e in VF VLAN filter command

2016-12-22 Thread Iremonger, Bernard
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Thursday, December 22, 2016 10:57 AM > To: Lu, Wenzhuo ; dev@dpdk.org > Cc: Iremonger, Bernard > Subject: Re: [dpdk-dev] [PATCH v6 23/25] app/testpmd: handle i40e in VF > VLAN filter command >

Re: [dpdk-dev] [PATCH v6 23/25] app/testpmd: handle i40e in VF VLAN filter command

2016-12-22 Thread Ferruh Yigit
On 12/21/2016 6:34 AM, Wenzhuo Lu wrote: > modify set_vf_rx_vlan function to handle the i40e PMD. > > Signed-off-by: Bernard Iremonger > --- <...> > + > + switch (ret) { > + case 0: > + break; > + case -EINVAL: > + printf("invalid vlan_id %d or vf_mask %lu\n"

[dpdk-dev] [PATCH v6 23/25] app/testpmd: handle i40e in VF VLAN filter command

2016-12-20 Thread Wenzhuo Lu
modify set_vf_rx_vlan function to handle the i40e PMD. Signed-off-by: Bernard Iremonger --- app/test-pmd/cmdline.c | 41 ++--- app/test-pmd/config.c | 13 - app/test-pmd/testpmd.h | 2 -- 3 files changed, 34 insertions(+), 22 deletions(-) diff -