Re: [dpdk-dev] [PATCH v1 3/5] app/testpmd: add command for set VF VLAN filter

2016-12-09 Thread Iremonger, Bernard
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Friday, December 9, 2016 12:03 PM > To: Iremonger, Bernard ; > thomas.monja...@6wind.com; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1 3/5] app/testpmd: add command for set > VF VLAN filter >

Re: [dpdk-dev] [PATCH v1 3/5] app/testpmd: add command for set VF VLAN filter

2016-12-09 Thread Ferruh Yigit
On 12/9/2016 11:27 AM, Bernard Iremonger wrote: > Add the following command to testpmd: > set vf vlan filter > > Add command to the testpmd user guide. > > Signed-off-by: Bernard Iremonger > --- <...> > + > +cmdline_parse_inst_t cmd_set_vf_vlan_filter = { > + .f = cmd_set_vf_vlan_filte

[dpdk-dev] [PATCH v1 3/5] app/testpmd: add command for set VF VLAN filter

2016-12-09 Thread Bernard Iremonger
Add the following command to testpmd: set vf vlan filter Add command to the testpmd user guide. Signed-off-by: Bernard Iremonger --- app/test-pmd/cmdline.c | 98 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 +++ 2 files changed, 105 ins

[dpdk-dev] [PATCH v1 3/5] app/testpmd: add command for set VF VLAN filter

2016-12-09 Thread Bernard Iremonger
Add the following command to testpmd: set vf vlan filter Add command to the testpmd user guide. Signed-off-by: Bernard Iremonger --- app/test-pmd/cmdline.c | 98 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 +++ 2 files changed, 105 ins