From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 93840231C for ; Wed, 26 Nov 2014 14:16:00 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 26 Nov 2014 05:26:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="421748745" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by FMSMGA003.fm.intel.com with ESMTP; 26 Nov 2014 05:17:06 -0800 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.117]) by IRSMSX103.ger.corp.intel.com ([169.254.3.134]) with mapi id 14.03.0195.001; Wed, 26 Nov 2014 13:26:54 +0000 From: "De Lara Guarch, Pablo" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH 2/4] doc: Corrected info for tx_checksum set mask function, in testpmd UG Thread-Index: AQHQAQg8deAcY9zsXkqyhfGQT59iMpxko3eAgAABgBCADkWKgIAADJsg Date: Wed, 26 Nov 2014 13:26:54 +0000 Message-ID: References: <1416078796-689-1-git-send-email-pablo.de.lara.guarch@intel.com> <5469D061.8050805@6wind.com> <6181232.LMYj4iiz8q@xps13> In-Reply-To: <6181232.LMYj4iiz8q@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 2/4] doc: Corrected info for tx_checksum set mask function, in testpmd UG 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: Wed, 26 Nov 2014 13:16:01 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, November 26, 2014 12:41 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Olivier MATZ; Iremonger, Bernard > Subject: Re: [dpdk-dev] [PATCH 2/4] doc: Corrected info for tx_checksum s= et > mask function, in testpmd UG >=20 > Hi Pablo, >=20 > 2014-11-17 10:47, De Lara Guarch, Pablo: > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Olivier MATZ > > > On 11/15/2014 08:13 PM, Pablo de Lara wrote: > > > > tx_checksum set mask function now allows 4 extra bits in the mask > > > > for TX checksum offload > > > > > > > > Signed-off-by: Pablo de Lara > > > > --- > > > > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 10 +++++++++- > > > > 1 files changed, 9 insertions(+), 1 deletions(-) > > > > > > A patch reworking the csumonly API is pending: > > > http://dpdk.org/ml/archives/dev/2014-November/008188.html > > > > > > I don't know if it will be accepted, but just to mention that > > > these 2 patches will conflict in this case. > > > > Thanks for spotting it! I guess that at this point, all we can do is wa= it. > > If you patch gets applied before mine, I will send a v2 with the change= s. > > If it gets applied after, then I will send another patch to fix it. >=20 > Oliver will send a v4 of his TSO patchset which should be applied shortly= . > Please could you adjust the documentation and make a v2? >=20 > Bernard, we have to wait for this change. Sure, no problem. >=20 > Thanks to all > -- > Thomas