numam-dpdk/examples/l2fwd-crypto
Pablo de Lara 8dbc9bbfe3 examples/l2fwd-crypto: fix possible out-of-bounds
rte_cryptodev_socket_id() returns the socket id of
a crypto device, unless the device id is not valid,
in which case, it returns -1.
This should not happen, as the device id is controlled
by the application, but just for safety, a check is added.

Coverity issue: 158628, 158638, 158656, 158662
Fixes: b3bbd9e5f2 ("cryptodev: support device independent sessions")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2017-07-31 22:46:36 +02:00
..
main.c examples/l2fwd-crypto: fix possible out-of-bounds 2017-07-31 22:46:36 +02:00
Makefile examples/l2fwd-crypto: add sample application 2015-11-25 19:18:04 +01:00