mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-16 16:21:53 +00:00
userspace-oss: sync with upstream
This commit is contained in:
parent
d4c3bfcbd5
commit
149f29b9c1
@ -42,8 +42,9 @@ static void nssinfo_lso_rx_stats_display(int core, char *input)
|
||||
pthread_mutex_lock(&lso_rx_lock);
|
||||
lso_rx_node = nodes[core][NSS_LSO_RX_INTERFACE];
|
||||
if (!lso_rx_node) {
|
||||
if(input)
|
||||
nssinfo_error("%s is not running on the NPU\n", input);
|
||||
pthread_mutex_unlock(&lso_rx_lock);
|
||||
nssinfo_error("%s is not running on the NPU\n", input);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user