numam-dpdk/lib/librte_cryptodev
Pablo de Lara 804f169c24 cryptodev: remove socket id check
Socket id parsed from the user was checked
if it was in the range of available sockets.
This check is unnecessary, as the socket specified
might not have memory anyway, so it will fail
at memory allocation.

Therefore, the best solution is to remove this check.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
2017-06-22 17:45:37 +02:00
..
Makefile mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
rte_crypto_sym.h cryptodev: fix API digest length comments 2017-04-28 17:46:19 +02:00
rte_crypto.h lib: work around unnamed structs/unions 2016-09-13 15:35:28 +02:00
rte_cryptodev_pmd.h eal: fix debug macro redefinition 2017-05-01 00:10:23 +02:00
rte_cryptodev_version.map cryptodev: add API to associate session with queue pair 2017-04-06 00:17:44 +02:00
rte_cryptodev.c cryptodev: remove socket id check 2017-06-22 17:45:37 +02:00
rte_cryptodev.h cryptodev: add type for DPAA2 2017-04-20 11:32:45 +02:00