[dpdk-dev] [PATCH] kni: add support for older kernels

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Aug 26 16:48:23 CEST 2016


> +#if (defined(RHEL_RELEASE_CODE) && \
> +	(RHEL_RELEASE_CODE >= RHEL_RELEASE_VERSION(6, 8)) && \
> +	(LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 34)))
> +#undef NET_NAME_UNKNOWN
> +#endif

Should the title be "kni: support RHEL 6.8"?


More information about the dev mailing list