ixgbe: fix flags variable size to 64 bits
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 26 Nov 2014 15:04:44 +0000 (16:04 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 26 Nov 2014 17:54:15 +0000 (18:54 +0100)
commit0e8d6a29b4f9296f08196431643f90cfcef7828b
tree4004c57898fa864bd0f551f06aaa757ab86b6a4b
parentb22d99894a64c913f5bd5c70b0ee949459423c42
ixgbe: fix flags variable size to 64 bits

Since commit 4332beee9 "mbuf: expand ol_flags field to 64-bits", the
packet flags are now 64 bits wide. Some occurences were forgotten in
the ixgbe driver.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_pmd_ixgbe/ixgbe_rxtx.c