From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2017 07:17:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,413,1500966000"; d="scan'208";a="312933741" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.24]) by fmsmga004.fm.intel.com with SMTP; 18 Sep 2017 07:17:44 -0700 Received: by (sSMTP sendmail emulation); Mon, 18 Sep 2017 15:17:43 +0100 Date: Mon, 18 Sep 2017 15:17:43 +0100 From: Bruce Richardson To: Beilei Xing Cc: jingjing.wu@intel.com, andrey.chilikin@intel.com, dev@dpdk.org 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-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1504783263-20575-2-git-send-email-beilei.xing@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.8.3 (2017-05-23) Subject: Re: [dpdk-dev] [PATCH v2 1/6] net/i40e: support RSS for GTP-C and GTP-U 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, 18 Sep 2017 14:17:48 -0000 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.