From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gopakumar Choorakkot Edakkunni Subject: Re: ethtool doesnt work on some interface after unbinding dpdk Date: Fri, 29 Apr 2016 18:23:37 -0700 Message-ID: References: <570F4383.7040003@intel.com> <57109D32.70506@intel.com> <5714B219.7080202@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: dev@dpdk.org To: Remy Horton Return-path: Received: from mail-io0-f173.google.com (mail-io0-f173.google.com [209.85.223.173]) by dpdk.org (Postfix) with ESMTP id 1A5FB530C for ; Sat, 30 Apr 2016 03:23:38 +0200 (CEST) Received: by mail-io0-f173.google.com with SMTP id 190so118441305iow.1 for ; Fri, 29 Apr 2016 18:23:38 -0700 (PDT) In-Reply-To: <5714B219.7080202@intel.com> 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" Just to update this thread. With power management for IGB disabled, this problem is not seen .. So for now thats the "workaround" Rgds, Gopa. On Mon, Apr 18, 2016 at 3:08 AM, Remy Horton wrote: > > On 15/04/2016 23:56, Gopakumar Choorakkot Edakkunni wrote: > >> This time the problem statement is more narrowed down. >> >> 1. dpdk is enabled on the interface, interfaces bound to igb_uio >> 3. kill the process using dpdk >> 3. rmmod rte_kni >> 4. rmmod igb_uio >> 5. bind interface to igb >> 6. ethtool, ifconfig up/down etc.. works for approximately 30 seconds, >> and then stops working >> > > Hmm.. can you try that but with rte_kni left out completely? KNI hooks > into the Linux network stack and think it at the least needs eliminating as > a casual factor. Can you also try using uio_pci_generic rather than igb_uio? > > Those aside, I'm suspecting driver issues, so seeing if I can get one of > the driver test guys to have a look at this.. > > > Regards, > > ..Remy >