event/dpaa2: prefetch the next DQRR entry
Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
This commit is contained in:
parent
8a7833e19b
commit
c409ed1bb0
@ -255,9 +255,9 @@ dpaa2_eventdev_dequeue_burst(void *port, struct rte_event ev[],
|
||||
}
|
||||
return num_pkts;
|
||||
}
|
||||
qbman_swp_prefetch_dqrr_next(swp);
|
||||
|
||||
fd = qbman_result_DQ_fd(dq);
|
||||
|
||||
rxq = (struct dpaa2_queue *)qbman_result_DQ_fqd_ctx(dq);
|
||||
if (rxq) {
|
||||
rxq->cb(swp, fd, dq, rxq, &ev[num_pkts]);
|
||||
|
Loading…
Reference in New Issue
Block a user