app/testpmd: pack GRE header
authorCyril Chemparathy <cchemparathy@ezchip.com>
Mon, 22 Jun 2015 18:34:20 +0000 (11:34 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 24 Jun 2015 10:00:42 +0000 (12:00 +0200)
commite446bc731e9f678e7aa6381eb76bdf6cf48c0522
tree0e6f484162f488f0486c2156552f0331025577c2
parent7621d6a8d0bdb39b58ee7c4176a0f2e920b8113d
app/testpmd: pack GRE header

Not packing this causes -Wcast-align breakage on machines that are
strict on alignment.  This patch fixes this bug.

Signed-off-by: Cyril Chemparathy <cchemparathy@ezchip.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
app/test-pmd/csumonly.c