On Wed, Aug 12, 2020 at 11:52 AM <[email protected]> wrote: > > From: Pawel Wodkowski <[email protected]> > > trace_mem is declared as 'void *' which triggers following error: > '...invalid conversion from ‘void*’ to ‘__rte_trace_header*’ > [-fpermissive]...' > > Fix this by adding proper typecast to 'struct __rte_trace_header *'. > > Fixes: ebaee6409702 ("trace: simplify trace point headers") > > Signed-off-by: Pawel Wodkowski <[email protected]> Signed-off-by: Sunil Kumar Kori <[email protected]> Acked-by: Nicolas Chautru <[email protected]>
Applied, thanks. -- David Marchand

