[dpdk-dev] [PATCH v4 2/4] kcp: add kernel control path kernel module

Stephen Hemminger stephen at networkplumber.org
Wed Mar 2 00:06:31 CET 2016


On Tue,  1 Mar 2016 15:41:58 +0000
Ferruh Yigit <ferruh.yigit at intel.com> wrote:

> +#ifdef RTE_KCP_KO_DEBUG
> +#define KCP_DBG(args...) pr_info(args)
> +#else
> +#define KCP_DBG(args...)
> +#en

Why not use pr_debug() which is compile enabled already and supports dynamic
enabling as well.


More information about the dev mailing list