Re: [dpdk-dev] [PATCH v5 5/9] raw/ioat: create device on probe and destroy on release

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 5/9] raw/ioat: create device on probe and destroy on > release

[dpdk-dev] [PATCH v5 5/9] raw/ioat: create device on probe and destroy on release

2019-07-02 Thread Bruce Richardson
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 Acked-by: Anatoly Burakov Tested-by: Harry van Haaren --- V4: * changed error code for pmd