> Subject: [PATCH v4 0/8] cryptodev: hide internal structures > > Structures rte_cryptodev and rte_cryptodev_data are not > supposed to be directly used by the application. These > are made public as they are used by inline datapath > public APIs. > This patchset, creates a new rte_cryptodev_core.h file > which helps in defining a data structure to hold datapath > APIs in a flat array based on the device identifier which > is filled by the PMD. > > Similar series for ethdev and eventdev are also floated on ML. > https://patchwork.dpdk.org/project/dpdk/list/?series=19428 > https://patchwork.dpdk.org/project/dpdk/list/?series=19405 > > > changes in > v4: > - fixed number of reserved pointers.(Konstantin) > - added release notes > - added a patch for scheduler issue(Ciara). > v3: fixed multiprocess and enq-deq callback handling. > v2: align with the latest versions of above series.
Series Applied to dpdk-next-crypto