From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH 1/2] kni: remove unused ethtool files Date: Wed, 5 Oct 2016 09:58:40 +0100 Message-ID: <2dc64eab-986c-3d95-3388-18620feb2c6b@intel.com> References: <20160930101030.1178-1-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 8BC4B2B8D for ; Wed, 5 Oct 2016 10:58:42 +0200 (CEST) In-Reply-To: <20160930101030.1178-1-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 | 2 - > lib/librte_eal/linuxapp/kni/ethtool/igb/igb_ptp.c | 944 ------------- > lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.c | 1482 -------------------- > .../linuxapp/kni/ethtool/igb/kcompat_ethtool.c | 1171 ---------------- > .../linuxapp/kni/ethtool/ixgbe/ixgbe_sriov.h | 73 - > 5 files changed, 3672 deletions(-) > delete mode 100644 lib/librte_eal/linuxapp/kni/ethtool/igb/igb_ptp.c > delete mode 100644 lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.c > delete mode 100644 lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat_ethtool.c > delete mode 100644 lib/librte_eal/linuxapp/kni/ethtool/ixgbe/ixgbe_sriov.h Acked-by: Remy Horton