On 2/13/2024 5:38 PM, Cristian Dumitrescu wrote:
> When rte_log.h was moved to a new directory, the include path was not
> updated for the generated C code produced by the pipeline library,
> which results in build failure for this code.
>
> Fixes: 09ce41310930 ("log: separate logging functions out of EAL")
> Cc: [email protected]
>
> Signed-off-by: Cristian Dumitrescu <[email protected]>
>
Tested-by: Ferruh Yigit <[email protected]>
Patch has both net/softnic and examples/pipeline update, since update is
trivial and for exact same issue, instead of requesting a patch split I
am getting it directly to next-net to not create more overhead.
Applied to dpdk-next-net/main, thanks.