From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id CAABD6CBC for ; Tue, 11 Oct 2016 20:13:58 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 11 Oct 2016 11:13:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,330,1473145200"; d="scan'208";a="888988965" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga003.jf.intel.com with ESMTP; 11 Oct 2016 11:13:45 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by IRSMSX106.ger.corp.intel.com ([169.254.8.209]) with mapi id 14.03.0248.002; Tue, 11 Oct 2016 19:13:44 +0100 From: "De Lara Guarch, Pablo" To: Olivier Matz , "dev@dpdk.org" Thread-Topic: [PATCH v5 0/8] Misc enhancements in testpmd Thread-Index: AQHSILSwN2UQfCdK9EKpbXOdob+Hk6CjlOCg Date: Tue, 11 Oct 2016 18:13:44 +0000 Message-ID: References: <1473407734-11253-1-git-send-email-olivier.matz@6wind.com> <1475856318-24616-1-git-send-email-olivier.matz@6wind.com> In-Reply-To: <1475856318-24616-1-git-send-email-olivier.matz@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGYxZDFlYTAtYjQ0Ni00YWFlLTlkY2MtZjEwNmUwYmUxMzIyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjM5VzVhc1lcL3dXeUkrcGlwc1p2ZFJmQlRwXC9jakIyY1d0Y0YxVnA4V1lpND0ifQ== x-ctpclassification: CTP_IC 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 v5 0/8] Misc enhancements in testpmd 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: Tue, 11 Oct 2016 18:13:59 -0000 > -----Original Message----- > From: Olivier Matz [mailto:olivier.matz@6wind.com] > Sent: Friday, October 07, 2016 9:05 AM > To: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v5 0/8] Misc enhancements in testpmd >=20 > This patchset introduces several enhancements or minor fixes > in testpmd. It is targetted for v16.11, and applies on top of > software ptype v2 patchset [1]. >=20 > These patches are useful to validate the virtio offload > patchset [2] (to be rebased). >=20 > [1] http://dpdk.org/ml/archives/dev/2016-August/045876.html > [2] http://dpdk.org/ml/archives/dev/2016-July/044404.html >=20 > v4 -> v5: > - fix headline lowercase for "Rx" > - fix typo in API comment: "ouput" -> "output" >=20 > v3 -> v4: > - fix typo in documentation >=20 > v2 -> v3: > - move return type on a separate line in function definitions > - add documentation for the new --enable-lro option >=20 > v1 -> v2: > - rebase on top of sw ptype v2 patch >=20 > Olivier Matz (8): > mbuf: add function to dump ol flag list > app/testpmd: use new function to dump offload flags > app/testpmd: dump Rx flags in csum engine > app/testpmd: add option to enable lro > app/testpmd: do not change ip addrs in csum engine > app/testpmd: display Rx port in csum engine > app/testpmd: don't use tso if packet is too small > app/testpmd: hide segsize when unrelevant in csum engine >=20 > app/test-pmd/csumonly.c | 96 ++++++++++++----------------= ------ > app/test-pmd/parameters.c | 4 ++ > app/test-pmd/rxonly.c | 15 +----- > doc/guides/rel_notes/release_16_11.rst | 5 ++ > doc/guides/testpmd_app_ug/run_app.rst | 4 ++ > lib/librte_mbuf/rte_mbuf.c | 93 > ++++++++++++++++++++++++++++++++ > lib/librte_mbuf/rte_mbuf.h | 28 ++++++++++ > lib/librte_mbuf/rte_mbuf_version.map | 2 + > 8 files changed, 170 insertions(+), 77 deletions(-) >=20 > -- > 2.8.1 Series-acked-by: Pablo de Lara