From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f43.google.com (mail-lf0-f43.google.com [209.85.215.43]) by dpdk.org (Postfix) with ESMTP id 39C302A6C for ; Wed, 5 Apr 2017 15:23:49 +0200 (CEST) Received: by mail-lf0-f43.google.com with SMTP id z15so8084620lfd.1 for ; Wed, 05 Apr 2017 06:23:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=+uC3TOpuk7gmKVq5zIoq7P12ZSNMH3qcix+kR37gjK4=; b=dftNVuGXIBFIHW2vwAgzBCQ6fHHNdVQOuGDXA6dEGt9V9oynH8Gng2GS1cOv/WBFu4 xn4c3x2tw0uLZS9mAGd/oTQmU5Ac8jCB8IfNBvGdQSBlDZrRpD94uIcAhLqH+5cT7ts0 50uL5LMRxyCqXtioW81F008pPF2cExr2kQLKKIEeJrUrXk9Ty3/l0RCmlNzQaXlXoqLD dt6YofbVnMKBzQqUpyCnxFSsOxZ2pqEyP+cakAnjkCkjIuH6ADjzMpHL5UjBDvNv/+/n 14QwKIbEY/ODZTRs6xILM9DG18XWhv925cPVodyQZ1zOlcFcqVwLh5fqAHl+Iw7TxgEw R+Gg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=+uC3TOpuk7gmKVq5zIoq7P12ZSNMH3qcix+kR37gjK4=; b=O6dx6Tb/Mj8JXofkW4X4UheAWmRuHVhHPMpPwUKj9+py4TxgAJLoZ0ivDFWEAHGqdB 364W6VKb5nWX9cxPAUxlfAmWh1G+BGViiFbmd/GRXrR4eNF5sMsyPb3s13auNDPnpGze 2wYz6a7uWRw4M2+JgUhju1MlDfw1ib/ZVisGHVp9A20o4M22BW/VrGa5QJ3BpAuOF/Zv oRtss+PH1Q7xyzG5vOo0Si4l/Ba4I63xjjYnjDzYAJ8JOIvqYaQAJjlPn1ud2onqk4BU gDLECTl+8f06A69VpkvYpfG0E4Ha2zRjVKN/WEQa+GMkGd6Jk8y/t2JbhwI5r6bxzGMo YfwQ== X-Gm-Message-State: AFeK/H1ba+a/+WOMg59sreEfR6wqZL/4sFRod999slH9rJGzjtoLrZXJ19/Yp4kFT3fKfkIl X-Received: by 10.28.195.214 with SMTP id t205mr18453068wmf.104.1491398628733; Wed, 05 Apr 2017 06:23:48 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id 51sm26313527wrx.38.2017.04.05.06.23.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Apr 2017 06:23:48 -0700 (PDT) From: Thomas Monjalon To: Jens Freimann Cc: dev@dpdk.org, "Mcnamara, John" , "maxime.coquelin@redhat.com" Date: Wed, 05 Apr 2017 15:23:47 +0200 Message-ID: <1491399693.WWpEF9UzBW@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <20170405122833.3385-1-jfreiman@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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:23:49 -0000 2017-04-05 13:09, Mcnamara, John: > From: Jens Freimann [mailto:jfreiman@redhat.com] > > > > 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. > > > > Signed-off-by: Jens Freimann > > > Thanks for the catch. > > Acked-by: John McNamara Applied, thanks