Go to file
Ting Xu f593944fc9 net/iavf: enable IRQ mapping configuration for large VF
The current IRQ mapping configuration only supports max 16 queues and
16 MSIX vectors. Change the queue vector mapping structure to indicate
up to 256 queues. A new opcode is used to handle the case with large
number of queues. To avoid adminq buffer size limitation, we support
to send the virtchnl message multiple times if needed.

Signed-off-by: Ting Xu <ting.xu@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
2020-11-03 23:24:25 +01:00
.ci
app app/testpmd: fix bonding xmit balance policy command 2020-11-03 23:24:24 +01:00
buildtools pmdinfogen: fix build with gcc 11 2020-10-08 12:45:54 +02:00
config config/arm: add Graviton2 2020-11-03 21:01:02 +01:00
devtools build: replace use of old build macros 2020-10-19 22:15:44 +02:00
doc doc: advertise flow API transfer rules support in sfc 2020-11-03 23:24:25 +01:00
drivers net/iavf: enable IRQ mapping configuration for large VF 2020-11-03 23:24:25 +01:00
examples examples/ipsec-secgw: fix session mempool initialisation 2020-11-02 09:24:41 +01:00
kernel kni: move header file from EAL 2020-10-31 16:13:10 +01:00
lib metrics: fix memory leak on allocation failure 2020-11-03 22:45:24 +01: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
MAINTAINERS maintainers: resign from stack library 2020-11-03 21:08:56 +01:00
Makefile build: create dummy Makefile 2020-09-07 23:51:57 +02:00
meson_options.txt
meson.build
README
VERSION version: 20.11-rc1 2020-10-20 16:38:46 +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