Go to file
Sergio Gonzalez Monroy 6723ea61ac examples/ipsec-secgw: fix esp padding check
Current code fails to correctly check padding sequence for inbound
packets.
Padding sequence starts on 1 but it checks for 0.

Fixes: d299106e8e ("examples/ipsec-secgw: add IPsec sample application")

Signed-off-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2016-06-21 11:38:51 +02:00
app app/test: refactor SNOW 3G and KASUMI tests 2016-06-20 22:38:58 +02:00
config crypto/kasumi: add driver for KASUMI library 2016-06-20 22:25:32 +02:00
doc crypto/snow3g: support bit-level operations 2016-06-20 22:38:47 +02:00
drivers crypto/snow3g: add missing feature flags 2016-06-20 22:38:48 +02:00
examples examples/ipsec-secgw: fix esp padding check 2016-06-21 11:38:51 +02:00
lib crypto/kasumi: add driver for KASUMI library 2016-06-20 22:25:32 +02:00
mk crypto/snow3g: rename libsso reference due to library update 2016-06-20 22:38:44 +02:00
pkg version: 16.04 2016-04-11 23:56:34 +02:00
scripts crypto/snow3g: rename libsso reference due to library update 2016-06-20 22:38:44 +02:00
tools tools: allow binding to other network class devices 2016-05-19 12:24:18 +02:00
.gitignore
GNUmakefile
LICENSE.GPL
LICENSE.LGPL
MAINTAINERS crypto/kasumi: add driver for KASUMI library 2016-06-20 22:25:32 +02:00
Makefile
README doc: add readme file 2015-12-13 22:06:58 +01: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 license for the core libraries and
drivers. The kernel components are GPLv2 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