From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 29D002B9C for ; Tue, 3 Jan 2017 14:23:42 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP; 03 Jan 2017 05:23:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,451,1477983600"; d="scan'208";a="48782967" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga005.jf.intel.com with ESMTP; 03 Jan 2017 05:23:38 -0800 To: Jerin Jacob , dev@dpdk.org References: <1482833398-30145-1-git-send-email-jerin.jacob@caviumnetworks.com> Cc: konstantin.ananyev@intel.com, helin.zhang@intel.com, thomas.monjalon@6wind.com From: Ferruh Yigit Message-ID: <46cd695f-f3b2-565c-fa38-f3f4b0c0c994@intel.com> Date: Tue, 3 Jan 2017 13:23:37 +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: <1482833398-30145-1-git-send-email-jerin.jacob@caviumnetworks.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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 13:23:43 -0000 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