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:17:43 +0100 Message-ID: <20170918141743.GA14180@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> 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 mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id F27D5199A9 for ; Mon, 18 Sep 2017 16:17:47 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1504783263-20575-2-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 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.