RE: [PATCH 1/2] cryptodev: update raw datapath API documentation

2023-05-29 Thread Akhil Goyal
> > Subject: [PATCH 1/2] cryptodev: update raw datapath API documentation > > > > Clarify the error codes returned by rte_cryptodev_raw_dp_ctx. Cryptodev > > can return -ENOTSUP to indicate any unsupported features with raw APIs. > > > &g

RE: [PATCH 1/2] cryptodev: update raw datapath API documentation

2023-05-25 Thread Akhil Goyal
> Subject: [PATCH 1/2] cryptodev: update raw datapath API documentation > > Clarify the error codes returned by rte_cryptodev_raw_dp_ctx. Cryptodev > can return -ENOTSUP to indicate any unsupported features with raw APIs. > > Remove redundant references about 'rte_crypt

[PATCH 1/2] cryptodev: update raw datapath API documentation

2023-05-22 Thread Anoob Joseph
Clarify the error codes returned by rte_cryptodev_raw_dp_ctx. Cryptodev can return -ENOTSUP to indicate any unsupported features with raw APIs. Remove redundant references about 'rte_cryptodev_raw_attach_session()'. The API is not part of the specification. Signed-off-by: Anoob Joseph Signed-off