Go to file
Ophir Munk 2aba9fc725 net/mlx5: replace Linux specific calls
The following Linux calls are replaced by their matching rte APIs.

mmap ==> rte_mem_map()
munmap == >rte_mem_unmap()
sysconf(_SC_PAGESIZE) ==> rte_mem_page_size()

Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
2020-07-21 15:46:30 +02:00
.ci ci: reduce examples in static builds 2020-04-17 23:34:08 +02:00
app add python2 deprecation notice 2020-07-21 22:58:18 +02:00
buildtools build: remove special versioning for non stable libraries 2020-07-07 12:48:25 +02:00
config regex/mlx5: introduce driver for BlueField 2 2020-07-21 19:04:05 +02:00
devtools add python2 deprecation notice 2020-07-21 22:58:18 +02:00
doc net/mlx5: add option to configure FCS or decapsulation 2020-07-21 15:46:30 +02:00
drivers net/mlx5: replace Linux specific calls 2020-07-21 15:46:30 +02:00
examples examples/ipsec-secgw: enable flow based distribution 2020-07-20 14:51:31 +05:30
kernel kernel/linux: error out on module build failure 2020-05-19 17:59:57 +02:00
lib net: check fragmented headers in non-debug as well 2020-07-21 13:54:54 +02:00
license
mk regex/mlx5: support probing 2020-07-21 19:04:05 +02:00
usertools add python2 deprecation notice 2020-07-21 22:58:18 +02:00
.editorconfig
.gitattributes
.gitignore regex/mlx5: introduce driver for BlueField 2 2020-07-21 19:04:05 +02:00
.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 regex/mlx5: introduce driver for BlueField 2 2020-07-21 19:04:05 +02:00
Makefile
meson_options.txt trace: introduce new subsystem 2020-04-23 15:39:06 +02:00
meson.build build: check AVX512 rather than binutils version 2020-07-05 21:32:40 +02:00
README
VERSION version: 20.08-rc1 2020-07-13 02:50:06 +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