numam-dpdk/lib/librte_cryptodev
Pablo de Lara d368364dc3 cryptodev: fix function prototype
qp_detach_session function was using the attach_session_t
function prototype, instead of detach_session_t.
Since both of them have the same parameters, there were
no compilation issues, but it is not consistent.

Fixes: d816fdea55 ("cryptodev: add API to associate session with queue pair")
Cc: stable@dpdk.org

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2018-01-20 16:10:20 +01:00
..
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_crypto_sym.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_crypto.h crypto: fix pedantic compilation 2018-01-20 16:08:34 +01:00
rte_cryptodev_pmd.c lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_cryptodev_pmd.h cryptodev: fix function prototype 2018-01-20 16:10:20 +01:00
rte_cryptodev_version.map cryptodev: remove vdev create function 2017-11-07 16:28:47 +01:00
rte_cryptodev.c cryptodev: add missing CPU flag string 2018-01-20 16:10:20 +01:00
rte_cryptodev.h cryptodev: extend sym session doxygen info 2018-01-20 16:08:34 +01:00