> > icc version 16.0.2, compile error: > > > > == host > > CC host.o > > /root/development/dpdk/examples/l2fwd-ivshmem/host/host.c(157): > > error #3656: variable "total_vm_packets_dropped" > > may be used before its value is set > > total_vm_packets_dropped += ctrl->vm_ports[portid].stats.dropped; > > ^ > > > > Fixes: 6aa497249172 ("examples/l2fwd-ivshmem: import sample > > application") > > > > Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com> > > Acked-by: Anatoly Burakov <anatoly.burakov at intel.com>
Applied, thanks