Go to file
David Marchand 6564ddcd0c net/virtio: remove duplicated port ID from virtio-user
The private virtio_user_dev structure embeds a virtio_hw which itself
contains the ethdev port_id.
Make use of it and remove the duplicate port_id field.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
2021-03-31 10:30:17 +02:00
.ci
.github/workflows
app app/testpmd: fix Tx/Rx descriptor query error log 2021-03-30 16:34:48 +02:00
buildtools
config
devtools
doc net/mlx5: reject tunnel ID modification 2021-03-31 09:21:30 +02:00
drivers net/virtio: remove duplicated port ID from virtio-user 2021-03-31 10:30:17 +02:00
examples examples/vhost_crypto: remove unused short option 2021-03-31 10:02:18 +02:00
kernel
lib vhost: fix batch dequeue potential buffer overflow 2021-03-31 09:34:17 +02:00
license
usertools
.editorconfig
.gitattributes
.gitignore
.travis.yml
ABI_VERSION
MAINTAINERS
Makefile
meson_options.txt ethdev: install driver headers 2021-03-30 14:46:33 +02:00
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