RE: [PATCH] examples/pipeline: fix include path for rte_log.h

2024-02-13 Thread Dumitrescu, Cristian
Hi David, > -Original Message- > From: David Marchand > Sent: Tuesday, February 13, 2024 4:19 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [PATCH] examples/pipeline: fix include path for rte_log.h > > > Wrt $Subject, cop

Re: [PATCH] examples/pipeline: fix include path for rte_log.h

2024-02-13 Thread David Marchand
On Tue, Feb 13, 2024 at 3:52 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

[PATCH] examples/pipeline: fix include path for rte_log.h

2024-02-13 Thread Cristian Dumitrescu
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: sta...@dpdk.org Signed-off-by: Cristian Dum