Project

General

Profile

Bug #5923

Updated by Lukas Sismis about 1 year ago

DPDK has changed API for @rte_eth_dev_socket_id@ function from 
 <pre> @@@ 
 The NUMA socket id to which the Ethernet device is connected or a default of zero if the socket could not be determined. -1 is returned is the port_id value is out of range. 
 </pre> @@@ 

 to  

 <pre> @@@ 
 -1 (which translates to SOCKET_ID_ANY) if the socket could not be determined 
 </pre> 


 DPDK @@@ 

 API change affects DPDK versions 22.11+ 

Back