Re: [PATCH] dma/cnxk: fix driver header

2024-03-24 Thread Thomas Monjalon
22/03/2024 17:04, Tyler Retzlaff: > On Fri, Mar 22, 2024 at 02:52:55PM +0100, David Marchand wrote: > > Add missing 'extern "C"' to file. > > Using __rte_internal requires including rte_compat.h. > > > > Fixes: 1693345b6a33 ("dma/cnxk: support DMA event enqueue/dequeue") > > > > Signed-off-by: Da

Re: [PATCH] dma/cnxk: fix driver header

2024-03-22 Thread Tyler Retzlaff
On Fri, Mar 22, 2024 at 02:52:55PM +0100, David Marchand wrote: > Add missing 'extern "C"' to file. > Using __rte_internal requires including rte_compat.h. > > Fixes: 1693345b6a33 ("dma/cnxk: support DMA event enqueue/dequeue") > > Signed-off-by: David Marchand > --- Acked-by: Tyler Retzlaff

[PATCH] dma/cnxk: fix driver header

2024-03-22 Thread David Marchand
Add missing 'extern "C"' to file. Using __rte_internal requires including rte_compat.h. Fixes: 1693345b6a33 ("dma/cnxk: support DMA event enqueue/dequeue") Signed-off-by: David Marchand --- drivers/dma/cnxk/cnxk_dma_event_dp.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/driv