Hi Ferruh,
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: [email protected]
Signed-off-by: Abdullah Ömer Yamaç <[email protected]>
Acked-by: Ferruh Yigit <[email protected]>
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 <[email protected]>