net/octeontx: fix uninitialized variable in port open
Coverity issue: 195045 Fixes: f18b146c498d ("net/octeontx: create ethdev ports") Cc: stable@dpdk.org Signed-off-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
This commit is contained in:
parent
a98122ef66
commit
a371fd7903
@ -122,7 +122,7 @@ octeontx_port_open(struct octeontx_nic *nic)
|
|||||||
int res;
|
int res;
|
||||||
|
|
||||||
res = 0;
|
res = 0;
|
||||||
|
memset(&bgx_port_conf, 0x0, sizeof(bgx_port_conf));
|
||||||
PMD_INIT_FUNC_TRACE();
|
PMD_INIT_FUNC_TRACE();
|
||||||
|
|
||||||
res = octeontx_bgx_port_open(nic->port_id, &bgx_port_conf);
|
res = octeontx_bgx_port_open(nic->port_id, &bgx_port_conf);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user