On Tue, Apr 19, 2016 at 05:22:37AM +0000, Jianfeng Tan wrote: > Issue: output of appliations and debug info of DPDK may be mixed up > in same line when enabling below debug options of virtio: > CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_INIT > CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_TX > CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_DRIVER > > This patch adds "\n" in the tail of definitions like PMD_RX_LOG, > PMD_TX_LOG, and PMD_DRV_LOG, and removes some "\n" when using these > macros. > > Signed-off-by: Jianfeng Tan <jianfeng.tan at intel.com>
Acked-by: Yuanhan Liu <yuanhan.liu at linux.intel.com> And applied to dpdk-next-virtio. Thanks. ---yliu