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 5D239214A for ; Thu, 14 Apr 2016 09:15:18 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 14 Apr 2016 00:15:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,483,1455004800"; d="scan'208";a="944897324" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.228.84]) ([163.33.228.84]) by fmsmga001.fm.intel.com with ESMTP; 14 Apr 2016 00:15:17 -0700 Message-ID: <570F4383.7040003@intel.com> Date: Thu, 14 Apr 2016 08:15:15 +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 , dev@dpdk.org References: 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: Thu, 14 Apr 2016 07:15:18 -0000 Morning, On 13/04/2016 15:48, Gopakumar Choorakkot Edakkunni wrote: [..] > then after a while I > unbind from igb_uio and bind them back to igb/ixgbe. At this point, one of > the 4 igb ports (random) stops responding to ethtool, ethtool bails out > with some error. But otherwise the interface seems to work fine, it has a > linux interface created and pops up in /sys/class/net etc.. Has anyone seen > this before ? I thought of checking before starting to debug this further Can you give details of the error? If you were you unbinding from igb_uio while examples/ethtool was still running it likley caused something to trip up, as at least DPDK ethtool itself was not made with run-time unbinding in mind. Regards, ..Remy