Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
6a8509ed
Commit
6a8509ed
authored
Jul 25, 2017
by
Nikhil
Committed by
Misbah Mubarak
Jul 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug introduced in
77e85ef9
Change-Id: I430c19d46be11f00c4123118334f7e68f835a846
parent
5612eb11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/networks/model-net/fattree.c
src/networks/model-net/fattree.c
+3
-1
No files found.
src/networks/model-net/fattree.c
View file @
6a8509ed
...
...
@@ -1854,7 +1854,9 @@ void switch_packet_receive_rc(switch_state * s,
s_arrive_r
++
;
#endif
int
output_port
=
msg
->
saved_vc
;
tw_rand_reverse_unif
(
lp
->
rng
);
if
(
s
->
params
->
routing
!=
STATIC
)
{
tw_rand_reverse_unif
(
lp
->
rng
);
}
if
(
bf
->
c1
)
{
tw_rand_reverse_unif
(
lp
->
rng
);
...
...
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