Re: [PATCH] examples/distributor: fix syntax on single core rx and distributor

2022-06-26 Thread Thomas Monjalon
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 dedi

Re: [PATCH] examples/distributor: fix syntax on single core rx and distributor

2022-06-21 Thread Ferruh Yigit
On 6/21/2022 12:18 PM, Omer Yamac wrote: On 21.06.2022 13:26, Ferruh Yigit wrote: On 6/21/2022 9:44 AM, Hunt, David wrote: 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 bo

Re: [PATCH] examples/distributor: fix syntax on single core rx and distributor

2022-06-21 Thread Omer Yamac
On 21.06.2022 13:26, Ferruh Yigit wrote: On 6/21/2022 9:44 AM, Hunt, David wrote: 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: 4

Re: [PATCH] examples/distributor: fix syntax on single core rx and distributor

2022-06-21 Thread Ferruh Yigit
On 6/21/2022 9:44 AM, Hunt, David wrote: 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 de

Re: [PATCH] examples/distributor: fix syntax on single core rx and distributor

2022-06-21 Thread Hunt, David
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: sta...@dpdk.org Signed-

Re: [PATCH] examples/distributor: fix syntax on single core rx and distributor

2022-06-20 Thread Ferruh Yigit
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ç Acked-by: Ferruh Yigit