Re: [PATCH v10 03/13] eal/linux: add API to set rx interrupt event monitor
From: Liang, Cunming <hidden>
Date: 2015-06-03 07:19:55
From: Liang, Cunming <hidden>
Date: 2015-06-03 07:19:55
On 6/3/2015 12:24 AM, Stephen Hemminger wrote:
On Tue, 2 Jun 2015 14:53:16 +0800 Cunming Liang [off-list ref] wrote:quoted
+ 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);
It's reasonable, will fix it in next version, thanks.