12/05/2018 04:00, Andy Green: > /projects/lagopus/src/dpdk/build/include/rte_ether.h: > In function 'rte_vlan_strip': > /projects/lagopus/src/dpdk/build/include/rte_ether.h:357:2: > warning: ISO C90 forbids mixed declarations and code > [-Wdeclaration-after-statement] > struct vlan_hdr *vh = (struct vlan_hdr *)(eh + 1);
Fixes: c974021a5949 ("ether: add soft vlan encap/decap") Cc: sta...@dpdk.org > Signed-off-by: Andy Green <a...@warmcat.com> Applied, thanks