[dpdk-dev] [PATCH] examples/ethtool, l3fwd-power: fix build on FreeBSD

2015-12-14 Thread Yong Liu
Userspace ethtool and l3fwd-power not support FreeBSD. So skip them when build samples. Signed-off-by: Marvin Liu diff --git a/examples/ethtool/Makefile b/examples/ethtool/Makefile index 94f8ee3..995cd25 100644 --- a/examples/ethtool/Makefile +++ b/examples/ethtool/Makefile @@ -39,10 +39,11 @@ R

[dpdk-dev] [PATCH] examples/ethtool, l3fwd-power: fix build on FreeBSD

2015-12-14 Thread Thomas Monjalon
2015-12-14 10:32, Yong Liu: > Userspace ethtool and l3fwd-power not support FreeBSD. So skip them when build > samples. > > Signed-off-by: Marvin Liu Applied, thanks