From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=rEQPb7x5BX14JZwkhBtk5HBE8jl0ldOhz5F4evYs8f0=; b=PRt78hwyBPp86ZXU/p1EOqr8P/Zu5DE/NIxtnXXlnxIg5ZVDga2wFyo3tLezxzxTDO 5nXGXmFrpzw/P0dAghpS70yPOWHXOSqJJUdP+oBnRAHuXpX54ffcOC3DoXwfAaSv4ing jPgVsIGMydZGKCGJceYcKa4kQuAOitr/z17RiPEff+RBX1IOmeFP3U9CKCLj10f8fs2h tZQukgR9ccl3O43ZOY7An3Ctv7iL85zkCQNZt0yEHwZ/NFo1mXRXP/uTdMDcIhl+aU2F Op6f61qFOvUa4HNHL4vqGy2jAaJBNskWhTX7FLlLfrS6t9teQBEQkZjmufYEH6XzRMST iDDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=rEQPb7x5BX14JZwkhBtk5HBE8jl0ldOhz5F4evYs8f0=; b=SvcIqPSW9cOZqMWtRQuOsJKLtDKOSSJeg/esqM2hRCXlgjwiieHUkLgpdK0WeF8eij PW45N72KXTgquGdpNaiaJUDRK78vxbEeKCQJLXA83FYDJT8Zbj9vkkBir2bxm6RZYELv 4RppAnu61FsU3nawZr4OD+meVAUeUWYN8aRTInEAbmnE2vsqQ3O6fDUy5dQSOpeER0Nw bcppbq6Ziepie8qpM0xN/mInD9CNrkwg1PpZCg+3e/OsB5l1qsELYyXsT7iW4uPCUIR9 wQzg6XJCz83rCmHksMohhflF5ewWN3lt5xK55+xYks+U7KuuaMG+07xQVPLXL3ecWADq eS+A== X-Gm-Message-State: AOPr4FWouDN0DwGiR/WylT1OS+94bVO2Q9OsOFIOXfX6dL/fGc+tyfwQ4AVNHLAiL31ujKaHR+4NAvTw3xFX3A== MIME-Version: 1.0 X-Received: by 10.50.50.177 with SMTP id d17mr10498334igo.72.1460558924723; Wed, 13 Apr 2016 07:48:44 -0700 (PDT) Received: by 10.36.9.137 with HTTP; Wed, 13 Apr 2016 07:48:44 -0700 (PDT) Date: Wed, 13 Apr 2016 07:48:44 -0700 Message-ID: From: Gopakumar Choorakkot Edakkunni To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [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: Wed, 13 Apr 2016 14:48:45 -0000 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.