From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 3BBB9FAE4 for ; Thu, 9 Feb 2017 22:32:40 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id c85so243782621wmi.1 for ; Thu, 09 Feb 2017 13:32:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=DbwyqHZhIZh4luk0iS4720xS4N/LvDGcydJYznUw/BI=; b=nULDX1l3TsMF6jiKEHnAuf8A4FFI2AhdWYbe7+Gh4hqGt6UekDJ88AIe8vvgAvEKSY v89bIzxpCTZ9SYgS8EshigPlxW0HZIm6+RQ4y6Q7coQtnJCSjNBr40ioomO2jWps9rpt pAbmWSttjbIu0HsgMQ/2ZZiILEfpgw/qcWdsCyiQUoyMvBeVNcdmKfAv6tdXMqd8zJB1 7+dDRnjtlwb10xg+1cPT7zB9yDVWALw5uHYshpn83R3/Vcmon1Sen08XGZQHI5d2d2EH /hE9uIYnu/oEcXExgP4h7YbA/KMxjgR25ogTH8HkUXHpZHX74V3d8c64ZmgE2RcidDkL JXyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=DbwyqHZhIZh4luk0iS4720xS4N/LvDGcydJYznUw/BI=; b=eMam7vLBaQMmwrnAA9beMUdP5g7hs1EWLZBavJLnRzsOTcoytTQlnMO0oFlmo6jh8N uhDyQT/zDs44ja+dLwREDuxGnQLHb+zXxtyQV+MtTcCKsBv3MQ/Ao8e3xc84pijEGxfZ JGl0HwzJ9BM+g4/+2nJj5XpubSSyQz0Vr8hBvSnIUZGWXz2tG7x3CY4f/kLpyMo/n++J f2kaE30S2dosGpD+rR1RESqGQjbpYD6yGIDFErG0CIFUOYWN8M+Ime8YPfjV/RkiyGX9 j2r+69DDH627FWf0rOXQ3uS6nzKcdZbviYzV6Ae/FZ4f9yYnOB/fUXLU18r6MRHccMpv 1llA== X-Gm-Message-State: AMke39m9wyobKugm7Ymozti3YeevLTLkLleDFEcoA2Pxa4bF+Ko+VSGvH6PlKvKr6iN+IROi X-Received: by 10.28.221.7 with SMTP id u7mr23055926wmg.33.1486675960050; Thu, 09 Feb 2017 13:32:40 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id s17sm20472097wrc.6.2017.02.09.13.32.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Feb 2017 13:32:39 -0800 (PST) From: Thomas Monjalon To: Qiming Yang Cc: dev@dpdk.org, ferruh.yigit@intel.com, helin.zhang@intel.com, remy.horton@intel.com Date: Thu, 09 Feb 2017 22:32:38 +0100 Message-ID: <3379779.DletOh8qgq@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1483532295-15460-1-git-send-email-qiming.yang@intel.com> References: <1482843968-6483-1-git-send-email-qiming.yang@intel.com> <1483532295-15460-1-git-send-email-qiming.yang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4] ethtool: dispaly bus information X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 21:32:40 -0000 2017-01-04 20:18, Qiming Yang: > This patch enhances the ethtool example to support to show > bus information, in the same way that the Linux kernel > ethtool does. > > Signed-off-by: Qiming Yang > Acked-by: Remy Horton Applied, thanks