Re: [dpdk-dev] [PATCH v5 6/9] raw/ioat: add device info function

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 6/9] raw/ioat: add device info function > > Add in the "info_

[dpdk-dev] [PATCH v5 6/9] raw/ioat: add device info function

2019-07-02 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 Acked-by: Anatoly Burakov Tested-by: Harry van Haaren --- V2: Test case is placed in driver sel