Re: [dpdk-dev] [PATCH v3 05/17] event/sw: add new software-only eventdev driver

2017-02-19 Thread Jerin Jacob
On Fri, Feb 17, 2017 at 02:54:00PM +, Harry van Haaren wrote: > From: Bruce Richardson > > This adds the minimal changes to allow a SW eventdev implementation to > be compiled, linked and created at run time. The eventdev does nothing, > but can be created via vdev on commandline, e.g. > >

[dpdk-dev] [PATCH v3 05/17] event/sw: add new software-only eventdev driver

2017-02-17 Thread Harry van Haaren
From: Bruce Richardson This adds the minimal changes to allow a SW eventdev implementation to be compiled, linked and created at run time. The eventdev does nothing, but can be created via vdev on commandline, e.g. sudo ./x86_64-native-linuxapp-gcc/app/test --vdev=event_sw0 ... PMD: Creati