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 CBC892C6E for ; Wed, 5 Apr 2017 15:09:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491397783; x=1522933783; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=a17TCMN0H/ucoR5qXCjopughuvJXRB2m+/d1wUFxe4s=; b=BKNlPSrYaJUuVvnxsicy69dj5+1AjCWZmEqjJ3XZLrTisMnyATHJvbbZ zxNeFaXVBGmtvNT3NPFOKGxgzdccdQ==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Apr 2017 06:09:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,278,1486454400"; d="scan'208";a="842216776" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by FMSMGA003.fm.intel.com with ESMTP; 05 Apr 2017 06:09:39 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by irsmsx105.ger.corp.intel.com (163.33.3.28) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 5 Apr 2017 14:09:38 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by irsmsx112.ger.corp.intel.com ([169.254.1.61]) with mapi id 14.03.0319.002; Wed, 5 Apr 2017 14:09:38 +0100 From: "Mcnamara, John" To: Jens Freimann , "maxime.coquelin@redhat.com" CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc: add missing step in PVP reference benchmark howto Thread-Index: AQHSrggpARPjXPzHz0OHYSj+oFl226G2v4uw Date: Wed, 5 Apr 2017 13:09:37 +0000 Message-ID: References: <20170405122833.3385-1-jfreiman@redhat.com> In-Reply-To: <20170405122833.3385-1-jfreiman@redhat.com> 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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWFlM2M0NjEtY2RmOC00ZDI2LWJiODktNDEzMmE0NGIyMGU0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNS45LjYuNiIsIlRydXN0ZWRMYWJlbEhhc2giOiJLTWxWY2pDWW5lMWVIZ0ZQdTZKMmV3YVwvYlpRRXhjQzVrYTgxaHlzMDVrVT0ifQ== dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: add missing step in PVP reference benchmark howto 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: Wed, 05 Apr 2017 13:09:44 -0000 > -----Original Message----- > From: Jens Freimann [mailto:jfreiman@redhat.com] > Sent: Wednesday, April 5, 2017 1:29 PM > To: maxime.coquelin@redhat.com > Cc: Mcnamara, John ; dev@dpdk.org > Subject: [PATCH] doc: add missing step in PVP reference benchmark howto >=20 > After we configure QEMU we also need to call 'make' to build the binary. > This step is currently missing in the description and this patch fixes it= . >=20 > Signed-off-by: Jens Freimann Thanks for the catch. Acked-by: John McNamara