Go to file
Jia Yu a720aadd44 ethdev: return status of stats read
rte_eth_stats_get is to get physical device statistics. Without
return status, caller does not know whether function fails or not
(i.e. invalid port_id, driver has no stats_get callback). Caller
cannot differiente normal 0 stats or error case. This fix adds
a return status to the function.

Signed-off-by: Jia Yu <jyu@vmware.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
2015-02-18 17:50:15 +01:00
app app/test: new reorder unit test 2015-02-18 16:52:05 +01:00
config reorder: new library 2015-02-18 16:52:05 +01:00
doc doc: new packet ordering app description 2015-02-18 16:52:06 +01:00
examples examples/packet_ordering: new sample app 2015-02-18 16:52:05 +01:00
lib ethdev: return status of stats read 2015-02-18 17:50:15 +01:00
mk app/test: new reorder unit test 2015-02-18 16:52:05 +01:00
pkg version: 1.8.0 2014-12-20 00:38:39 +01:00
scripts scripts: find areas without maintainer 2015-02-09 15:15:04 +01:00
tools tools: fix setup script for Fedora 21 2014-10-10 17:50:31 +02:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile remove trailing whitespaces 2014-06-11 00:29:34 +02: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: add and claim reorder 2015-02-18 16:52:06 +01:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00