New stats for vhost ports are rx_bytes, tx_bytes, multicast, rx_errors and
rx_length_errors. New stats for PMD ports are rx_dropped, rx_length_errors,
rx_crc_errors and rx_missed_errors. DPDK imissed packets are now classified
as dropped instead of errors.
Signed-off-by: Timo Puha
---
lib
: Timo Puha
---
.travis/build.sh | 2 +-
INSTALL.DPDK.md | 12 ++--
acinclude.m4 | 2 +-
lib/netdev-dpdk.c | 3 ++-
4 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/.travis/build.sh b/.travis/build.sh
index e90f4d0..3cadbf0 100755
--- a/.travis/build.sh
+++ b
breaks compatibility with DPDK v2.0.0 although only
for the library name change.
Note that throughput for vhost ports with mergeable buffers is reduced
about 10% due to a necessary bug fix in DPDK vhost code.
Signed-off-by: Mark Kavanagh
Signed-off-by: Michal Weglicki
Signed-off-by: Timo Puha
breaks compatibility with DPDK v2.0.0 although only
for the library name change.
Note that throughput for vhost ports with mergeable buffers is reduced
about 10% due to a necessary bug fix in DPDK vhost code.
Signed-off-by: Mark Kavanagh
Signed-off-by: Michal Weglicki
Signed-off-by: Timo Puha