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

2014-12-05 Thread Thomas Monjalon
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. Wi

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

2014-12-04 Thread Thomas Monjalon
2014-12-04 14:03, Bruce Richardson: > On Thu, Dec 04, 2014 at 02:37:15PM +0100, Thomas Monjalon wrote: > > 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 h

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

2014-12-04 Thread Bruce Richardson
On Thu, Dec 04, 2014 at 04:36:42PM +0100, Thomas Monjalon wrote: > 2014-12-04 14:03, Bruce Richardson: > > On Thu, Dec 04, 2014 at 02:37:15PM +0100, Thomas Monjalon wrote: > > > 2014-12-03 16:56, Bruce Richardson: > > > > The symmetric_mp example app is set up to allow two processes to > > > > shar

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

2014-12-04 Thread Thomas Monjalon
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. Wi

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

2014-12-04 Thread Bruce Richardson
On Thu, Dec 04, 2014 at 02:37:15PM +0100, Thomas Monjalon wrote: > 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 p

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

2014-12-03 Thread 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