[dpdk-dev] [PATCH 02/12] ixgbe: fix remaining pkt_flags variable size to 64 bits

2014-11-10 Thread Bruce Richardson
On Mon, Nov 10, 2014 at 04:59:16PM +0100, Olivier Matz wrote: > 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 Acked-by: Bruce Richardson > --- > li

[dpdk-dev] [PATCH 02/12] ixgbe: fix remaining pkt_flags variable size to 64 bits

2014-11-10 Thread Olivier Matz
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 --- lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff -