Re: [dpdk-dev] [PATCH] i40e: improve message grepability

2017-01-11 Thread Ferruh Yigit
On 1/11/2017 9:49 AM, Michał Mirosław wrote: > Join message lines for easier grepping. > PRIxXX are left glued to strings as they are in other parts of the file. I can't apply this cleanly, would you mind rebasing on top of latest next-net? Also there is a minor nit below. Thanks, ferruh > > S

[dpdk-dev] [PATCH] i40e: improve message grepability

2017-01-11 Thread Michał Mirosław
Join message lines for easier grepping. PRIxXX are left glued to strings as they are in other parts of the file. Signed-off-by: Michał Mirosław --- drivers/net/i40e/i40e_ethdev.c | 308 + 1 file changed, 160 insertions(+), 148 deletions(-) diff --git a/d