From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gopakumar Choorakkot Edakkunni Subject: ethtool doesnt work on some interface after unbinding dpdk Date: Wed, 13 Apr 2016 07:48:44 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: dev@dpdk.org Return-path: Received: from mail-ig0-f177.google.com (mail-ig0-f177.google.com [209.85.213.177]) by dpdk.org (Postfix) with ESMTP id 4607B37A0 for ; Wed, 13 Apr 2016 16:48:45 +0200 (CEST) Received: by mail-ig0-f177.google.com with SMTP id g8so60590398igr.0 for ; Wed, 13 Apr 2016 07:48:45 -0700 (PDT) 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" All, I have a Xeon machine with linux kernel 3.14 and dpdk 2.0, I have 6 ports of which 4 are igb and 2 are ixgbe drivers .. I use the python script in the dpdk distribution to bind and unbind the ports. I unbind them from linux and bind to igb_uio, dpdk works just fine, 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 Rgds, Gopa.