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. > > > > Remove redundant references about 'rte_cryptodev_raw_attach_s

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_cryptodev_raw_attach_session()'.