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 1180A25A1 for ; Mon, 18 Sep 2017 16:21:31 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2017 07:21:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,413,1500966000"; d="scan'208";a="312935242" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.24]) by fmsmga004.fm.intel.com with SMTP; 18 Sep 2017 07:21:09 -0700 Received: by (sSMTP sendmail emulation); Mon, 18 Sep 2017 15:21:09 +0100 Date: Mon, 18 Sep 2017 15:21:08 +0100 From: Bruce Richardson To: Beilei Xing Cc: jingjing.wu@intel.com, andrey.chilikin@intel.com, dev@dpdk.org 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-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170918141743.GA14180@bricha3-MOBL3.ger.corp.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:21:32 -0000 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