[dpdk-dev] [PATCH] kni: fix building on Ubuntu-hybrids

2014-10-24 Thread Alexander Guy
On Oct 24, 2014, at 12:35 AM, Thomas Monjalon wrote: > > Please, could explain what is the file /proc/version_signature and why > it can be a check for Ubuntu kernel? Ubuntu provides /proc/version_signature to help with determining kernel lineage; it doesn?t exist in upstream kernels: https:

[dpdk-dev] [PATCH] kni: fix building on Ubuntu-hybrids

2014-10-23 Thread Alexander Guy
iners). Signed-off-by: Alexander Guy --- lib/librte_eal/linuxapp/kni/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/linuxapp/kni/Makefile b/lib/librte_eal/linuxapp/kni/Makefile index e0218e7..fb673d9 100644 --- a/lib/librte_eal/linuxapp/kni/Makefile +++