Hi Ferruh, > -----Original Message----- > From: Ferruh Yigit <ferruh.yi...@amd.com> > Sent: Wednesday, February 14, 2024 11:22 AM > To: Dumitrescu, Cristian <cristian.dumitre...@intel.com>; dev@dpdk.org > Cc: sta...@dpdk.org; Marchand, David <david.march...@redhat.com>; Aaron > Conole <acon...@redhat.com>; Richardson, Bruce > <bruce.richard...@intel.com> > Subject: Re: [PATCH V2] examples/pipeline: fix include path for rte_log.h > > 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: sta...@dpdk.org > > > > Hi Cristian, > > How can I verify the fix? Can you please list the required steps? >
Just build the examples/pipeline app and the run this app with the command line below (you can use l2fwd.cli or any other .cli file from the same folder): ./build/examples/dpdk-pipeline -l0-1 -- -s ./examples/pipeline/examples/l2fwd.cli If everything works, then you should: i) not get any error message, especially for the "pipeline libbuild /tmp/l2fwd.c /tmp/l2fwd.so" line from l2fwd.cli script). ii) have the file "/tmp/l2fwd.so" created. iii) get the traffic flowing (if you have the NICs working) Note: you would need to adjust the ethdev BFDs to those in your setup in the .cli file and the ethdev.io file from the same folder. Just read through the .cli file. Ping me if you get into trouble. > > And I wonder how this skipped the testing, I guess v23.11 released with > this defect. Is there a gap in the CI or internal build/test scripts? > Regards, Cristian