Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
7fe1e290
Commit
7fe1e290
authored
Feb 14, 2017
by
Madalin Bucur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dpaa_eth: enable context-A stashing
Signed-off-by:
Madalin Bucur
<
madalin.bucur@nxp.com
>
parent
2ea08f82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
+2
-1
No files found.
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
View file @
7fe1e290
...
...
@@ -1052,7 +1052,8 @@ static int dpaa_fq_init(struct dpaa_fq *dpaa_fq, bool td_enable)
/* Initialization common to all ingress queues */
if
(
dpaa_fq
->
flags
&
QMAN_FQ_FLAG_NO_ENQUEUE
)
{
initfq
.
we_mask
|=
cpu_to_be16
(
QM_INITFQ_WE_CONTEXTA
);
initfq
.
fqd
.
fq_ctrl
|=
cpu_to_be16
(
QM_FQCTRL_HOLDACTIVE
);
initfq
.
fqd
.
fq_ctrl
|=
cpu_to_be16
(
QM_FQCTRL_HOLDACTIVE
|
QM_FQCTRL_CTXASTASHING
);
initfq
.
fqd
.
context_a
.
stashing
.
exclusive
=
QM_STASHING_EXCL_DATA
|
QM_STASHING_EXCL_CTX
|
QM_STASHING_EXCL_ANNOTATION
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment