From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8D1558D9F for ; Sat, 31 Oct 2015 03:22:20 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 30 Oct 2015 19:22:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,221,1444719600"; d="scan'208";a="839768187" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga002.fm.intel.com with ESMTP; 30 Oct 2015 19:22:18 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 30 Oct 2015 19:22:18 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 30 Oct 2015 19:22:17 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.253]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.204]) with mapi id 14.03.0248.002; Sat, 31 Oct 2015 10:22:16 +0800 From: "He, Shaopeng" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v3 2/4] fm10k: add VMDQ support in MAC/VLAN filter Thread-Index: AQHREJkZfSVMh6jZQkiOjKxQn/aUXJ6DtcEAgAEug4A= Date: Sat, 31 Oct 2015 02:22:15 +0000 Message-ID: References: <1444447338-24155-1-git-send-email-shaopeng.he@intel.com> <1445937709-5445-1-git-send-email-shaopeng.he@intel.com> <1445937709-5445-3-git-send-email-shaopeng.he@intel.com> <1785830.HMRlx7Qhlh@xps13> In-Reply-To: <1785830.HMRlx7Qhlh@xps13> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v3 2/4] fm10k: add VMDQ support in MAC/VLAN filter X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2015 02:22:21 -0000 Hi, Thomas > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Saturday, October 31, 2015 12:18 AM > To: He, Shaopeng > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 2/4] fm10k: add VMDQ support in > MAC/VLAN filter >=20 > Sorry it does not compile with clang. >=20 > 2015-10-27 17:21, Shaopeng He: > > + for (i =3D 0; i < (int)vmdq_conf->nb_pool_maps; i++) { >=20 > fm10k_ethdev.c:1168:16: error: comparison of integers of different signs: > 'uint32_t' (aka 'unsigned int') and 'int' [-Werror,-Wsign-compare] Thanks for the comments, I will send another version