-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#0: Resolve trace issues exposed by using eth dispatch
- stall_state was set to STALLED, even if exec_buf command wrapped around in the cmddat_q, causing read_from_pcie to not be called until exec_buf was run ... except exec_buf was never run, as it was never fetched - Resolve this by only setting the STALLED flag, if there are no pending reads over PCIe -> all entries in the exec_buf fetch_q entry have been read - Add multi_device trace tests using ethernet dispatch
- Loading branch information
1 parent
d44016b
commit 8abc730
Showing
4 changed files
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters