From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 1/6] net/i40e: support RSS for GTP-C and GTP-U Date: Mon, 18 Sep 2017 15:21:08 +0100 Message-ID: <20170918142108.GB14180@bricha3-MOBL3.ger.corp.intel.com> References: <1503647430-93905-2-git-send-email-beilei.xing@intel.com> <1504783263-20575-1-git-send-email-beilei.xing@intel.com> <1504783263-20575-2-git-send-email-beilei.xing@intel.com> <20170918141743.GA14180@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: jingjing.wu@intel.com, andrey.chilikin@intel.com, dev@dpdk.org To: Beilei Xing Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 1180A25A1 for ; Mon, 18 Sep 2017 16:21:31 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20170918141743.GA14180@bricha3-MOBL3.ger.corp.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 Mon, Sep 18, 2017 at 03:17:43PM +0100, Bruce Richardson wrote: > On Thu, Sep 07, 2017 at 07:20:58PM +0800, Beilei Xing wrote: > > GTP-C and GTP-U are supported by new profile. > > Enable RSS for GTP-C and GTP-U after downloading > > profile. > > > > Signed-off-by: Beilei Xing > > --- > I get compilation errors when applying this patch. > > /Bruce > > CC i40e_ethdev.o > /home/bruce/dpdk.org/drivers/net/i40e/i40e_ethdev.c: In function ‘i40e_update_personalized_pctype’: > /home/bruce/dpdk.org/drivers/net/i40e/i40e_ethdev.c:10965:3: error: ‘RTE_PMD_I40E_PKG_INFO_PROTOCOL_NUM’ undeclared (first use in this function); did you mean ‘RTE_PMD_I40E_PKG_INFO_DEVID_NUM’? > RTE_PMD_I40E_PKG_INFO_PROTOCOL_NUM); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > RTE_PMD_I40E_PKG_INFO_DEVID_NUM > compilation terminated due to -Wfatal-errors. > Sorry, my mistake. Missed the dependency on the earlier patch. /Bruce