numam-dpdk/examples/l2fwd-crypto
Pablo de Lara 37ebd9e12d examples/l2fwd-crypto: fix supported key size check
When initializing crypto devices within the app,
the provided key sizes are checked against the supported
sizes from the crypto device capabilities.

When the supported sizes are not a range, but a single value,
the check may become an infinite loop (when size is not supported).

Fixes: a061e50a0d ("examples/l2fwd-crypto: fix ambiguous input key size")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Tested-by: Min Cao <min.cao@intel.com>
2016-06-07 22:21:52 +02:00
..
main.c examples/l2fwd-crypto: fix supported key size check 2016-06-07 22:21:52 +02:00
Makefile examples/l2fwd-crypto: add sample application 2015-11-25 19:18:04 +01:00