[dpdk-dev] [PATCH 2/2] enic: fix hash creation when not using first numa node

2015-10-20 Thread Thomas Monjalon
> >If dpdk is run with memory only available on socket != 0, then hash > >creation will fail and flow director feature won't be available. > >Fix this by asking for allocation on caller socket. > > > >Signed-off-by: David Marchand > > Acked by: Sujith Sankar Series applied, thanks.

[dpdk-dev] [PATCH 2/2] enic: fix hash creation when not using first numa node

2015-09-11 Thread David Marchand
If dpdk is run with memory only available on socket != 0, then hash creation will fail and flow director feature won't be available. Fix this by asking for allocation on caller socket. Signed-off-by: David Marchand --- drivers/net/enic/enic_clsf.c | 3 +-- 1 file changed, 1 insertion(+), 2 delet

[dpdk-dev] [PATCH 2/2] enic: fix hash creation when not using first numa node

2015-09-11 Thread Sujith Sankar (ssujith)
On 11/09/15 1:32 pm, "David Marchand" wrote: >If dpdk is run with memory only available on socket != 0, then hash >creation will fail and flow director feature won't be available. >Fix this by asking for allocation on caller socket. > >Signed-off-by: David Marchand >--- > drivers/net/enic/enic_