Re: [dpdk-dev] [PATCH v1] net/octeontx/base: fix debug build with clang

2021-07-09 Thread David Marchand
On Fri, Jul 9, 2021 at 8:03 AM Shijith Thotton wrote: > > From: David Marchand > > Remove conflicting declaration of this symbol. > > Fixes: d0d654986018 ("net/octeontx: support event Rx adapter") > Cc: sta...@dpdk.org > > Signed-off-by: David Marchand Applied, thanks. -- David Marchand

[dpdk-dev] [PATCH v1] net/octeontx/base: fix debug build with clang

2021-07-08 Thread Shijith Thotton
From: David Marchand Remove conflicting declaration of this symbol. Fixes: d0d654986018 ("net/octeontx: support event Rx adapter") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- drivers/net/octeontx/base/octeontx_pkivf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/oc