From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7DCEB5589 for ; Thu, 25 Aug 2016 12:27:26 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 25 Aug 2016 03:27:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,575,1464678000"; d="scan'208";a="160748426" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga004.fm.intel.com with ESMTP; 25 Aug 2016 03:27:25 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.204]) by IRSMSX107.ger.corp.intel.com ([169.254.10.204]) with mapi id 14.03.0248.002; Thu, 25 Aug 2016 11:27:23 +0100 From: "Mcnamara, John" To: Thomas Monjalon CC: "dev@dpdk.org" , souvikdey33 , "nhorman@tuxdriver.com" Thread-Topic: [dpdk-dev] [PATCH v1] dpdk-devbind.py: Virtio interface issue. Thread-Index: AQHR/ngeGndZGSeU0k6WZg29Av3v16BZaofg///794CAABLCoA== Date: Thu, 25 Aug 2016 10:27:23 +0000 Message-ID: References: <20160825022546.96468-1-sodey@sonusnet.com> <11339188.auETHcxgHT@xps13> In-Reply-To: <11339188.auETHcxgHT@xps13> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmM0ODU2NWItZDYxNC00MzVlLThiZjEtNDI2YmIzMzZhN2JiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNS45LjYuNiIsIlRydXN0ZWRMYWJlbEhhc2giOiJnN1lvVXFMXC9KZ0I2S1djXC9pdktPV2ZuMDM3T2xEbnBxc0xkMXFOa2FNWnc9In0= x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2016 10:27:26 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, August 25, 2016 11:19 AM > To: Mcnamara, John > Cc: dev@dpdk.org; souvikdey33 ; nhorman@tuxdriver.com > Subject: Re: [dpdk-dev] [PATCH v1] dpdk-devbind.py: Virtio interface > issue. >=20 > 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. >=20 > 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 In that case the fixline should be: Fixes: 629395b063e8 ("igb_uio: remove PCI id table") John