From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] enic: fix hash creation when not using first numa node Date: Tue, 20 Oct 2015 21:34:02 +0200 Message-ID: <2454209.3fpPk1zZ7K@xps13> References: <1441958551-29313-1-git-send-email-david.marchand@6wind.com> <1441958551-29313-2-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "John Daley \(johndale\)" To: David Marchand Return-path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id D84358E88 for ; Tue, 20 Oct 2015 21:35:06 +0200 (CEST) Received: by wicfv8 with SMTP id fv8so44442662wic.0 for ; Tue, 20 Oct 2015 12:35:06 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > >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.