Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
5134bdd4
Commit
5134bdd4
authored
Sep 13, 2020
by
Antoine Kaufmann
Browse files
i40e: trigger fetch and writeback immediately after previous writeback is done
parent
611ce812
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
i40e_bm/i40e_queues.cc
i40e_bm/i40e_queues.cc
+3
-0
No files found.
i40e_bm/i40e_queues.cc
View file @
5134bdd4
...
@@ -243,6 +243,9 @@ void queue_base::writeback_done(uint32_t first_pos, uint32_t cnt)
...
@@ -243,6 +243,9 @@ void queue_base::writeback_done(uint32_t first_pos, uint32_t cnt)
reg_head
=
active_first_idx
;
reg_head
=
active_first_idx
;
interrupt
();
interrupt
();
trigger_fetch
();
trigger_writeback
();
}
}
queue_base
::
desc_ctx
::
desc_ctx
(
queue_base
&
queue_
)
queue_base
::
desc_ctx
::
desc_ctx
(
queue_base
&
queue_
)
...
...
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