Go to file
Robin Zhang 1e4d55a7fe net/iavf: optimize promiscuous device operations
This patch is to improve efficiency and eliminate code
redundancy of promiscuous ops.

Signed-off-by: Robin Zhang <robinx.zhang@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2020-10-09 13:17:43 +02:00
.ci
app app/testpmd: fix build with gcc 11 2020-10-08 12:44:37 +02:00
buildtools pmdinfogen: fix build with gcc 11 2020-10-08 12:45:54 +02:00
config net/hns3: maximize queue number 2020-10-08 19:58:10 +02:00
devtools support python 3 only 2020-10-02 13:51:00 +02:00
doc net/bnxt: support fast mbuf free 2020-10-09 13:17:42 +02:00
drivers net/iavf: optimize promiscuous device operations 2020-10-09 13:17:43 +02:00
examples examples/pipeline: fix files for table update 2020-10-08 15:09:28 +02:00
kernel kernel/linux: remove igb_uio 2020-10-06 14:50:13 +02:00
lib ethdev: fix data type in TC queues 2020-10-08 19:58:11 +02:00
license
usertools usertools: support binding Intel DSA device 2020-10-08 14:33:20 +02:00
.editorconfig
.gitattributes
.gitignore
.travis.yml
ABI_VERSION
MAINTAINERS maintainers: update for MCS lock 2020-10-09 11:01:43 +02:00
Makefile
meson_options.txt
meson.build
README
VERSION

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