[dpdk-dev] [PATCH] doc: introduce PVP reference benchmark

2016-11-29 Thread Yuanhan Liu
On Thu, Nov 24, 2016 at 08:35:51AM +0100, Maxime Coquelin wrote: > > > On 11/24/2016 06:07 AM, Yuanhan Liu wrote: > >First of all, thanks for the doc! It's a great one. > Thanks. > I would be interested to know if you have other tuning I don't mention > in this doc. I was thinking we may need

[dpdk-dev] [PATCH] doc: introduce PVP reference benchmark

2016-11-29 Thread Maxime Coquelin
Hi Yuanhan, On 11/29/2016 11:16 AM, Yuanhan Liu wrote: > On Thu, Nov 24, 2016 at 08:35:51AM +0100, Maxime Coquelin wrote: >> >> >> On 11/24/2016 06:07 AM, Yuanhan Liu wrote: >>> First of all, thanks for the doc! It's a great one. >> Thanks. >> I would be interested to know if you have other

[dpdk-dev] [PATCH] doc: introduce PVP reference benchmark

2016-11-28 Thread Thomas Monjalon
2016-11-28 15:02, Maxime Coquelin: > > On 11/28/2016 12:22 PM, Thomas Monjalon wrote: > > 2016-11-23 22:00, Maxime Coquelin: > >> +You can use this qmp-vcpu-pin script to pin vCPUs: > >> + > >> + .. code-block:: python > >> + > >> +#!/usr/bin/python > >> +# QEMU vCPU pinning tool > >> +

[dpdk-dev] [PATCH] doc: introduce PVP reference benchmark

2016-11-28 Thread Maxime Coquelin
On 11/28/2016 12:22 PM, Thomas Monjalon wrote: > 2016-11-23 22:00, Maxime Coquelin: >> +You can use this qmp-vcpu-pin script to pin vCPUs: >> + >> + .. code-block:: python >> + >> +#!/usr/bin/python >> +# QEMU vCPU pinning tool >> +# >> +# Copyright (C) 2016 Red Hat Inc. >> +

[dpdk-dev] [PATCH] doc: introduce PVP reference benchmark

2016-11-28 Thread Thomas Monjalon
2016-11-23 22:00, Maxime Coquelin: > +You can use this qmp-vcpu-pin script to pin vCPUs: > + > + .. code-block:: python > + > +#!/usr/bin/python > +# QEMU vCPU pinning tool > +# > +# Copyright (C) 2016 Red Hat Inc. > +# > +# Authors: > +# Maxime Coquelin > +# >

[dpdk-dev] [PATCH] doc: introduce PVP reference benchmark

2016-11-25 Thread Maxime Coquelin
Hi John, On 11/24/2016 06:38 PM, Mcnamara, John wrote: >> -Original Message- >> From: Maxime Coquelin [mailto:maxime.coquelin at redhat.com] >> Sent: Wednesday, November 23, 2016 9:00 PM >> To: yuanhan.liu at linux.intel.com; thomas.monjalon at 6wind.com; Mcnamara, >> John >> ; Yang,

[dpdk-dev] [PATCH] doc: introduce PVP reference benchmark

2016-11-24 Thread Mcnamara, John
> -Original Message- > From: Maxime Coquelin [mailto:maxime.coquelin at redhat.com] > Sent: Wednesday, November 23, 2016 9:00 PM > To: yuanhan.liu at linux.intel.com; thomas.monjalon at 6wind.com; Mcnamara, > John > ; Yang, Zhiyong ; > dev at dpdk.org > Cc: fbaudin at redhat.com; Maxime

[dpdk-dev] [PATCH] doc: introduce PVP reference benchmark

2016-11-24 Thread Maxime Coquelin
On 11/24/2016 12:58 PM, Kevin Traynor wrote: > On 11/23/2016 09:00 PM, Maxime Coquelin wrote: >> Having reference benchmarks is important in order to obtain >> reproducible performance figures. >> >> This patch describes required steps to configure a PVP setup >> using testpmd in both host and

[dpdk-dev] [PATCH] doc: introduce PVP reference benchmark

2016-11-24 Thread Yuanhan Liu
First of all, thanks for the doc! It's a great one. On Wed, Nov 23, 2016 at 10:00:06PM +0100, Maxime Coquelin wrote: > +Qemu build > +~~ > + > + .. code-block:: console > + > +git clone git://dpdk.org/dpdk > +cd dpdk > +export RTE_SDK=$PWD > +make install

[dpdk-dev] [PATCH] doc: introduce PVP reference benchmark

2016-11-24 Thread Kevin Traynor
On 11/23/2016 09:00 PM, Maxime Coquelin wrote: > Having reference benchmarks is important in order to obtain > reproducible performance figures. > > This patch describes required steps to configure a PVP setup > using testpmd in both host and guest. > > Not relying on external vSwitch ease

[dpdk-dev] [PATCH] doc: introduce PVP reference benchmark

2016-11-24 Thread Maxime Coquelin
On 11/24/2016 06:07 AM, Yuanhan Liu wrote: > First of all, thanks for the doc! It's a great one. Thanks. I would be interested to know if you have other tuning I don't mention in this doc. > > On Wed, Nov 23, 2016 at 10:00:06PM +0100, Maxime Coquelin wrote: >> +Qemu build >> +~~ >> + >>