> -----Original Message----- > From: Akhil Goyal <[email protected]> > Sent: Thursday, August 5, 2021 9:03 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]; Akhil Goyal > <[email protected]> > Subject: [PATCH 2/4] cryptodev: change valid dev API > > The API rte_cryptodev_pmd_is_valid_dev, can be used > by the application as well as PMD to check whether > the device is valid or not. Hence, _pmd is removed > from the API. > The applications and drivers which use this API are > also updated. > > Signed-off-by: Akhil Goyal <[email protected]> > ---
Apart from release note update not provided Acked-by: Fan Zhang <[email protected]>

