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 8BC4B2B8D for ; Wed, 5 Oct 2016 10:58:42 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 05 Oct 2016 01:58:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,448,1473145200"; d="scan'208";a="16831906" 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:40 -0700 To: Ferruh Yigit , dev@dpdk.org References: <20160930101030.1178-1-ferruh.yigit@intel.com> From: Remy Horton Organization: Intel Shannon Limited Message-ID: <2dc64eab-986c-3d95-3388-18620feb2c6b@intel.com> Date: Wed, 5 Oct 2016 09:58:40 +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-1-ferruh.yigit@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] kni: remove unused 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:43 -0000 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