From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: ethtool doesnt work on some interface after unbinding dpdk Date: Thu, 14 Apr 2016 08:15:15 +0100 Message-ID: <570F4383.7040003@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Gopakumar Choorakkot Edakkunni , dev@dpdk.org 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) In-Reply-To: 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" 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