From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 94CE5FE5; Mon, 20 Feb 2017 17:37:33 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Feb 2017 08:37:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,187,1484035200"; d="scan'208";a="1113237217" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.137]) ([10.237.220.137]) by fmsmga001.fm.intel.com with ESMTP; 20 Feb 2017 08:37:30 -0800 To: Beilei Xing , jingjing.wu@intel.com References: <1487126547-29902-1-git-send-email-beilei.xing@intel.com> <1487320676-54579-1-git-send-email-beilei.xing@intel.com> Cc: jianfeng.tan@intel.com, dev@dpdk.org, dpdk stable From: Ferruh Yigit Message-ID: <64cbc676-a56f-4610-1cf9-718578b289e4@intel.com> Date: Mon, 20 Feb 2017 16:37:30 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1487320676-54579-1-git-send-email-beilei.xing@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] net/i40e: fix allocating hash table on socket 0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2017 16:37:34 -0000 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.