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: Mon, 18 Apr 2016 11:08:25 +0100 Message-ID: <5714B219.7080202@intel.com> References: <570F4383.7040003@intel.com> <57109D32.70506@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Gopakumar Choorakkot Edakkunni 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) 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" 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