bonding: add support for numa awareness
[vpp.git] / src / plugins / dpdk / device / init.c
index fccefb1..2e4c8a2 100644 (file)
@@ -732,6 +732,7 @@ dpdk_lib_init (dpdk_main_t * dm)
        {
          hi->max_packet_bytes = mtu;
          hi->max_supported_packet_bytes = max_rx_frame;
+         hi->numa_node = xd->cpu_socket;
        }
 
       if (dm->conf->no_tx_checksum_offload == 0)