Re: [dpdk-dev] [PATCH 1/4] common/sfc_efx: use correct define to control debug

2021-11-05 Thread Ferruh Yigit
On 11/5/2021 8:33 AM, Andrew Rybchenko wrote: efsys.h belongs to common/sfc_efx and common driver debug toggle should be used instead of net/sfc toggle. Fixes: 5e111ed87999 ("net/sfc: introduce common driver library") Cc: sta...@dpdk.org Signed-off-by: Andrew Rybchenko Not the set, only for

[dpdk-dev] [PATCH 1/4] common/sfc_efx: use correct define to control debug

2021-11-05 Thread Andrew Rybchenko
efsys.h belongs to common/sfc_efx and common driver debug toggle should be used instead of net/sfc toggle. Fixes: 5e111ed87999 ("net/sfc: introduce common driver library") Cc: sta...@dpdk.org Signed-off-by: Andrew Rybchenko --- drivers/common/sfc_efx/efsys.h | 4 ++-- 1 file changed, 2 insertio