[dpdk-dev] [PATCH] examples/l2fwd-ivshmem: fix icc compile error

2016-07-22 Thread Thomas Monjalon
> > 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_port

[dpdk-dev] [PATCH] examples/l2fwd-ivshmem: fix icc compile error

2016-07-22 Thread Ferruh Yigit
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;

[dpdk-dev] [PATCH] examples/l2fwd-ivshmem: fix icc compile error

2016-07-22 Thread Burakov, Anatoly
> -Original Message- > From: Yigit, Ferruh > Sent: Friday, July 22, 2016 3:14 PM > To: dev at dpdk.org > Cc: Burakov, Anatoly > Subject: [PATCH] examples/l2fwd-ivshmem: fix icc compile error > > icc version 16.0.2, compile error: > > == host > CC host.o > /root/development/dpdk/example