Go to file
Akhil Goyal c08ced9a9a crypto/dpaa_sec: improve error handling
The return values in cases of errors were not
specified properly. With this patch appropriate
error numbers are returned.

Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2020-05-11 13:17:43 +02:00
.ci ci: reduce examples in static builds 2020-04-17 23:34:08 +02:00
app test/crypto: handle unsupported error on session init 2020-05-11 13:17:43 +02:00
buildtools build: add internal tag check 2020-04-25 17:01:01 +02:00
config eal: add telemetry as dependency 2020-05-11 00:37:16 +02:00
devtools eal/x86: add more CPU flags 2020-05-07 14:51:06 +02:00
doc examples/ipsec-secgw: clean up test scripts 2020-05-11 13:17:43 +02:00
drivers crypto/dpaa_sec: improve error handling 2020-05-11 13:17:43 +02:00
examples examples/fips_validation: fix parsing of algorithms 2020-05-11 13:17:43 +02:00
kernel eal: move OS-specific sub-directories 2020-03-31 13:08:55 +02:00
lib ipsec: optimize SA outbound sequence update 2020-05-11 13:17:43 +02:00
license eal: move OS-specific sub-directories 2020-03-31 13:08:55 +02:00
mk eal: add telemetry as dependency 2020-05-11 00:37:16 +02:00
usertools raw/ioat: support ICX 2020-05-11 17:18:58 +02:00
.editorconfig
.gitattributes
.gitignore doc: add feature matrix table for bbdev 2020-04-19 22:34:26 +02:00
.travis.yml ci: fix telemetry dependency in Travis 2020-04-10 10:03:22 +02:00
ABI_VERSION
GNUmakefile
MAINTAINERS test/ipsec: add performance cases 2020-05-11 13:17:43 +02:00
Makefile
meson_options.txt trace: introduce new subsystem 2020-04-23 15:39:06 +02:00
meson.build build: add arch-specific header path to global includes 2020-05-10 23:45:02 +02:00
README
VERSION version: 20.05-rc1 2020-04-27 00:04:01 +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