net/txgbe: add queue stats mapping
[dpdk.git] / drivers / net / bnxt / bnxt_rxr.c
index 039217f..2645ed6 100644 (file)
@@ -606,7 +606,7 @@ bnxt_ulp_set_mark_in_mbuf(struct bnxt *bp, struct rx_pkt_cmpl_hi *rxcmp1,
                        return mark_id;
                /* Got the mark, write it to the mbuf and return */
                mbuf->hash.fdir.hi = mark_id;
-               mbuf->udata64 = (cfa_code & 0xffffffffull) << 32;
+               *bnxt_cfa_code_dynfield(mbuf) = cfa_code & 0xffffffffull;
                mbuf->hash.fdir.id = rxcmp1->cfa_code;
                mbuf->ol_flags |= PKT_RX_FDIR | PKT_RX_FDIR_ID;
                return mark_id;