ixgbe: fix build with gcc 4.4
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 18 Sep 2014 10:55:52 +0000 (11:55 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 18 Sep 2014 11:08:55 +0000 (13:08 +0200)
commitd6c841e80bcc8d6a35a061fb1e5faad6a157dd35
tree4ee38e4d2e669532fde510a045d4598867c2bcfc
parentcf4b4708a88af9c24719733d0731d497f621760e
ixgbe: fix build with gcc 4.4

The refcnt field is contained within an anonymous union within the mbuf
data structure, and gcc 4.4 gives an error about an unknown field unless
the initialiser for the field is contained within extra braces.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c