cryptodev: change queue pair configure structure
[dpdk.git] / lib / librte_cryptodev / rte_cryptodev_pmd.h
2019-01-10 Fan Zhangcryptodev: change queue pair configure structure
2018-10-29 Ferruh Yigitlib: reduce global variable usage
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-11 Ashish Guptacryptodev: support asymmetric operations
2018-07-11 Pablo de Laracryptodev: rename PMD symmetric session API
2018-07-11 Pablo de Laracryptodev: remove attach/detach session API
2018-07-11 Pablo de Laracryptodev: remove queue start/stop functions
2018-07-11 Pablo de Laracryptodev: remove max number of sessions parameter
2018-06-27 Pablo de Laracryptodev: convert to SPDX license tag
2018-04-23 Fiona Trahecryptodev: change argument of driver registration
2018-01-20 Pablo de Laracryptodev: fix function prototype
2018-01-16 Adrien Mazarguillib: fix missing includes in exported headers
2017-10-25 Declan Dohertycryptodev: add APIs to assist PMD initialisation
2017-10-12 Pablo de Laracryptodev: allocate driver structure statically
2017-07-27 Pablo de Laracryptodev: fix session init return value
2017-07-06 Pablo de Laracryptodev: remove session init internal function
2017-07-06 Pablo de Laracryptodev: add mempool pointer in queue pair setup
2017-07-06 Slawomir Mrozowiczcryptodev: support device independent sessions
2017-07-06 Pablo de Laracryptodev: remove unused cryptodev session structure
2017-07-06 Slawomir Mrozowiczcryptodev: remove crypto device type enumeration
2017-06-28 Pablo de Laracryptodev: remove unused driver struct
2017-06-28 Pablo de Laracryptodev: remove unused PCI probe/remove
2017-06-28 Pablo de Laracryptodev: move vdev functions to a separate file
2017-06-28 Pablo de Laracryptodev: store device pointer in virtual devices
2017-04-30 Adrien Mazarguileal: fix debug macro redefinition
2017-04-05 Akhil Goyalcryptodev: add API to associate session with queue...
2017-04-05 Fan Zhangcryptodev: change device configuration API
2017-01-30 Declan Dohertycryptodev: uninline some functions
2017-01-18 Fan Zhangcryptodev: add user defined name for vdev
2017-01-18 Fan Zhangcryptodev: fix loop in device query
2016-10-03 David Marchanddrivers: use PCI registration macro
2016-10-03 David Marchanddrivers: export probe/remove helpers for PCI drivers
2016-10-03 David Marchandcryptodev: remove PMD type
2016-10-03 Shreyansh Jainpci: replace devinit/devuninit with probe/remove
2016-09-13 Adrien Mazarguillib: remove named variadic macros in exported headers
2016-09-13 Adrien Mazarguillib: work around unnamed structs/unions
2016-09-13 Adrien Mazarguillib: use C99 syntax for zero-size arrays
2016-03-10 Fiona Trahecryptodev: extract symmetric operations
2016-03-10 Fiona Trahecryptodev: clean up
2015-11-27 Declan Dohertycryptodev: fix build with gcc 4.4.7
2015-11-25 Declan Dohertycryptodev: introduce API and framework for crypto devices