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 85EF71396 for ; Mon, 18 Apr 2016 12:08:42 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 18 Apr 2016 03:08:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,501,1455004800"; d="scan'208";a="957259907" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.230.34]) ([163.33.230.34]) by orsmga002.jf.intel.com with ESMTP; 18 Apr 2016 03:08:26 -0700 Message-ID: <5714B219.7080202@intel.com> Date: Mon, 18 Apr 2016 11:08:25 +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> <57109D32.70506@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: Mon, 18 Apr 2016 10:08:43 -0000 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