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
ee4a7339
Commit
ee4a7339
authored
Sep 03, 2020
by
Antoine Kaufmann
Browse files
i40e: fix compiler warnings
parent
f9eeb643
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
i40e_bm/i40e_adminq.cc
i40e_bm/i40e_adminq.cc
+2
-2
No files found.
i40e_bm/i40e_adminq.cc
View file @
ee4a7339
...
...
@@ -212,9 +212,9 @@ void queue_admin_tx::cmd_run(void *desc, uint32_t idx, void *data)
desc_complete
(
d
,
idx
,
0
);
}
else
if
(
d
->
opcode
==
i40e_aqc_opc_get_vsi_parameters
)
{
std
::
cerr
<<
" get vsi parameters"
<<
std
::
endl
;
struct
i40e_aqc_add_get_update_vsi
*
v
=
/*
struct i40e_aqc_add_get_update_vsi *v =
reinterpret_cast<struct i40e_aqc_add_get_update_vsi *>(
d
->
params
.
raw
);
d->params.raw);
*/
struct
i40e_aqc_vsi_properties_data
pd
;
memset
(
&
pd
,
0
,
sizeof
(
pd
));
...
...
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