examples/qos_sched: fix error message
rx_port in pconf->rx_port looks like a copy-paste error. Coverity issue: 30699 Fixes: de3cfa2c9823 ("sched: initial import") Signed-off-by: Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
This commit is contained in:
parent
cb9234082a
commit
f2c41f26f8
@ -272,7 +272,7 @@ app_parse_flow_conf(const char *conf_str)
|
||||
}
|
||||
if (pconf->tx_port >= RTE_MAX_ETHPORTS) {
|
||||
RTE_LOG(ERR, APP, "pfc %u: invalid tx port %"PRIu8" index\n",
|
||||
nb_pfc, pconf->rx_port);
|
||||
nb_pfc, pconf->tx_port);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user