Go to file
David Marchand f07246766d eal: fix tailq init for uio and vfio resources
Commit a2348166ea ("tailq: move to dynamic tailq") introduced a bug in
uio/vfio resources list init.

These resources list were pointed at through a pointer initialised only once but
too early in the eal init (before tailqs init).

Fix this by "resolving" this pointer when used (which is well after tailqs
init).

Fixes: a2348166ea ("tailq: move to dynamic tailq")

Reported-by: Marvin Liu <yong.liu@intel.com>
Reported-by: Tetsuya Mukawa <mukawa@igel.co.jp>
Signed-off-by: David Marchand <david.marchand@6wind.com>
Tested-by: John McNamara <john.mcnamara@intel.com>
Tested-by: Tetsuya Mukawa <mukawa@igel.co.jp>
2015-03-12 08:32:48 +01:00
app app/testpmd: fix incorrect port number check 2015-03-11 15:59:56 +01:00
config null: new poll mode driver 2015-02-26 00:31:45 +01:00
doc scripts: remove useless build tools 2015-03-10 17:55:25 +01:00
examples examples/l2fwd-jobstats: fix error handling in init sequence 2015-03-10 16:14:12 +01:00
lib eal: fix tailq init for uio and vfio resources 2015-03-12 08:32:48 +01:00
mk mk: move internal file 2015-03-09 12:46:46 +01:00
pkg version: 1.8.0 2014-12-20 00:38:39 +01:00
scripts scripts: remove useless build tools 2015-03-10 17:55:25 +01:00
tools tools: fix binding to unsupported driver 2015-03-05 21:33:53 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile scripts: remove useless build tools 2015-03-10 17:55:25 +01:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS maintainers: claim responsibility for docs 2015-03-10 17:31:37 +01:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00