RE: [EXT] [PATCH v2] crypto: fix misspelled key in qt format

2022-02-22 Thread Akhil Goyal
> This patch fixes misspelled RTE_RSA_KEY_TYPE_QT, > this will prevent checkpach from complaining wherever > change to RSA is being made. > > Fixes: 26008aaed14c ("cryptodev: add asymmetric xform and op definitions") > > Signed-off-by: Arek Kusztal > --- > v2: > - added ignore hint to abidiff su

[PATCH v2] crypto: fix misspelled key in qt format

2022-02-17 Thread Arek Kusztal
This patch fixes misspelled RTE_RSA_KEY_TYPE_QT, this will prevent checkpach from complaining wherever change to RSA is being made. Fixes: 26008aaed14c ("cryptodev: add asymmetric xform and op definitions") Signed-off-by: Arek Kusztal --- v2: - added ignore hint to abidiff suppression file app