From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 6EB7E5917 for ; Tue, 28 Oct 2014 10:53:33 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 28 Oct 2014 03:01:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="407173794" Received: from bricha3-mobl.ger.corp.intel.com (HELO bricha3-mobl.ir.intel.com) ([10.243.20.25]) by FMSMGA003.fm.intel.com with SMTP; 28 Oct 2014 02:53:53 -0700 Received: by bricha3-mobl.ir.intel.com (sSMTP sendmail emulation); Tue, 28 Oct 2014 10:01:53 +0100 Date: Tue, 28 Oct 2014 10:01:53 +0000 From: Bruce Richardson To: Kevin Wilson Message-ID: <20141028100153.GA12148@BRICHA3-MOBL> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] ethtool and igb/ixgbe (kni) 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: Tue, 28 Oct 2014 09:53:36 -0000 On Mon, Oct 27, 2014 at 07:49:03PM +0200, Kevin Wilson wrote: > Poke! > Can anybody advice about this question ? > Kevin > > On Fri, Oct 24, 2014 at 12:54 PM, Kevin Wilson wrote: > > Hi, > > > > I am looking in the file hierarchy of dpdk, and I see that under > > /dpdk-1.7.1/lib/librte_eal/linuxapp/kni/ethtool > > we have: > > igb ixgbe README > > > > My question is: why the igb and ixgbe are on this path, under ethtool > > ? are they related > > to ethtool in any way ? > > > > > > The README does not explain it. > > > > Regards, > > Kevin The code for igb and ixgbe are under that path to allow the kernel net devs created by the KNI to have ethtool support for manipulating the underlying NIC. /Bruce