From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id ED36B2C24 for ; Mon, 20 Feb 2017 13:56:06 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Feb 2017 04:56:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,186,1484035200"; d="scan'208";a="227490566" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.137]) ([10.237.220.137]) by fmsmga004.fm.intel.com with ESMTP; 20 Feb 2017 04:56:03 -0800 To: Qiming Yang , dev@dpdk.org References: <1487569693-27371-1-git-send-email-qiming.yang@intel.com> Cc: jingjing.wu@intel.com From: Ferruh Yigit Message-ID: <7cb7bc5e-57a0-67a6-a525-8425d7394d61@intel.com> Date: Mon, 20 Feb 2017 12:56:03 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1487569693-27371-1-git-send-email-qiming.yang@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/i40e: remove redundant macros 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, 20 Feb 2017 12:56:07 -0000 On 2/20/2017 5:48 AM, Qiming Yang wrote: > These macros are left by history and useless now. > > Signed-off-by: Qiming Yang Applied to dpdk-next-net/master, thanks.