Re: [dpdk-dev] [PATCH] ethdev: fix missing new line token at end of line

2019-11-15 Thread Ferruh Yigit
On 11/14/2019 7:31 PM, pbhagavat...@marvell.com wrote: > From: Pavan Nikhilesh > > Fix missing new line token at the end of log. > > Fixes: 5d308972954 ("ethdev: add mbuf RSS update as an offload") > > Signed-off-by: Pavan Nikhilesh Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master,

[dpdk-dev] [PATCH] ethdev: fix missing new line token at end of line

2019-11-14 Thread pbhagavatula
From: Pavan Nikhilesh Fix missing new line token at the end of log. Fixes: 5d308972954 ("ethdev: add mbuf RSS update as an offload") Signed-off-by: Pavan Nikhilesh --- lib/librte_ethdev/rte_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_ethdev/rte_ethd