> -----Original Message----- > From: McDaniel, Timothy <timothy.mcdan...@intel.com> > Sent: Friday, September 11, 2020 3:26 PM > Cc: dev@dpdk.org; Carrillo, Erik G <erik.g.carri...@intel.com>; Eads, Gage > <gage.e...@intel.com>; Van Haaren, Harry <harry.van.haa...@intel.com>; > jer...@marvell.com > Subject: [PATCH 04/22] event/dlb2: add definitions shared with LKM or shared > code > > Add headers containing structs and constants shared between > the PMD and the shared code. The term shared code refers to > the code that implements the hardware interface. The shared code > is introduced in the probe patch, and then is extended as > additional eventdev PMD entry points are added to the patchset. > In the case of the bifurcated PMD (to be introduced in the > future), the shared code is contained in the Linux kernel > module itself. > > Signed-off-by: Timothy McDaniel <timothy.mcdan...@intel.com>
The checkpatch warnings are codespell false positives; looks good to me. Reviewed-by: Gage Eads <gage.e...@intel.com> Thanks, Gage