numam-dpdk/examples/distributor
Abdullah Ömer Yamaç 3429d6dd5c examples/distributor: update dynamic configuration
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@ceng.metu.edu.tr>
2022-10-31 15:54:21 +01:00
..
main.c examples/distributor: update dynamic configuration 2022-10-31 15:54:21 +01:00
Makefile examples: fix pkg-config override 2021-05-05 22:20:24 +02:00
meson.build examples: skip build when missing dependencies 2021-11-10 11:42:34 +01:00