[dpdk-dev] [PATCH v3 0/2] vhost: numa aware allocation of vhost device and queues

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jun 29 19:04:26 CEST 2015


2015-06-25 13:47, Huawei Xie:
> The vhost device and queues should be allocated on the same numa node as vring descriptor table.
> When we firstly allocate the vhost device and queues, we don't know the numa node of vring descriptor table.
> When we receive the VHOST_SET_VRING_ADDR message, we get the numa node of vring descriptor table, we will try to reallocate vhost device and queues to the same numa node.

Commit messages must be wrapped.

> Huawei Xie (2):
>   use rte_malloc to allocate vhost device and queues
>   reallocate vhost device and queues when we get the address of vring descriptor table

Applied, thanks


More information about the dev mailing list