From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3] net/i40e: fix allocating hash table on socket 0 Date: Mon, 20 Feb 2017 16:37:30 +0000 Message-ID: <64cbc676-a56f-4610-1cf9-718578b289e4@intel.com> References: <1487126547-29902-1-git-send-email-beilei.xing@intel.com> <1487320676-54579-1-git-send-email-beilei.xing@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: jianfeng.tan@intel.com, dev@dpdk.org, dpdk stable To: Beilei Xing , jingjing.wu@intel.com Return-path: In-Reply-To: <1487320676-54579-1-git-send-email-beilei.xing@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2/17/2017 8:37 AM, Beilei Xing wrote: > Testpmd failed to start in another hugetlbfs mount point on > i40e, the root cause is that hash table is always allocated > on socket 0. Fix the issue by assigning scocket id during > hash parameter defination. > > Fixes: 5c53c82c8174 ("net/i40e: store flow director filter") > Fixes: 425c3325f0b0 ("net/i40e: store tunnel filter") > Fixes: 078259773da9 ("net/i40e: store ethertype filter") > > Signed-off-by: Beilei Xing net/i40e: fix memory allocation for hash table ... Cc: stable@dpdk.org Reported-by: Ivan Nardi Signed-off-by: Beilei Xing Applied to dpdk-next-net/master, thanks.