[dpdk-dev] [PATCH 2/3] examples/ethtool: fix build

2016-02-15 Thread Remy Horton
On 05/02/2016 14:54, Thomas Monjalon wrote: > When building for ARM, the spinlock structure was not found. > It appears to be a mismatch with rwlock which is not used in this file. > > Fixes: bda68ab9d1e7 ("examples/ethtool: add user-space ethtool sample > application") > > Signed-off-by: Thomas

[dpdk-dev] [PATCH 2/3] examples/ethtool: fix build

2016-02-05 Thread Thomas Monjalon
When building for ARM, the spinlock structure was not found. It appears to be a mismatch with rwlock which is not used in this file. Fixes: bda68ab9d1e7 ("examples/ethtool: add user-space ethtool sample application") Signed-off-by: Thomas Monjalon --- examples/ethtool/ethtool-app/main.c | 2 +-