From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] kni: remove unnecessary ethtool files Date: Wed, 05 Oct 2016 15:45:52 +0200 Message-ID: <4379682.7FKqMqKq8R@xps13> References: <20160930101030.1178-1-ferruh.yigit@intel.com> <20160930101030.1178-2-ferruh.yigit@intel.com> <28679b7e-7005-6d3e-4c1c-0f962f1eacbf@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Remy Horton To: Ferruh Yigit Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 548E72B98 for ; Wed, 5 Oct 2016 15:45:56 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id b201so210677425wmb.0 for ; Wed, 05 Oct 2016 06:45:56 -0700 (PDT) In-Reply-To: <28679b7e-7005-6d3e-4c1c-0f962f1eacbf@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" 2016-10-05 09:58, Remy Horton: > > 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 Applied, thanks