]> git.droids-corp.org - dpdk.git/blobdiff - drivers/mempool/octeontx2/otx2_mempool_irq.c
net/mlx5: fix shared RSS translation and cleanup
[dpdk.git] / drivers / mempool / octeontx2 / otx2_mempool_irq.c
index ce4104453772a6baed081279db7cff6b14d6b60e..5fa22b961226567be27d83855d0682da6d05f662 100644 (file)
@@ -123,7 +123,7 @@ npa_lf_q_irq_get_and_clear(struct otx2_npa_lf *lf, uint32_t q,
 
        qint = reg & 0xff;
        wdata &= mask;
-       otx2_write64(wdata, lf->base + off);
+       otx2_write64(wdata | qint, lf->base + off);
 
        return qint;
 }