Re: [dpdk-dev] [PATCH] kni: fix SLE version detection

2017-10-06 Thread Ferruh Yigit
On 8/18/2017 5:03 PM, Ferruh Yigit wrote: > On 8/11/2017 5:33 PM, Nirmoy Das wrote: >> detect SLE version reverse chronologically as ">=" is being used. >> >> Signed-off-by: Nirmoy Das > > Fixes: 2972254ce163 ("kni: fix build on Suse 12 SP3") > > Acked-by: Ferruh Yigit Applied to dpdk/master,

Re: [dpdk-dev] [PATCH] kni: fix SLE version detection

2017-08-18 Thread Ferruh Yigit
On 8/11/2017 5:33 PM, Nirmoy Das wrote: > detect SLE version reverse chronologically as ">=" is being used. > > Signed-off-by: Nirmoy Das Fixes: 2972254ce163 ("kni: fix build on Suse 12 SP3") Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH] kni: fix SLE version detection

2017-08-11 Thread Nirmoy Das
detect SLE version reverse chronologically as ">=" is being used. Signed-off-by: Nirmoy Das --- lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h | 24 +++ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h b/lib