Re: [dpdk-dev] [PATCH] kni: fix ethtool support

2017-04-19 Thread Thomas Monjalon
13/04/2017 15:34, Ferruh Yigit: > Use correct config option, without CONFIG prefix. > > Fixes: b2b0f85182ef ("kni: add build option for ethtool support") > > Signed-off-by: Ferruh Yigit Cc: sta...@dpdk.org Applied, thanks

[dpdk-dev] [PATCH] kni: fix ethtool support

2017-04-13 Thread Ferruh Yigit
Use correct config option, without CONFIG prefix. Fixes: b2b0f85182ef ("kni: add build option for ethtool support") Signed-off-by: Ferruh Yigit --- lib/librte_eal/linuxapp/kni/kni_misc.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/librte_eal/linuxapp/k