Acked-by: Jiayu Hu <jiayu...@intel.com>
> -----Original Message-----
> From: Richardson, Bruce
> Sent: Tuesday, July 2, 2019 10:12 PM
> To: dev@dpdk.org
> Cc: Hu, Jiayu <jiayu...@intel.com>; Richardson, Bruce
> <bruce.richard...@intel.com>; Burakov, Anatoly
> <anatoly.bura...@intel.com>; Van Haaren, Harry
> <harry.van.haa...@intel.com>
> Subject: [PATCH v5 5/9] raw/ioat: create device on probe and destroy on
> release
>
> Add the create/destroy driver functions so that we can actually allocate
> a rawdev and destroy it when done. No rawdev API functions are actually
> implemented at this point.
>
> Signed-off-by: Bruce Richardson <bruce.richard...@intel.com>
> Acked-by: Anatoly Burakov <anatoly.bura...@intel.com>
> Tested-by: Harry van Haaren <harry.van.haa...@intel.com>
> ---