We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea08f8 commit 7fe1e29Copy full SHA for 7fe1e29
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
@@ -1052,7 +1052,8 @@ static int dpaa_fq_init(struct dpaa_fq *dpaa_fq, bool td_enable)
1052
/* Initialization common to all ingress queues */
1053
if (dpaa_fq->flags & QMAN_FQ_FLAG_NO_ENQUEUE) {
1054
initfq.we_mask |= cpu_to_be16(QM_INITFQ_WE_CONTEXTA);
1055
- initfq.fqd.fq_ctrl |= cpu_to_be16(QM_FQCTRL_HOLDACTIVE);
+ initfq.fqd.fq_ctrl |= cpu_to_be16(QM_FQCTRL_HOLDACTIVE |
1056
+ QM_FQCTRL_CTXASTASHING);
1057
initfq.fqd.context_a.stashing.exclusive =
1058
QM_STASHING_EXCL_DATA | QM_STASHING_EXCL_CTX |
1059
QM_STASHING_EXCL_ANNOTATION;
0 commit comments