"include/composable_kernel/utility/config_nvidia.hpp.in" did not exist on "2c9b8c2432ffe2eceba32d07ce8b0e467dd4538e"
Commit ee4a7339 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

i40e: fix compiler warnings

parent f9eeb643
...@@ -212,9 +212,9 @@ void queue_admin_tx::cmd_run(void *desc, uint32_t idx, void *data) ...@@ -212,9 +212,9 @@ void queue_admin_tx::cmd_run(void *desc, uint32_t idx, void *data)
desc_complete(d, idx, 0); desc_complete(d, idx, 0);
} else if (d->opcode == i40e_aqc_opc_get_vsi_parameters) { } else if (d->opcode == i40e_aqc_opc_get_vsi_parameters) {
std::cerr << " get vsi parameters" << std::endl; 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 *>( reinterpret_cast<struct i40e_aqc_add_get_update_vsi *>(
d->params.raw); d->params.raw);*/
struct i40e_aqc_vsi_properties_data pd; struct i40e_aqc_vsi_properties_data pd;
memset(&pd, 0, sizeof(pd)); memset(&pd, 0, sizeof(pd));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment