Re: [dpdk-dev] [PATCH v3 6/8] raw/ioat: add configure, start and stop functions

2019-06-28 Thread Bruce Richardson
.net; jer...@marvell.com; Richardson, Bruce > > > > Subject: [dpdk-dev] [PATCH v3 6/8] raw/ioat: add configure, start and stop > > functions > > > > > +int ioat_rawdev_test(uint16_t dev_id); > > + > > static int > > ioat_rawdev_create(cons

Re: [dpdk-dev] [PATCH v3 6/8] raw/ioat: add configure, start and stop functions

2019-06-27 Thread Pattan, Reshma
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > Sent: Thursday, June 27, 2019 11:41 AM > To: dev@dpdk.org > Cc: tho...@monjalon.net; jer...@marvell.com; Richardson, Bruce > > Subject: [dpdk-dev] [PATCH v3 6/8] ra

Re: [dpdk-dev] [PATCH v3 6/8] raw/ioat: add configure, start and stop functions

2019-06-27 Thread Burakov, Anatoly
On 27-Jun-19 11:40 AM, Bruce Richardson wrote: Allow initializing a driver instance. Include selftest to validate these functions. Signed-off-by: Bruce Richardson --- V3: don't add a new descriptor format struct, reuse from rte_ioat_spec.h V2: test cases placed in self-test routine --- app/

[dpdk-dev] [PATCH v3 6/8] raw/ioat: add configure, start and stop functions

2019-06-27 Thread Bruce Richardson
Allow initializing a driver instance. Include selftest to validate these functions. Signed-off-by: Bruce Richardson --- V3: don't add a new descriptor format struct, reuse from rte_ioat_spec.h V2: test cases placed in self-test routine --- app/test/test_rawdev.c | 2 +- doc/guide