bus/dpaa: avoid tag set for eqcr in Tx path
Minor optimization for TX path. Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
This commit is contained in:
parent
8e253882cd
commit
b6ee63a763
@ -2238,11 +2238,6 @@ int qman_enqueue_multi(struct qman_fq *fq,
|
||||
/* try to send as many frames as possible */
|
||||
while (eqcr->available && frames_to_send--) {
|
||||
eq->fqid = fq->fqid_le;
|
||||
#ifdef CONFIG_FSL_QMAN_FQ_LOOKUP
|
||||
eq->tag = cpu_to_be32(fq->key);
|
||||
#else
|
||||
eq->tag = cpu_to_be32((u32)(uintptr_t)fq);
|
||||
#endif
|
||||
eq->fd.opaque_addr = fd->opaque_addr;
|
||||
eq->fd.addr = cpu_to_be40(fd->addr);
|
||||
eq->fd.status = cpu_to_be32(fd->status);
|
||||
|
Loading…
Reference in New Issue
Block a user