numam-dpdk/examples/multi_process
Bruce Richardson 94aa16b45c examples/multi_process: fix resilience by enabling Rx drop
The symmetric_mp example app is set up to allow two processes to
share a NIC port, with each pulling packets from one queue. In order
to have the app continue working when one of the process dies, the
drop_en bit should be set in the NIC configuration. Without this bit
set, the NIC will stall once any queue fills. With the bit set, once
a queue fills, all subsequent packets for that queue are discarded
allowing other queues to continue operating as normal.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2014-12-05 16:55:00 +01:00
..
client_server_mp examples: no more bare metal environment 2014-11-27 13:09:59 +01:00
l2fwd_fork add prefix to cache line macros 2014-11-27 16:21:11 +01:00
simple_mp eal: deprecate rte_snprintf 2014-06-27 02:31:24 +02:00
symmetric_mp examples/multi_process: fix resilience by enabling Rx drop 2014-12-05 16:55:00 +01:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00