[dpdk-dev] [PATCH] i40e: fix base driver allocation when on numa != 0

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Sep 9 15:22:21 CEST 2015


> > Seen by code review.
> > 
> > If dpdk is run with memory only available on socket 0, 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 at 6wind.com>
> Acked-by: Helin Zhang <helin.zhang at intel.com>

Applied, thanks


More information about the dev mailing list