Re: [dpdk-dev] [PATCH v2] net/sfc: do not use PMD logtype

2019-02-28 Thread Andrew Rybchenko
On 2/27/19 7:08 PM, Ferruh Yigit wrote: From: Stephen Hemminger The sfc driver was still using RTE_LOGTYPE_PMD which was superseded by local logging. Signed-off-by: Stephen Hemminger Acked-by: Andrew Rybchenko

[dpdk-dev] [PATCH v2] net/sfc: do not use PMD logtype

2019-02-27 Thread Ferruh Yigit
From: Stephen Hemminger The sfc driver was still using RTE_LOGTYPE_PMD which was superseded by local logging. Signed-off-by: Stephen Hemminger --- v2: * Replaced all RTE_LOGTYPE_PMD instances in sfc_register_logtype() * ternary replaced with if and multiple return because of the compiler erro