> -----Original Message----- > From: Akhil Goyal <[email protected]> > Sent: Sunday, August 29, 2021 1:52 PM > To: [email protected] > Cc: [email protected]; Nicolau, Radu <[email protected]>; Doherty, > Declan <[email protected]>; [email protected]; > [email protected]; Ananyev, Konstantin <[email protected]>; > [email protected]; Zhang, Roy Fan <[email protected]>; > [email protected]; [email protected]; > [email protected]; De Lara Guarch, Pablo > <[email protected]>; Trahe, Fiona <[email protected]>; > [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > Akhil Goyal <[email protected]> > Subject: [PATCH 4/8] cryptodev: use new API for datapath functions > > The datapath inline APIs (rte_cryptodev_enqueue_burst/ > rte_cryptodev_dequeue_burst) are updated to use the new > rte_crytodev_api->enqueue_burst/rte_cryptodev_api->dequeue_burst > APIs based on the dev_id > > Signed-off-by: Akhil Goyal <[email protected]> Tested-by: Rebecca Troy <[email protected]> Acked-by: Fan Zhang <[email protected]>

