[dpdk-dev] [PATCH] l2fwd-crypto: fix supported key size check

2016-06-07 Thread Thomas Monjalon
> 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). > >

[dpdk-dev] [PATCH] l2fwd-crypto: fix supported key size check

2016-04-19 Thread Cao, Min
Subject: [dpdk-dev] [PATCH] 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

[dpdk-dev] [PATCH] l2fwd-crypto: fix supported key size check

2016-04-12 Thread Pablo de Lara
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: