On 10/20/2021 10:42 PM, Stephen Hemminger wrote:
+ /* DPDK reports in units of Mbps */ + rte_eth_link_get(port, &link); + if (link.link_status == ETH_LINK_UP)
Should use renamed 'RTE_ETH_LINK_UP' macro with RTE_ prefix.
On 10/20/2021 10:42 PM, Stephen Hemminger wrote:
+ /* DPDK reports in units of Mbps */ + rte_eth_link_get(port, &link); + if (link.link_status == ETH_LINK_UP)
Should use renamed 'RTE_ETH_LINK_UP' macro with RTE_ prefix.