Re: [dpdk-dev] [PATCH 2/3] net/sfc: use locally stored data for logging

2017-05-18 Thread Andrew Rybchenko
On 05/18/2017 01:59 PM, Ferruh Yigit wrote: On 5/17/2017 1:25 PM, Andrew Rybchenko wrote: Required to be able to use logging in the secondary process where Ethernet device pointer stored in sfc_adapter is invalid. Signed-off-by: Andrew Rybchenko Reviewed-by: Andy Moreton <...> diff --git a

Re: [dpdk-dev] [PATCH 2/3] net/sfc: use locally stored data for logging

2017-05-18 Thread Ferruh Yigit
On 5/17/2017 1:25 PM, Andrew Rybchenko wrote: > Required to be able to use logging in the secondary process > where Ethernet device pointer stored in sfc_adapter is invalid. > > Signed-off-by: Andrew Rybchenko > Reviewed-by: Andy Moreton <...> > diff --git a/drivers/net/sfc/sfc_log.h b/drivers

[dpdk-dev] [PATCH 2/3] net/sfc: use locally stored data for logging

2017-05-17 Thread Andrew Rybchenko
Required to be able to use logging in the secondary process where Ethernet device pointer stored in sfc_adapter is invalid. Signed-off-by: Andrew Rybchenko Reviewed-by: Andy Moreton --- drivers/net/sfc/sfc.h| 2 ++ drivers/net/sfc/sfc_debug.h | 10 -- drivers/net/sfc/sfc_ethde