From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] dpdk-devbind.py: Virtio interface issue. Date: Thu, 25 Aug 2016 03:19:01 -0700 (PDT) Message-ID: <11339188.auETHcxgHT@xps13> References: <20160825022546.96468-1-sodey@sonusnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, souvikdey33 , "nhorman@tuxdriver.com" To: "Mcnamara, John" Return-path: 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 ; Thu, 25 Aug 2016 12:19:02 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id q128so232626958wma.1 for ; Thu, 25 Aug 2016 03:19:02 -0700 (PDT) In-Reply-To: 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" 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