[dpdk-dev] [PATCH v7 2/2] app/test_pmd: add tests for new API's

2016-10-12 Thread Iremonger, Bernard
Hi Pablo, > > Subject: Re: [dpdk-dev] [PATCH v7 2/2] app/test_pmd: add tests for new > > API's > > > > Hi Thomas, > > > > > > > > > > > Subject: Re: [dpdk-dev] [PATCH v7 2/2] app/test_pmd: add tests > > > > > for n

[dpdk-dev] [PATCH v7 2/2] app/test_pmd: add tests for new API's

2016-10-12 Thread De Lara Guarch, Pablo
dpdk-dev] [PATCH v7 2/2] app/test_pmd: add tests for new API's > > Hi Thomas, > > > > > > > Subject: Re: [dpdk-dev] [PATCH v7 2/2] app/test_pmd: add tests for > > > > new API's > > > > > > > > 2016-10-11 16:09, Ferruh Yig

[dpdk-dev] [PATCH v7 2/2] app/test_pmd: add tests for new API's

2016-10-11 Thread Thomas Monjalon
2016-10-11 15:51, Iremonger, Bernard: > Hi Thomas, > > > > > Subject: Re: [dpdk-dev] [PATCH v7 2/2] app/test_pmd: add tests for new > > API's > > > > 2016-10-11 16:09, Ferruh Yigit: > > > This will cause a compilation error for share

[dpdk-dev] [PATCH v7 2/2] app/test_pmd: add tests for new API's

2016-10-11 Thread Thomas Monjalon
2016-10-11 16:09, Ferruh Yigit: > This will cause a compilation error for shared libraries. Because PMDs > not linked against application when compiled as shared library but used > as plugins. > > Since it has been decided to have NIC specific APIs, we need to re-work > that approach to fix shared

[dpdk-dev] [PATCH v7 2/2] app/test_pmd: add tests for new API's

2016-10-11 Thread Iremonger, Bernard
Hi Thomas, > > > Subject: Re: [dpdk-dev] [PATCH v7 2/2] app/test_pmd: add tests for > > > new API's > > > > > > 2016-10-11 16:09, Ferruh Yigit: > > > > This will cause a compilation error for shared libraries. Because > > >

[dpdk-dev] [PATCH v7 2/2] app/test_pmd: add tests for new API's

2016-10-11 Thread Ferruh Yigit
Hi Bernard, On 10/7/2016 11:45 AM, Bernard Iremonger wrote: > add test for set vf vlan anti spoof > add test for set vf mac anti spoof > add test for set vf vlan stripq > add test for set vf vlan insert > add test for set tx loopback > add test for set all queues drop enable bit > add test for set

[dpdk-dev] [PATCH v7 2/2] app/test_pmd: add tests for new API's

2016-10-11 Thread Iremonger, Bernard
Hi Thomas, > Subject: Re: [dpdk-dev] [PATCH v7 2/2] app/test_pmd: add tests for new > API's > > 2016-10-11 16:09, Ferruh Yigit: > > This will cause a compilation error for shared libraries. Because PMDs > > not linked against application when compiled as shared li

[dpdk-dev] [PATCH v7 2/2] app/test_pmd: add tests for new API's

2016-10-07 Thread Bernard Iremonger
add test for set vf vlan anti spoof add test for set vf mac anti spoof add test for set vf vlan stripq add test for set vf vlan insert add test for set tx loopback add test for set all queues drop enable bit add test for set vf split drop enable bit add test for set vf mac address add new API's to