You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rte_eth_link_get() returns an integer to report errors in the new DPDK; it used to return void. Our code should check for errors whenever rte_eth_link_get() is called.