From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 74E0898 for ; Mon, 20 Feb 2017 15:45:32 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP; 20 Feb 2017 06:45:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,186,1484035200"; d="scan'208";a="1113193102" 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 06:45: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 From: Ferruh Yigit Message-ID: Date: Mon, 20 Feb 2017 14:45:29 +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: 8bit 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 14:45:32 -0000 On 2/17/2017 8:37 AM, Beilei Xing wrote: > Testpmd failed to start in another hugetlbfs mount point on > i40e, Hi Beilei, Can you please describe the failure more. And how to reproduce it. I prefer initial patch title: "net/i40e: fix fail to start testpmd" but with more details about when it fails to start. 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 <...>