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

Ferruh Yigit ferruh.yigit at intel.com
Tue Oct 11 17:09:22 CEST 2016


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 vf split drop enable bit
> add test for set vf mac address
> add new API's to the testpmd guide
> 
> Signed-off-by: Bernard Iremonger <bernard.iremonger at intel.com>
> ---
>  app/test-pmd/cmdline.c                      | 675 ++++++++++++++++++++++++++++

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 library compilation.

Thanks,
ferruh


More information about the dev mailing list