On Mon, Jul 01, 2019 at 09:29:21AM +0100, Hu, Jiayu wrote: > Sorry for the incorrect format in the last mail. > The comment is repeated below. > > > -----Original Message----- > > From: dev <[email protected]> On Behalf Of Bruce Richardson > > Sent: Thursday, June 27, 2019 6:41 PM > > To: [email protected] > > Cc: [email protected]; [email protected]; Richardson, Bruce > > <[email protected]> > > Subject: [dpdk-dev] [PATCH v3 1/8] 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]> > > > > --- <snip> > + > > +static struct rte_pci_driver ioat_pmd_drv; > > + > > +#define IOAT_VENDOR_ID 0x8086 > > +#define IOAT_DEVICE_ID 0x2021 > > In the second patch, the script dpdk-devbind.py supports CBDMAs in > both Broadwell and Skylake. But you only supports Skylake here. >
Will fix in v4, thanks. /Bruce

