17e01e3141
Seen by code review. If dpdk is run with memory only available on a non-0 socket, then i40e pmd refuses to initialize ports as this pmd requires some memory on socket 0. Fix this by setting socket to SOCKET_ID_ANY, so that allocations happen on the caller socket. Signed-off-by: David Marchand <david.marchand@6wind.com> Acked-by: Helin Zhang <helin.zhang@intel.com>