[dpdk-dev] [RFC PATCH v2 5/5] app/test_pmd: add tests for new API's

2016-09-13 Thread Yuanhan Liu
On Tue, Sep 13, 2016 at 08:38:08AM +, Iremonger, Bernard wrote: > Hi Yuanhan, > > > Subject: Re: [dpdk-dev] [RFC PATCH v2 5/5] app/test_pmd: add tests for > > new API's > > > > On Mon, Sep 12, 2016 at 03:57:19PM +, Iremonger, Bernard wrote: > &

[dpdk-dev] [RFC PATCH v2 5/5] app/test_pmd: add tests for new API's

2016-09-13 Thread Yuanhan Liu
On Mon, Sep 12, 2016 at 03:57:19PM +, Iremonger, Bernard wrote: > > /root/dpdk/x86_64-native-linuxapp- > > clang/include/cmdline_parse_num.h:107:3: note: expanded from macro > > 'TOKEN_NUM_INITIALIZER' > > numtype,/* type */ \ > >

[dpdk-dev] [RFC PATCH v2 5/5] app/test_pmd: add tests for new API's

2016-09-13 Thread Iremonger, Bernard
Hi Yuanhan, Subject: Re: [dpdk-dev] [RFC PATCH v2 5/5] app/test_pmd: add tests for > new API's > > On Mon, Sep 12, 2016 at 03:57:19PM +, Iremonger, Bernard wrote: > > > /root/dpdk/x86_64-native-linuxapp- > > > clang/include/cmdline_parse_num.h:

[dpdk-dev] [RFC PATCH v2 5/5] app/test_pmd: add tests for new API's

2016-09-12 Thread Iremonger, Bernard
Hi Yuanhan, > Subject: Re: [dpdk-dev] [RFC PATCH v2 5/5] app/test_pmd: add tests for > new API's > > On Fri, Aug 26, 2016 at 10:10:20AM +0100, Bernard Iremonger wrote: > > add test for vf vlan anti spoof > > add test for vf mac anti spoof > > add test for vf

[dpdk-dev] [RFC PATCH v2 5/5] app/test_pmd: add tests for new API's

2016-09-11 Thread Yuanhan Liu
On Fri, Aug 26, 2016 at 10:10:20AM +0100, Bernard Iremonger wrote: > add test for vf vlan anti spoof > add test for vf mac anti spoof > add test for vf ping > add test for vf vlan strip > add test for vf vlan insert > add test for tx loopback > add test for all queues drop enable bit > add test for

[dpdk-dev] [RFC PATCH v2 5/5] app/test_pmd: add tests for new API's

2016-08-26 Thread Bernard Iremonger
add test for vf vlan anti spoof add test for vf mac anti spoof add test for vf ping add test for vf vlan strip add test for vf vlan insert add test for tx loopback add test for all queues drop enable bit add test for vf split drop enable bit add test for vf mac address add new API's to the testpmd