From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clarylin L Subject: [igb_uio] ethtool: Operation not supported Date: Thu, 13 Aug 2015 17:47:24 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: dev@dpdk.org Return-path: Received: from mail-lb0-f172.google.com (mail-lb0-f172.google.com [209.85.217.172]) by dpdk.org (Postfix) with ESMTP id 6CC578D9D for ; Fri, 14 Aug 2015 02:47:25 +0200 (CEST) Received: by lbcbn3 with SMTP id bn3so36456542lbc.2 for ; Thu, 13 Aug 2015 17:47:25 -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" I am running dpdk in KVM-based virtual machine. Two ports were bound to igb_uio driver and KNI generated two ports vEth0 and vEth1. I was trying to use ethtool to get information of these two ports, but failed to do so. It reported "Operation not supported". How to address this issue? Thanks