From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 879411396 for ; Fri, 15 Apr 2016 09:50:26 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 15 Apr 2016 00:50:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,486,1455004800"; d="scan'208";a="686659026" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.228.84]) ([163.33.228.84]) by FMSMGA003.fm.intel.com with ESMTP; 15 Apr 2016 00:50:10 -0700 Message-ID: <57109D32.70506@intel.com> Date: Fri, 15 Apr 2016 08:50:10 +0100 From: Remy Horton Organization: Intel Shannon Limited User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Gopakumar Choorakkot Edakkunni CC: dev@dpdk.org References: <570F4383.7040003@intel.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] ethtool doesnt work on some interface after unbinding dpdk 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: Fri, 15 Apr 2016 07:50:26 -0000 On 14/04/2016 20:25, Gopakumar Choorakkot Edakkunni wrote: [..] > ge8-----> 06:00.0 Ethernet controller: Intel Corporation 82576 Gigabit > Network Connection (rev 01) > > root:~# ls /sys/class/net/ge8/device/driver/module/drivers/ > pci:igb > root:~# > > root:~# ethtool ge8 > Settings for ge8: > Cannot get device settings: No such device > Cannot get wake-on-lan settings: No such device > Cannot get message level: No such device > Cannot get link status: No such device > No data available Seems a little odd. Does dmesg show anything related to igb/ixgbe when you try this? ..Remy