Go to file
Bruce Richardson 2e516d18dc event/sw: fix events mis-identified as needing reorder
When taking events from a port, we checked the history list to check if the
event needed to be put back in order i.e. originally came from a reordered
queue type. The check for reordering involved checking if the reorder
buffer entry pointer was null. However, after that pointer was used it was
never cleared to null again.

This caused problems when we had mixed reordered and atomic or parallel
events, as the events from the latter two queue types were misidentified as
needing reordering. This let in some cases to crashes, but mostly led to
dropping events, and then application lock-up.

Fixes: 617995dfc5 ("event/sw: add scheduling logic")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
2017-04-20 00:30:04 +02:00
app app/testpmd: add commands for packet type mapping 2017-04-19 15:37:37 +02:00
buildtools mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
config config: add configuration for toggling physical addressing 2017-04-19 15:37:37 +02:00
devtools devtools: add test apps to build script 2017-04-06 21:44:06 +02:00
doc doc: update supported liquidio adapters 2017-04-19 15:37:37 +02:00
drivers event/sw: fix events mis-identified as needing reorder 2017-04-20 00:30:04 +02:00
examples examples: enable HW CRC strip by default 2017-04-10 22:36:37 +02:00
lib kni: fix ethtool support 2017-04-20 00:13:37 +02:00
mk mk: increase unsupported icc version for thunderx 2017-04-20 00:10:53 +02:00
pkg version: 17.02.0 2017-02-14 22:17:45 +01:00
test test/mempool_perf: support default mempool 2017-04-19 15:41:15 +02:00
usertools usertools: fix active interface detection when binding 2017-01-30 17:30:21 +01:00
.gitattributes improve git diff 2016-11-13 15:25:12 +01:00
.gitignore doc: reformat crypto drivers overview 2017-04-06 00:17:44 +02:00
GNUmakefile mk: do not build tests by default 2017-02-28 16:04:18 +01:00
LICENSE.GPL
LICENSE.LGPL
MAINTAINERS doc: add DPAA2 NIC details 2017-04-19 15:37:37 +02:00
Makefile
README doc: add readme file 2015-12-13 22:06:58 +01: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 license for the core libraries and
drivers. The kernel components are GPLv2 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