> -----Original Message----- > From: Richardson, Bruce > Sent: Tuesday, July 2, 2019 10:12 PM > To: [email protected] > Cc: Hu, Jiayu <[email protected]>; Richardson, Bruce > <[email protected]>; Burakov, Anatoly > <[email protected]>; Van Haaren, Harry > <[email protected]> > 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 <[email protected]> > Acked-by: Anatoly Burakov <[email protected]> > Tested-by: Harry van Haaren <[email protected]> > > --- > 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 <[email protected]>

