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
codes
codes
Commits
5612eb11
Commit
5612eb11
authored
Jul 25, 2017
by
Nikhil
Committed by
Misbah Mubarak
Jul 26, 2017
Browse files
Change NIC seq delay default to a low value
Change-Id: I07a70c6bc91e89634997998cf4ff07f74af67b53
parent
812b9a30
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networks/model-net/model-net-lp.c
View file @
5612eb11
...
...
@@ -246,7 +246,7 @@ static void base_read_config(const char * anno, model_net_base_params *p){
"setting to %d
\n
"
,
p
->
num_queues
);
}
p
->
nic_seq_delay
=
20
0
;
p
->
nic_seq_delay
=
1
0
;
ret
=
configuration_get_value_double
(
&
config
,
"PARAMS"
,
"nic_seq_delay"
,
anno
,
&
p
->
nic_seq_delay
);
if
(
ret
&&
!
g_tw_mynode
)
{
...
...
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