From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 57993A052B;
	Tue, 28 Jul 2020 12:12:48 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id C31F5F04;
	Tue, 28 Jul 2020 12:12:47 +0200 (CEST)
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id 37231E07
 for <dev@dpdk.org>; Tue, 28 Jul 2020 12:12:46 +0200 (CEST)
IronPort-SDR: cU2vDNnmSbWm7TUVIL2Wa6LJXqOTw0HmrEHKAh5W36bYQdaNQhxdSKRr/v/JYw0qBwgZxAbCB4
 wdsjLiNZJRvA==
X-IronPort-AV: E=McAfee;i="6000,8403,9695"; a="151168571"
X-IronPort-AV: E=Sophos;i="5.75,406,1589266800"; d="scan'208";a="151168571"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 28 Jul 2020 03:12:45 -0700
IronPort-SDR: 5z5eA3FwxjP0HPvaLx7Ee8rkagqLkUtgbMbgDarSJcnWuHHeC1S3d82Z7NdCEQZJ8OkMUyyk3P
 CQekjyMtrVBw==
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.75,406,1589266800"; d="scan'208";a="286105947"
Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.213.196.108])
 ([10.213.196.108])
 by orsmga003.jf.intel.com with ESMTP; 28 Jul 2020 03:12:44 -0700
To: Bruce Richardson <bruce.richardson@intel.com>, thomas@monjalon.net
Cc: dev@dpdk.org
References: <20200727134427.29896-1-bruce.richardson@intel.com>
From: "Burakov, Anatoly" <anatoly.burakov@intel.com>
Message-ID: <c8d3a60a-8ead-9a58-a60e-9c43236716d3@intel.com>
Date: Tue, 28 Jul 2020 11:12:43 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101
 Thunderbird/68.10.0
MIME-Version: 1.0
In-Reply-To: <20200727134427.29896-1-bruce.richardson@intel.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH 20.11] usertools/dpdk-devbind: hide "if"
 value for non-network devs
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

On 27-Jul-20 2:44 PM, Bruce Richardson wrote:
> The "if", or interface, field in the status display of dpdk-devbind is only
> relevant for network interfaces, so don't display it for other device
> types.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> ---

We should probably get away from using legacy string formatting with % 
operator, but that's out of scope here :)

Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>

-- 
Thanks,
Anatoly