> > 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
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;
> -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
3 matches
Mail list logo