Go to file
Akhil Goyal 453b9593a3 crypto/dpaax_sec: fix inline query for descriptors
The maximum length of job descriptor which is formed
is 13 words and hence rta_inline_query should take
care of the max descriptor(shared + job) lengths and
thus find out of the key can be referenced or immediate.

Fixes: 05b12700cd ("crypto/dpaa_sec: support null algos for protocol offload")
Fixes: 13273250ee ("crypto/dpaa2_sec: support AES-GCM and CTR")
Cc: stable@dpdk.org

Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2020-07-08 18:16:17 +02:00
.ci
app test/crypto-perf: add option to enable session HFN 2020-07-08 18:16:17 +02:00
buildtools build: remove special versioning for non stable libraries 2020-07-07 12:48:25 +02:00
config build: remove special versioning for non stable libraries 2020-07-07 12:48:25 +02:00
devtools build: remove special versioning for non stable libraries 2020-07-07 12:48:25 +02:00
doc test/crypto-perf: add option to enable session HFN 2020-07-08 18:16:17 +02:00
drivers crypto/dpaax_sec: fix inline query for descriptors 2020-07-08 18:16:17 +02:00
examples examples/ipsec-secgw: add per-core packet statistics 2020-07-08 00:15:35 +02:00
kernel
lib cryptodev: add traces in multi-process path 2020-07-08 18:16:17 +02:00
license
mk build: remove special versioning for non stable libraries 2020-07-07 12:48:25 +02:00
usertools usertools: fix telemetry user socket path 2020-06-25 01:10:12 +02:00
.editorconfig
.gitattributes
.gitignore
.travis.yml version: 20.08-rc0 2020-05-27 11:37:33 +02:00
ABI_VERSION version: 20.08-rc0 2020-05-27 11:37:33 +02:00
GNUmakefile
MAINTAINERS eal: register non-EAL threads as lcores 2020-07-08 14:41:05 +02:00
Makefile
meson_options.txt
meson.build build: check AVX512 rather than binutils version 2020-07-05 21:32:40 +02:00
README
VERSION version: 20.08-rc0 2020-05-27 11:37:33 +02:00

DPDK is a set of libraries and drivers for fast packet processing.
It supports many processor architectures and both FreeBSD and Linux.

The DPDK uses the Open Source BSD-3-Clause license for the core libraries
and drivers. The kernel components are GPL-2.0 licensed.

Please check the doc directory for release notes,
API documentation, and sample application information.

For questions and usage discussions, subscribe to: users@dpdk.org
Report bugs and issues to the development mailing list: dev@dpdk.org