From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qg0-f42.google.com (mail-qg0-f42.google.com [209.85.192.42]) by dpdk.org (Postfix) with ESMTP id 99177B0AC for ; Mon, 2 Jun 2014 22:18:27 +0200 (CEST) Received: by mail-qg0-f42.google.com with SMTP id q107so11840843qgd.29 for ; Mon, 02 Jun 2014 13:18:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=Je43Fs7xsU061tXHSFtafbMQyU85napXQL9TSY5D8QI=; b=B6APywWtsw6r4Wp7qnHNHvcsWrJX2YWcQGoMUPGcRA3pAgV/CjrKZfTbxFDlTPBSxU b/ZSlc4ahnngBhye6d0NjciB6ss14O6+fI2hvxZ23tGXvxoD/qSyj3wnF3kBfXr6iNFK zFhyx7GhReNLJhWPcqTQGZkifoQK7JHcUKEnJd64HMsBNIu772m6pPfPsEnTa7VX/wmf 2XrTh+w52exrzl6TpRoxt9JvLc1I+iV0xJPx5vLinTKrymCgUSH4pgQD3SXx4MQgj0lN 3+xlI3VMN+YfjI0qohtcNAtgkYUxhDs3TAkMmEfOvHGKt2E1btdNnwJvA4KgaAxzp9Nc LSMA== MIME-Version: 1.0 X-Received: by 10.224.25.133 with SMTP id z5mr53927936qab.97.1401740320184; Mon, 02 Jun 2014 13:18:40 -0700 (PDT) Sender: hyunseok.chang@gmail.com Received: by 10.140.101.195 with HTTP; Mon, 2 Jun 2014 13:18:40 -0700 (PDT) In-Reply-To: <5D695A7F6F10504DBD9B9187395A21797D0CF42B@ORSMSX112.amr.corp.intel.com> References: <5D695A7F6F10504DBD9B9187395A21797D0CF42B@ORSMSX112.amr.corp.intel.com> Date: Mon, 2 Jun 2014 16:18:40 -0400 X-Google-Sender-Auth: gB6LNyoH_TKDZ7-gnvTiVAOR38M Message-ID: From: HS To: "Jayakumar, Muthurajan" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Ethtool support in DPDK pmd X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: hyunseok@ieee.org List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 20:18:27 -0000 Thanks for your reply. Sure KNI can offer ethtool interface. But suppose I am already running a DPDK application on a physical port, but at the same time I want to control the port with ethtool like interface. How could I do that? -hs On Mon, Jun 2, 2014 at 12:37 PM, Jayakumar, Muthurajan < muthurajan.jayakumar@intel.com> wrote: > Please refer KNI - the support for ethtool e.g., > lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c > > > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of HS > Sent: Monday, June 02, 2014 9:32 AM > To: dev@dpdk.org > Subject: [dpdk-dev] Ethtool support in DPDK pmd > > Hi, > > Just thought it would be useful to add ethtool support for poll mode > driver, so we could control/check various hardware features on demand. Do > you guys have any plan for this? > > Thanks, > -hs >