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 44E7E2BCD for ; Tue, 6 Dec 2016 07:43:35 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 05 Dec 2016 22:43:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,751,1477983600"; d="scan'208";a="1077992876" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 05 Dec 2016 22:43:35 -0800 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 5 Dec 2016 22:43:34 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 5 Dec 2016 22:43:34 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.96]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.218]) with mapi id 14.03.0248.002; Tue, 6 Dec 2016 14:43:32 +0800 From: "Wu, Jingjing" To: "Yigit, Ferruh" , "dev@dpdk.org" CC: "Zhang, Helin" Thread-Topic: [dpdk-dev] [PATCH 30/31] net/i40e/base: remove unused marco Thread-Index: AQHSTwevyYTfmZu3ZUOo4uvyviR+/aD6eeWw Date: Tue, 6 Dec 2016 06:43:32 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E2C3390@SHSMSX103.ccr.corp.intel.com> References: <1480727953-92137-1-git-send-email-jingjing.wu@intel.com> <1480727953-92137-31-git-send-email-jingjing.wu@intel.com> In-Reply-To: Accept-Language: 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 Subject: Re: [dpdk-dev] [PATCH 30/31] net/i40e/base: remove unused marco 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: Tue, 06 Dec 2016 06:43:36 -0000 OK. Ferruh, I will update this patch set according to your comments. -----Original Message----- From: Yigit, Ferruh=20 Sent: Monday, December 5, 2016 10:56 PM To: Wu, Jingjing ; dev@dpdk.org Cc: Zhang, Helin Subject: Re: [dpdk-dev] [PATCH 30/31] net/i40e/base: remove unused marco On 12/3/2016 1:19 AM, Jingjing Wu wrote: > remove X722_SUPPORT and I40E_NDIS_SUPPORT MARCOs s/marco/macro, same for patch subject >=20 > Signed-off-by: Jingjing Wu > --- <...>