Go to file
Ciara Power 209fd1984a net: check max SIMD bitwidth
When choosing a vector path to take, an extra condition must be
satisfied to ensure the max SIMD bitwidth allows for the CPU enabled
path.

The vector path was initially chosen in RTE_INIT, however this is no
longer suitable as we cannot check the max SIMD bitwidth at that time.
Default handlers are now chosen on initialisation, these default
handlers are used the first time the crc calc is called, and they set
the suitable handlers to be used going forward.

Suggested-by: Jasvinder Singh <jasvinder.singh@intel.com>
Suggested-by: Olivier Matz <olivier.matz@6wind.com>
Signed-off-by: Ciara Power <ciara.power@intel.com>
Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
2020-10-19 16:45:02 +02:00
.ci
app malloc: add alloc_size attribute to functions 2020-10-19 16:25:43 +02:00
buildtools pmdinfogen: fix build with gcc 11 2020-10-08 12:45:54 +02:00
config doc: announce queue stats moving to xstats 2020-10-16 23:27:15 +02:00
devtools devtools: check Windows export files 2020-10-16 14:01:37 +02:00
doc doc: describe how to enable AVX512 2020-10-19 16:45:02 +02:00
drivers net/virtio: check max SIMD bitwidth 2020-10-19 16:45:02 +02:00
examples security: update session create API 2020-10-19 09:54:54 +02:00
kernel kernel/linux: remove igb_uio 2020-10-06 14:50:13 +02:00
lib net: check max SIMD bitwidth 2020-10-19 16:45:02 +02:00
license
usertools usertools: add OCTEON TX2 REE device binding 2020-10-14 10:41:26 +02:00
.editorconfig
.gitattributes
.gitignore
.travis.yml ci: add tests jobs in aarch64 vm 2020-09-30 21:52:54 +02:00
ABI_VERSION version: 20.11-rc0 2020-08-12 11:32:16 +02:00
MAINTAINERS crypto/bcmfs: add session handling and capabilities 2020-10-14 22:22:06 +02:00
Makefile build: create dummy Makefile 2020-09-07 23:51:57 +02:00
meson_options.txt
meson.build
README
VERSION version: 20.11-rc0 2020-08-12 11:32:16 +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