Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xin Wang
codes-dev
Commits
6a8509ed
Commit
6a8509ed
authored
Jul 25, 2017
by
Nikhil
Committed by
Misbah Mubarak
Jul 26, 2017
Browse files
Fix bug introduced in
77e85ef9
Change-Id: I430c19d46be11f00c4123118334f7e68f835a846
parent
5612eb11
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networks/model-net/fattree.c
View file @
6a8509ed
...
@@ -1854,7 +1854,9 @@ void switch_packet_receive_rc(switch_state * s,
...
@@ -1854,7 +1854,9 @@ void switch_packet_receive_rc(switch_state * s,
s_arrive_r
++
;
s_arrive_r
++
;
#endif
#endif
int
output_port
=
msg
->
saved_vc
;
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
)
if
(
bf
->
c1
)
{
{
tw_rand_reverse_unif
(
lp
->
rng
);
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