[dpdk-dev] [dpdk-dev v7 1/4] cryptodev: add crypto data-path service APIs
Zhang, Roy Fan
roy.fan.zhang at intel.com
Mon Aug 31 14:21:29 CEST 2020
Hi Arek,
Thank you very much to review.
> -----Original Message-----
> From: Kusztal, ArkadiuszX <arkadiuszx.kusztal at intel.com>
> Sent: Monday, August 31, 2020 7:24 AM
> To: Zhang, Roy Fan <roy.fan.zhang at intel.com>; dev at dpdk.org
> Cc: akhil.goyal at nxp.com; Trahe, Fiona <fiona.trahe at intel.com>; Dybkowski,
> AdamX <adamx.dybkowski at intel.com>; Bronowski, PiotrX
> <piotrx.bronowski at intel.com>
> Subject: RE: [dpdk-dev v7 1/4] cryptodev: add crypto data-path service APIs
>
>
> [Arek] - Two small things:
> - rte_crypto_data - there is many thing in asymmetric/symmetric
> crypto that can be called like that, and this is basically symmetric
> encrypted/authenticated data pointer, maybe some more specific name
> could be better.
[Fan] Any good name to propose?
> - can iv, digest, aad be grouped into one? All share the same features,
> and there would less arguments to functions.
> --
> 2.20.1
Something like
struct rte_crypto_sym_<GOOD_NAME_HERE>
{
void * iv, *digest, *aad;
rte_iova_t iv_iova, digest_iova, aad_iova;
};
?
Definitely can do.
Regards,
Fan
More information about the dev
mailing list