On Mon, Mar 07, 2016 at 01:49:26PM +, Loftus, Ciara wrote:
>
> I encountered the " PANIC in rte_free():" error when using
> RTE_LIBRTE_VHOST_NUMA too, and applying this series resolved the issue.
> Thanks for the patches.
>
> Tested-by: Ciara Loftus
Thanks for testing. A new version (just
>
> vq is allocated on pairs, hence we should do pair reallocation
> at numa_realloc() as well, otherwise an error like following
> occurs while do numa reallocation:
>
> VHOST_CONFIG: reallocate vq from 0 to 1 node
> PANIC in rte_free():
> Fatal error: Invalid memory
>
> The reason
vq is allocated on pairs, hence we should do pair reallocation
at numa_realloc() as well, otherwise an error like following
occurs while do numa reallocation:
VHOST_CONFIG: reallocate vq from 0 to 1 node
PANIC in rte_free():
Fatal error: Invalid memory
The reason we don't catch it is
3 matches
Mail list logo