From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH 2/2] kni: remove unnecessary ethtool files Date: Wed, 5 Oct 2016 09:58:44 +0100 Message-ID: <28679b7e-7005-6d3e-4c1c-0f962f1eacbf@intel.com> References: <20160930101030.1178-1-ferruh.yigit@intel.com> <20160930101030.1178-2-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Ferruh Yigit , dev@dpdk.org 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) In-Reply-To: <20160930101030.1178-2-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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