21/06/2022 10:44, Hunt, David: > On 20/06/2022 18:10, Ferruh Yigit wrote: > > On 6/20/2022 5:31 PM, Abdullah Ömer Yamaç wrote: > >> This patch fixes the syntax error when using the single-core > >> for both rx and distributor functions. > >> > >> Fixes: 4a7f40c0ff9a ("examples/distributor: add dedicated core") > >> Cc: sta...@dpdk.org > >> > >> Signed-off-by: Abdullah Ömer Yamaç <omer.ya...@ceng.metu.edu.tr> > > > > Acked-by: Ferruh Yigit <ferruh.yi...@xilinx.com> > > > > Can we convert compile time macro to dynamic configuration to prevent > > build errors like this? > > +1 for the dynamic config. Maybe a "-c" on the command line for "combine > rx and dist threads"? > > Tested-by: David Hunt <david.h...@intel.com>
Applied this fix, thanks. Improvement with dynamic option can come later.