On 01/09/2022 15:09, 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. * Without "-c" parameter, you can run RX and Distributor on the different core. * Consecutive termination of the lcores fixed. The termination order was wrong, and you couldn't terminate the application while traffic was capturing. The current order is RX -> Distributor -> TX -> Workers * When "-c" parameter is active, the wasted distributor core is also deactivated in the main function. Signed-off-by: Abdullah ?mer Yama? <omer.yamac at ceng.metu.edu.tr> --- Cc: david.hunt at intel.com ---
LGTM Reviewed-by: David Hunt <david.h...@intel.com>