Re: [dpdk-dev] [PATCH v5 7/9] raw/ioat: add configure, start and stop functions

2019-07-03 Thread Aaron Conole
Bruce Richardson writes: > On Wed, Jul 03, 2019 at 12:21:39PM -0400, Aaron Conole wrote: >> Bruce Richardson writes: >> >> > Allow initializing a driver instance. Include selftest to validate >> > these functions. >> > >> > Signed-off-by: Bruce Richardson Acked-by: >> > Anatoly Burakov Tested

Re: [dpdk-dev] [PATCH v5 7/9] raw/ioat: add configure, start and stop functions

2019-07-03 Thread Bruce Richardson
On Wed, Jul 03, 2019 at 12:21:39PM -0400, Aaron Conole wrote: > Bruce Richardson writes: > > > Allow initializing a driver instance. Include selftest to validate > > these functions. > > > > Signed-off-by: Bruce Richardson Acked-by: > > Anatoly Burakov Tested-by: Harry van Haaren > > --- > > >

Re: [dpdk-dev] [PATCH v5 7/9] raw/ioat: add configure, start and stop functions

2019-07-03 Thread Aaron Conole
Bruce Richardson writes: > Allow initializing a driver instance. Include selftest to validate these > functions. > > Signed-off-by: Bruce Richardson > Acked-by: Anatoly Burakov > Tested-by: Harry van Haaren > --- > > V4: Guarantee correct SUCCESS/FAILURE return values from test function >

Re: [dpdk-dev] [PATCH v5 7/9] raw/ioat: add configure, start and stop functions

2019-07-02 Thread Hu, Jiayu
Acked-by: Jiayu Hu > -Original Message- > From: Richardson, Bruce > Sent: Tuesday, July 2, 2019 10:12 PM > To: dev@dpdk.org > Cc: Hu, Jiayu ; Richardson, Bruce > ; Burakov, Anatoly > ; Van Haaren, Harry > > Subject: [PATCH v5 7/9] raw/ioat: add configure, start and stop functions > > Al

[dpdk-dev] [PATCH v5 7/9] raw/ioat: add configure, start and stop functions

2019-07-02 Thread Bruce Richardson
Allow initializing a driver instance. Include selftest to validate these functions. Signed-off-by: Bruce Richardson Acked-by: Anatoly Burakov Tested-by: Harry van Haaren --- V4: Guarantee correct SUCCESS/FAILURE return values from test function Use memzone rather than malloc for ring alloc