Re: [dpdk-dev] [PATCH v3 5/8] raw/ioat: add device info function

2019-06-28 Thread Bruce Richardson
On Thu, Jun 27, 2019 at 01:16:01PM +0100, Burakov, Anatoly wrote: > On 27-Jun-19 11:40 AM, Bruce Richardson wrote: > > Add in the "info_get" function to the driver, to allow us to query the > > device. This allows us to have the unit test pick up the presence of > > supported hardware or not. > >

Re: [dpdk-dev] [PATCH v3 5/8] raw/ioat: add device info function

2019-06-27 Thread Burakov, Anatoly
On 27-Jun-19 11:40 AM, Bruce Richardson wrote: Add in the "info_get" function to the driver, to allow us to query the device. This allows us to have the unit test pick up the presence of supported hardware or not. Signed-off-by: Bruce Richardson --- V2: Test case is placed in driver self-test

[dpdk-dev] [PATCH v3 5/8] raw/ioat: add device info function

2019-06-27 Thread Bruce Richardson
Add in the "info_get" function to the driver, to allow us to query the device. This allows us to have the unit test pick up the presence of supported hardware or not. Signed-off-by: Bruce Richardson --- V2: Test case is placed in driver self-test routine --- app/test/test_rawdev.c