> From: Thomas Monjalon <[email protected]> > Sent: Tuesday 22 February 2022 11:41 > To: [email protected] > Cc: Richardson, Bruce <[email protected]>; [email protected]; > Chengwen Feng <[email protected]>; Laatz, Kevin > <[email protected]>; Morten Brørup <[email protected]>; > Walsh, Conor <[email protected]> > Subject: [PATCH] dmadev: add missing header include > > When checking C++ compatibility of SDK headers, > an error is detected by the compiler: > > lib/dmadev/rte_dmadev_pmd.h:95:23: error: > ‘RTE_DEV_NAME_MAX_LEN’ undeclared here (not in a function) > > The header file rte_dev.h must be included. > > Fixes: b36970f2e13e ("dmadev: introduce DMA device library") > Cc: [email protected] > > Signed-off-by: Thomas Monjalon <[email protected]> > ---
Acked-by: Conor Walsh <[email protected]>

