> -----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 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.richard...@intel.com> > Acked-by: Anatoly Burakov <anatoly.bura...@intel.com> > Tested-by: Harry van Haaren <harry.van.haa...@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...@intel.com>