From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41])
 by dpdk.org (Postfix) with ESMTP id EB3E15595
 for <dev@dpdk.org>; Thu, 25 Aug 2016 12:19:02 +0200 (CEST)
Received: by mail-wm0-f41.google.com with SMTP id q128so232626958wma.1
 for <dev@dpdk.org>; Thu, 25 Aug 2016 03:19:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=date:from:to:cc:subject:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=bqOg9/u7jZyTjKnwYFHHHXfpoj10MDHZLwJr/FGh69k=;
 b=sIo2e4ss0HScoep+RFqVCatkxBXP27pD6f+Spdguflkb7HNegy7zM/+MkZiG/z7+79
 blQWHZPwnb9Kr0Bk3mcodBtP9kobULHe4pmhPRnB+6l2yzbqwZgeMxc9YhuGbky+aUTg
 3uSiUqTyQ/HVqDhqFnONq6VA71OJpcJ561lmVG7+0ZGtxwJ7+dsT+3cQUeN/DPZ+DvIA
 sDujs1YEFjyBKdS5nmgb7FRs32cWeX6ccsu/TyxaE5WRsmKxcZqW18Zjd7FWThoWABV1
 2BxfvCYWbDEJ7Zi3YM/2qNLMv4s5GzustLQRCEdhDygkPxjHXJP5FZ3gj1bPPVaE2AVM
 Ngag==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:date:from:to:cc:subject:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=bqOg9/u7jZyTjKnwYFHHHXfpoj10MDHZLwJr/FGh69k=;
 b=KAbyv58KLXLyg5ZpEszO3N3s9GhMxVwHb1qeOKEZCy5n0V64tEb0/ZdjZLBylrEI1y
 PbaP+gjvEaD1Dw8sXqS+Hl1oxMXFzvdZenXRmMOFUI8yoLnhpKPUpF2kf4xdIrRBa5ui
 fx0/PA0O/fS3r+SHu66dh2M7pSyxGIr/IWrMymvbN11uNc/QWdNr7IG3zfjaxqpAeZwY
 F08OdPBoa43GMOIfcXBRj2jOytmtVdADxAuiAajt6gnp6JICsZ34ybVfiLitwsuqKWXM
 BRrxarswhsaY1hyyudUfUJhf1eObeUBOqRPglPRlFmkUHNslLIKIDPC1g96omeFbdtAF
 s6Og==
X-Gm-Message-State: AEkoouv6JNEbVSX2Ij5Skd8UENmvSKbpesOPXbGuwxaGDMk10lbiPgJIrh6BqzH0vCde+ywn
X-Received: by 10.28.185.202 with SMTP id j193mr28183903wmf.78.1472120342634; 
 Thu, 25 Aug 2016 03:19:02 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id pm1sm14362813wjb.40.2016.08.25.03.19.01
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 25 Aug 2016 03:19:01 -0700 (PDT)
Date: Thu, 25 Aug 2016 03:19:01 -0700 (PDT)
X-Google-Original-Date: Thu, 25 Aug 2016 12:19 +0200
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Mcnamara, John" <john.mcnamara@intel.com>
Cc: dev@dpdk.org, souvikdey33 <sodey@sonusnet.com>,
 "nhorman@tuxdriver.com" <nhorman@tuxdriver.com>
Message-ID: <11339188.auETHcxgHT@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <B27915DBBA3421428155699D51E4CFE2025D3828@IRSMSX103.ger.corp.intel.com>
References: <20160825022546.96468-1-sodey@sonusnet.com>
 <B27915DBBA3421428155699D51E4CFE2025D3828@IRSMSX103.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v1] dpdk-devbind.py: Virtio interface issue.
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 25 Aug 2016 10:19:03 -0000

2016-08-25 09:51, Mcnamara, John:
> The word fix on the command line normally means you should add a "Fixes" line
> to the body but in this case the issue was probably always there (or at least
> since virtio support was added) so you can probably omit it.

Even if it has always been there, we need to know the commit origin.
The "Fixes:" line makes things clear and helps when backporting.
Thanks