[dpdk-users] Memory Allocation

Anupam Kapoor anupam.kapoor at gmail.com
Tue May 16 18:30:27 CEST 2017


On Tue, May 16, 2017 at 9:44 PM, Kumaraparameshwaran Rathnavel <
krath at cloudsimple.com> wrote:

> will the memory be allocated on the Node where the DPDK thread was
> initially running when the memory allocation functions was called


​rte_malloc​(...) will return memory allocated on the NUMA socket of the
core which made the invokation. access to this from other locations will
incur the qpi penalty...

​--
thanks
anupam​


In the beginning was the lambda, and the lambda was with Emacs, and Emacs
was the lambda.


More information about the users mailing list