userspace-oss: sync with upstream

This commit is contained in:
Qosmio 2023-06-18 19:55:19 -04:00
parent d4c3bfcbd5
commit 149f29b9c1

View File

@ -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;
}