[dpdk-dev] [PATCH v10 03/13] eal/linux: add API to set rx interrupt event monitor

Stephen Hemminger shemming at brocade.com
Tue Jun 2 18:24:18 CEST 2015


On Tue,  2 Jun 2015 14:53:16 +0800
Cunming Liang <cunming.liang at intel.com> wrote:

> +		if (!rc)
> +			RTE_LOG(DEBUG, EAL, "eventfd %d associated with vec %d"
> +				" is added on epfd %d\n", rev->fd, vec, epfd);

Awkward line split here. Better to keep string on one line.
			RTE_LOG(DEBUG, EAL,
				"eventfd %d associated with vec %d added on epfd %d\n",
				rev->fd, vec, epfd);


More information about the dev mailing list