From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2840B2E81 for ; Thu, 27 Nov 2014 17:52:30 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 27 Nov 2014 08:52:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,470,1413270000"; d="scan'208";a="615096494" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga001.jf.intel.com with ESMTP; 27 Nov 2014 08:52:29 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by IRSMSX154.ger.corp.intel.com ([169.254.12.18]) with mapi id 14.03.0195.001; Thu, 27 Nov 2014 16:52:09 +0000 From: "De Lara Guarch, Pablo" To: "dev@dpdk.org" Thread-Topic: [PATCH v3 0/4] new sample app UG for VM power management Thread-Index: AQHQCmIrJP524zcneEmna+EK11aUoZx0sBTg Date: Thu, 27 Nov 2014 16:52:08 +0000 Message-ID: References: <1416330293-2947-1-git-send-email-pablo.de.lara.guarch@intel.com> <1417106973-25766-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1417106973-25766-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 0/4] new sample app UG for VM power management 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, 27 Nov 2014 16:52:31 -0000 Self-NACK, title is incorrect > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, November 27, 2014 4:49 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH v3 0/4] new sample app UG for VM power management >=20 > TestPMD app has been added new commands, which should be reflected > in the user guide. Also, this patchset fixes several typos and > changes the location of the description of some commands. >=20 > Changes in v3: >=20 > Added new missing existing command "show port rss reta" > Added new commands from TSO support patchset > Modified info for command "tx_cksum set" command >=20 > Changes in v2: >=20 > Title underline in added commands was too short. >=20 > Pablo de Lara (4): > doc: Added new commands in testpmd UG > doc: Corrected info for tx_checksum set mask function, in testpmd UG > doc: Moved commands in testpmd UG to match testpmd command help > order > doc: Various document fixes in testpmd UG >=20 > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 1128 ++++++++++++++-- > ----------- > 1 files changed, 605 insertions(+), 523 deletions(-) >=20 > -- > 1.7.4.1