]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/dpaa/dpaa_ethdev.c
net/mlx5: add C++ include guard to public header
[dpdk.git] / drivers / net / dpaa / dpaa_ethdev.c
index 966291ff079c0b9897b2b9721ccf032418ae62c6..b0c78ac0a14e60e5221df3c05b1be1184380c223 100644 (file)
@@ -1755,6 +1755,10 @@ static int dpaa_tx_queue_init(struct qman_fq *fq,
        /* no tx-confirmation */
        opts.fqd.context_a.hi = 0x80000000 | fman_dealloc_bufs_mask_hi;
        opts.fqd.context_a.lo = 0 | fman_dealloc_bufs_mask_lo;
+       if (fman_ip_rev >= FMAN_V3) {
+               /* Set B0V bit in contextA to set ASPID to 0 */
+               opts.fqd.context_a.hi |= 0x04000000;
+       }
        DPAA_PMD_DEBUG("init tx fq %p, fqid 0x%x", fq, fq->fqid);
 
        if (cgr_tx) {