]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_ixgbe/ixgbe_rxtx.h
mbuf: expand ol_flags field to 64-bits
[dpdk.git] / lib / librte_pmd_ixgbe / ixgbe_rxtx.h
index fd0023ea1e6af94ea5ce8735045671281409a412..0d633d606e1146e20c22d9eab97f2e32c464afd4 100644 (file)
@@ -177,7 +177,7 @@ union ixgbe_vlan_macip {
  */
 
 struct ixgbe_advctx_info {
  */
 
 struct ixgbe_advctx_info {
-       uint16_t flags;           /**< ol_flags for context build. */
+       uint64_t flags;           /**< ol_flags for context build. */
        uint32_t cmp_mask;        /**< compare mask for vlan_macip_lens */
        union ixgbe_vlan_macip vlan_macip_lens; /**< vlan, mac ip length. */
 };
        uint32_t cmp_mask;        /**< compare mask for vlan_macip_lens */
        union ixgbe_vlan_macip vlan_macip_lens; /**< vlan, mac ip length. */
 };