Go to file
Xiaoyun Li 2e67a7fbf3 net/i40e: config flow director automatically
I40e driver needed users to config exact fdir mode to create rte_flow
rules but it shouldn't. This patch allows users to create rte_flow rules
without configuring fdir mode and let the driver config fdir automatically.
And remove the workaround in flow filtering example.

Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
2018-10-11 18:53:48 +02:00
app app/testpmd: support external memory 2018-10-11 11:56:55 +02:00
buildtools buildtools: prevent experimental symbol match on substring 2018-10-11 13:57:29 +02:00
config malloc: index heaps using heap ID rather than NUMA node 2018-10-11 10:37:39 +02:00
devtools
doc eal: add bus pointer in device structure 2018-10-11 14:09:24 +02:00
drivers net/i40e: config flow director automatically 2018-10-11 18:53:48 +02:00
examples net/i40e: config flow director automatically 2018-10-11 18:53:48 +02:00
kernel igb_uio: fix refcount if open returns error 2018-10-11 13:47:19 +02:00
lib eal: simplify parameters of hotplug functions 2018-10-11 14:09:24 +02:00
license
mk event/dsw: add device registration and build system 2018-10-01 16:44:14 +02:00
pkg
test test: support external memory 2018-10-11 11:56:55 +02:00
usertools
.gitattributes
.gitignore
GNUmakefile
MAINTAINERS test: support external memory 2018-10-11 11:56:55 +02:00
Makefile
meson_options.txt
meson.build
README

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