Re: [dpdk-dev] [PATCH] net/sfc: fix datapath name references in log statements

2019-01-16 Thread Ferruh Yigit
On 1/16/2019 12:24 PM, Andrew Rybchenko wrote: > From: Ivan Malov > > Rx and Tx datapath references were mixed up in a couple > of log statements and commentary blocks in the original > commit. Correct datapath name references in said places. > > Fixes: f28ede500c2e ("net/sfc: support multi-proc

[dpdk-dev] [PATCH] net/sfc: fix datapath name references in log statements

2019-01-16 Thread Andrew Rybchenko
From: Ivan Malov Rx and Tx datapath references were mixed up in a couple of log statements and commentary blocks in the original commit. Correct datapath name references in said places. Fixes: f28ede500c2e ("net/sfc: support multi-process") Cc: sta...@dpdk.org Signed-off-by: Ivan Malov Signed-