Hi Akhil, > -----Original Message----- > From: Akhil Goyal [mailto:[email protected]] > Sent: Tuesday, July 18, 2017 8:34 AM > To: [email protected]; [email protected] > Cc: [email protected]; De Lara Guarch, Pablo > <[email protected]>; [email protected]; Akhil Goyal > <[email protected]> > Subject: [PATCH v2] crypto/dpaa2_sec: fix the return of supported API > > call to dpaa2_sec_dev_configure() is made mandatory, but dpaa2_sec_pmd > returns a ENOTSUP which results in device not getting configured. > > dpaa2_sec PMD does not need any further configuration to be done in > dpaa2_sec_dev_configure, hence returning 0 > > Fixes: e5cbdfc53765 ("crypto/dpaa2_sec: add basic operations") > > Cc: [email protected] > > Signed-off-by: Akhil Goyal <[email protected]>
Looks ok to me, but this is only applicable in the stable branch, so no need to send it to [email protected]. Thanks, Pablo

