Re: [dpdk-dev] [PATCH v3 03/17] app/test: eventdev link all queues before start

2017-02-19 Thread Jerin Jacob
On Fri, Feb 17, 2017 at 02:53:58PM +, Harry van Haaren wrote: > The software eventdev can lock-up if not all queues are > linked to a port. For this reason, the software evendev > fails to start if queues are not linked to anything. > > This commit creates dummy links from all queues to port >

[dpdk-dev] [PATCH v3 03/17] app/test: eventdev link all queues before start

2017-02-17 Thread Harry van Haaren
The software eventdev can lock-up if not all queues are linked to a port. For this reason, the software evendev fails to start if queues are not linked to anything. This commit creates dummy links from all queues to port 0 in the eventdev setup function and start/stop test, which would otherwise f