Imported Upstream version 16.07-rc4
[deb_dpdk.git] / examples / l2fwd-ivshmem / host / host.c
index cd284b7..da7b00d 100644 (file)
@@ -110,7 +110,8 @@ static void
 print_stats(void)
 {
        uint64_t total_packets_dropped, total_packets_tx, total_packets_rx;
-       uint64_t total_vm_packets_dropped, total_vm_packets_tx, total_vm_packets_rx;
+       uint64_t total_vm_packets_dropped = 0;
+       uint64_t total_vm_packets_tx, total_vm_packets_rx;
        unsigned portid;
 
        total_packets_dropped = 0;