Go to file
Feifei Wang 708d904451 ring: fix tail in peek API for ST mode
The value of *tail should be the prod->tail not prod->head. After
modification, it can record 'tail' so head/tail can be updated
accordingly.

Fixes: 664ff4b172 ("ring: introduce peek style API")

Signed-off-by: Feifei Wang <feifei.wang2@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2020-07-01 10:41:19 +02:00
.ci
app test/ring: fix statistics in bulk enq/dequeue 2020-07-01 10:41:19 +02:00
buildtools build: replace meson OS detection with variable 2020-06-30 15:29:59 +02:00
config net/i40e: support aarch32 2020-06-30 14:52:30 +02:00
devtools devtools: add Windows cross-build test with MinGW 2020-06-30 01:18:35 +02:00
doc vhost: support host notifier queue configuration 2020-06-30 14:52:30 +02:00
drivers net/af_xdp: revert to MP/MC ring for copy mode 2020-06-30 16:24:37 +02:00
examples examples/vdpa: remove useless device count 2020-06-30 14:52:30 +02:00
kernel kernel/linux: error out on module build failure 2020-05-19 17:59:57 +02:00
lib ring: fix tail in peek API for ST mode 2020-07-01 10:41:19 +02:00
license
mk mk: add a paused deprecation warning before each build 2020-06-29 16:37:22 +02:00
usertools usertools: fix telemetry user socket path 2020-06-25 01:10:12 +02:00
.editorconfig
.gitattributes
.gitignore
.travis.yml version: 20.08-rc0 2020-05-27 11:37:33 +02:00
ABI_VERSION version: 20.08-rc0 2020-05-27 11:37:33 +02:00
GNUmakefile
MAINTAINERS maintainers: update for af_xdp 2020-06-30 16:24:37 +02:00
Makefile
meson_options.txt
meson.build
README
VERSION version: 20.08-rc0 2020-05-27 11:37:33 +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