Re: [PATCH v2] examples/distributor: update dynamic configuration

2022-09-02 Thread Hunt, David
On 02/09/2022 06:20, Omer Yamac wrote: Hi David, I applied the changes as new version (v3), Thank you --snip-- With the above suggested changes to the commit message: Reviewed-by: David Hunt Hi Omer, 2 things: Usually you submit subsequent versions of patches "in-reply-to" the pre

Re: [PATCH v2] examples/distributor: update dynamic configuration

2022-09-01 Thread Omer Yamac
Hi David, I applied the changes as new version (v3), Thank you On 01.09.2022 13:58, Hunt, David wrote: Hi Ömer, On 28/06/2022 20:54, omer.yamac at ceng.metu.edu.tr (Abdullah Ömer Yamaç) wrote: In this patch, * It is possible to switch the running mode of the distributor using the comman

Re: [PATCH v2] examples/distributor: update dynamic configuration

2022-09-01 Thread Hunt, David
Hi Ömer, On 28/06/2022 20:54, omer.yamac at ceng.metu.edu.tr (Abdullah Ömer Yamaç) wrote: In this patch, * It is possible to switch the running mode of the distributor using the command line argument. * With "-c" parameter, you can run RX and Distributor on the same core. * Witho

[PATCH v2] examples/distributor: update dynamic configuration

2022-06-28 Thread Abdullah Ömer Yamaç
In this patch, * It is possible to switch the running mode of the distributor using the command line argument. * With "-c" parameter, you can run RX and Distributor on the same core. * Without "-c" parameter, you can run RX and Distributor on the different core. * Syntax error of th

[PATCH v2] examples/distributor: update dynamic configuration

2022-06-28 Thread Abdullah Ömer Yamaç
In this patch, * It is possible to switch the running mode of the distributor using the command line argument. * With "-c" parameter, you can run RX and Distributor on the same core. * Without "-c" parameter, you can run RX and Distributor on the different core. * Syntax error of th