Re: [dpdk-dev] [PATCH v5 07/20] event/sw: add support for event ports

2017-03-27 Thread Jerin Jacob
On Fri, Mar 24, 2017 at 04:53:02PM +, Harry van Haaren wrote: > From: Bruce Richardson > > Add in the data-structures for the ports used by workers to send > packets to/from the scheduler. Also add in the functions to > create/destroy those ports. > > Signed-off-by: Bruce Richardson > Signe

[dpdk-dev] [PATCH v5 07/20] event/sw: add support for event ports

2017-03-24 Thread Harry van Haaren
From: Bruce Richardson Add in the data-structures for the ports used by workers to send packets to/from the scheduler. Also add in the functions to create/destroy those ports. Signed-off-by: Bruce Richardson Signed-off-by: Harry van Haaren --- v5: - Add inflights in this patch to resolve com