> -----Original Message-----
> From: Akhil Goyal <gak...@marvell.com>
> Sent: Saturday, February 12, 2022 12:34 PM
> To: Kusztal, ArkadiuszX <arkadiuszx.kusz...@intel.com>; dev@dpdk.org
> Cc: Zhang, Roy Fan <roy.fan.zh...@intel.com>
> Subject: RE: [EXT] [PATCH] crypto: fix misspelled key in qt format
> 
> > 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 <arkadiuszx.kusz...@intel.com>
> > ---
> Fix ABI warning.
> Add libabigail.abiignore rule.

I think what is worth noticing is a fact that after "random 'k' patch" addition 
of
[suppress_type]
        name = rte_crypto_asym_op
this problem does not show up.

But I think it is safer to send addition of
[suppress_type]
        name = rte_crypto_rsa_priv_key_type
anyway.
Will send v2.

Reply via email to