[dpdk-dev] [PATCH] kni: fix build with kernel < v3.0

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Sep 21 18:13:50 CEST 2016


2016-09-16 17:09, Ferruh Yigit:
> Compile error:
>   CC [M]  .../build/lib/librte_eal/linuxapp/kni/igb_main.o
> .../build/lib/librte_eal/linuxapp/kni/igb_main.c:
> In function ‘igb_check_swap_media’:
> .../build/lib/librte_eal/linuxapp/kni/igb_main.c:1556:7:
> error: variable ‘link’ set but not used [-Werror=unused-but-set-variable]
>   bool link;
>        ^
> 
> With Linux kernel >= v3.0 this warning disabled:
> Linux: 8417da6f2128 ("kbuild: Fix passing -Wno-* options to gcc 4.4+")
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>

Applied, thanks


More information about the dev mailing list