From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C0EEB7EF0 for ; Wed, 5 Oct 2016 10:58:46 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 05 Oct 2016 01:58:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,448,1473145200"; d="scan'208";a="16831929" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.230.32]) ([163.33.230.32]) by orsmga004.jf.intel.com with ESMTP; 05 Oct 2016 01:58:45 -0700 To: Ferruh Yigit , dev@dpdk.org References: <20160930101030.1178-1-ferruh.yigit@intel.com> <20160930101030.1178-2-ferruh.yigit@intel.com> From: Remy Horton Organization: Intel Shannon Limited Message-ID: <28679b7e-7005-6d3e-4c1c-0f962f1eacbf@intel.com> Date: Wed, 5 Oct 2016 09:58:44 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <20160930101030.1178-2-ferruh.yigit@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/2] kni: remove unnecessary ethtool files 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: Wed, 05 Oct 2016 08:58:47 -0000 On 30/09/2016 11:10, Ferruh Yigit wrote: > Signed-off-by: Ferruh Yigit > --- > lib/librte_eal/linuxapp/kni/Makefile | 3 - > .../linuxapp/kni/ethtool/igb/igb_debugfs.c | 28 -- > .../linuxapp/kni/ethtool/igb/igb_hwmon.c | 260 --------------- > .../linuxapp/kni/ethtool/igb/igb_procfs.c | 363 --------------------- > 4 files changed, 654 deletions(-) > delete mode 100644 lib/librte_eal/linuxapp/kni/ethtool/igb/igb_debugfs.c > delete mode 100644 lib/librte_eal/linuxapp/kni/ethtool/igb/igb_hwmon.c > delete mode 100644 lib/librte_eal/linuxapp/kni/ethtool/igb/igb_procfs.c Acked-by: Remy Horton