Re: [dpdk-dev] [PATCH v2 03/15] event/sw: add new software-only eventdev driver

2017-02-06 Thread Jerin Jacob
On Tue, Jan 31, 2017 at 04:14:21PM +, 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 v2 03/15] event/sw: add new software-only eventdev driver

2017-01-31 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