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 5A5581094 for ; Tue, 3 Jan 2017 16:44:07 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 03 Jan 2017 07:44:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,455,1477983600"; d="scan'208";a="25624725" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga002.jf.intel.com with ESMTP; 03 Jan 2017 07:44:04 -0800 To: Jerin Jacob , dev@dpdk.org References: <1482833398-30145-1-git-send-email-jerin.jacob@caviumnetworks.com> <46cd695f-f3b2-565c-fa38-f3f4b0c0c994@intel.com> Cc: konstantin.ananyev@intel.com, helin.zhang@intel.com, thomas.monjalon@6wind.com From: Ferruh Yigit Message-ID: <6280f19c-81ff-b775-45aa-351061d46acd@intel.com> Date: Tue, 3 Jan 2017 15:44:04 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <46cd695f-f3b2-565c-fa38-f3f4b0c0c994@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] net/ixgbe: remove unused global variable 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, 03 Jan 2017 15:44:07 -0000 On 1/3/2017 1:23 PM, Ferruh Yigit wrote: > On 12/27/2016 10:09 AM, Jerin Jacob wrote: >> Removed unused "reg_info" global variable from ixgbe driver. >> >> cat build/app/testpmd.map | grep "Allocating common symbols" -A 15 >> Allocating common symbols >> Common symbol size file >> reg_info 0x18 build/lib/librte_pmd_ixgbe.a(ixgbe_ethdev.o) >> >> Signed-off-by: Jerin Jacob > > Acked-by: Ferruh Yigit > Applied to dpdk-next-net/master, thanks.