419c3e3e64
The ENAv2 is introducing many new features, mainly the LLQ feature (Low Latency Queue) which allows the device to process packets faster and as a result, the latency is noticeably lower. The second major feature is configurable depth of hw queues where Rx and Tx can be reconfigured independently and maximum depth of Rx queue is 8k. The release also includes many bug fixes and minor new features, like improved statistics counters and extended statistics. Driver is still compatible with ENAv1 device. Signed-off-by: Michal Krawczyk <mk@semihalf.com> |
||
---|---|---|
app | ||
buildtools | ||
config | ||
devtools | ||
doc | ||
drivers | ||
examples | ||
kernel | ||
lib | ||
license | ||
mk | ||
test | ||
usertools | ||
.gitattributes | ||
.gitignore | ||
GNUmakefile | ||
MAINTAINERS | ||
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