On Thu, May 5, 2022 at 11:00 AM Bruce Richardson <[email protected]> wrote: > On Wed, May 04, 2022 at 11:39:35PM -0500, Tianhao Chai wrote: > > Currently the "extern C" section ends right before rte_dev_dma_unmap > > and other DMA function declarations, causing some C++ compilers to > > produce C++ mangled symbols to rte_dev_dma_unmap instead of C symbols. > > This leads to build failures later when linking a final executable > > against this object. > > > Fixes: a753e53d517b ("eal: add device event monitor framework") Cc: [email protected]
> > > Signed-off-by: Tianhao Chai <[email protected]> > Acked-by: Bruce Richardson <[email protected]> Acked-by: Tyler Retzlaff <[email protected]> Applied, thanks. -- David Marchand

