From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id B74CF58CB for ; Mon, 10 Jul 2017 13:17:38 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jul 2017 04:17:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,339,1496127600"; d="scan'208";a="1149958343" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga001.jf.intel.com with ESMTP; 10 Jul 2017 04:17:36 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by irsmsx105.ger.corp.intel.com ([169.254.7.168]) with mapi id 14.03.0319.002; Mon, 10 Jul 2017 12:17:35 +0100 From: "Dumitrescu, Cristian" To: Thomas Monjalon , "Lu, Wenzhuo" CC: "dev@dpdk.org" , "Singh, Jasvinder" Thread-Topic: [dpdk-dev] [PATCH v3 02/20] net/i40e: support getting TM capability Thread-Index: AQHS8I98grYTdWpF4EWiyAqi64o4X6JL4gCAgAEYenA= Date: Mon, 10 Jul 2017 11:17:35 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BA7D689@IRSMSX108.ger.corp.intel.com> References: <1495873075-49542-1-git-send-email-wenzhuo.lu@intel.com> <1498710237-80285-1-git-send-email-wenzhuo.lu@intel.com> <1498710237-80285-3-git-send-email-wenzhuo.lu@intel.com> <1884122.QcqeujiQxC@xps> In-Reply-To: <1884122.QcqeujiQxC@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTE4ZmNlNDgtZTYwYS00NmU0LTg2NTQtMjA0OTM5OWU0YmM2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InZzNm9OWDdDRHhxMFwvV3BlRHU1K0srMmZQbGVEY0c5Z1NWOHJTVHFZUXBFPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 02/20] net/i40e: support getting TM capability 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, 10 Jul 2017 11:17:39 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Sunday, July 9, 2017 8:31 PM > To: Lu, Wenzhuo > Cc: dev@dpdk.org; Dumitrescu, Cristian ; > Singh, Jasvinder > Subject: Re: [dpdk-dev] [PATCH v3 02/20] net/i40e: support getting TM > capability >=20 > 29/06/2017 06:23, Wenzhuo Lu: > > +static inline uint16_t > > +i40e_tc_nb_get(struct rte_eth_dev *dev) > > +{ >=20 > Error with clang 4.0: >=20 > drivers/net/i40e/i40e_tm.c:58:1: fatal error: > unused function 'i40e_tc_nb_get' Thanks for sharing the log. This function is called in the final code, so maybe this is produced by an = intermediate patch? Not sure how I missed this, as I built each patch incre= mentally.