[dpdk-dev] [PATCH v5 2/9] raw/ioat: add initial support for ioat rawdev driver
Hu, Jiayu
jiayu.hu at intel.com
Wed Jul 3 03:53:43 CEST 2019
> -----Original Message-----
> From: Richardson, Bruce
> Sent: Tuesday, July 2, 2019 10:12 PM
> To: dev at dpdk.org
> Cc: Hu, Jiayu <jiayu.hu at intel.com>; Richardson, Bruce
> <bruce.richardson at intel.com>; Burakov, Anatoly
> <anatoly.burakov at intel.com>; Van Haaren, Harry
> <harry.van.haaren at intel.com>
> Subject: [PATCH v5 2/9] raw/ioat: add initial support for ioat rawdev driver
>
> Add stubs for ioat rawdev driver support in DPDK, specifically:
>
> * makefile and meson build hooks
> * initial public header file
> * rawdev main C file, with probe and release functions
> * release note update announcing the driver
> * initial documentation for the new section in the rawdev doc
> * unit test stubs for device unit tests
>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> Acked-by: Anatoly Burakov <anatoly.burakov at intel.com>
> Tested-by: Harry van Haaren <harry.van.haaren at intel.com>
>
> ---
> V4: add in missing device IDs
> V3: remove unneeded whitespace change
> V2: don't create a new file for unit testing, add to existing rawdev test
> file, and place test cases in the driver selftest routine (added later
> in set)
> Add new section in document about identifying hardware using lspci
> ---
>
Acked-by: Jiayu Hu <jiayu.hu at intel.com>
More information about the dev
mailing list