[dpdk-dev] [PATCH] examples: fix symmetric_mp, set NIC rx_drop_en bit

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Dec 5 17:21:35 CET 2014


2014-12-03 16:56, Bruce Richardson:
> 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.
> 
[snip]
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>

Applied

Thanks
-- 
Thomas


More information about the dev mailing list