From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DAA5E7FEA for ; Mon, 17 Nov 2014 11:37:34 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 17 Nov 2014 02:45:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,402,1413270000"; d="scan'208";a="638178948" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga002.jf.intel.com with ESMTP; 17 Nov 2014 02:47:49 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.128]) by IRSMSX153.ger.corp.intel.com ([163.33.192.75]) with mapi id 14.03.0195.001; Mon, 17 Nov 2014 10:47:42 +0000 From: "De Lara Guarch, Pablo" To: Olivier MATZ Thread-Topic: [dpdk-dev] [PATCH 2/4] doc: Corrected info for tx_checksum set mask function, in testpmd UG Thread-Index: AQHQAQg8deAcY9zsXkqyhfGQT59iMpxko3eAgAABgBA= Date: Mon, 17 Nov 2014 10:47:42 +0000 Message-ID: References: <1416078796-689-1-git-send-email-pablo.de.lara.guarch@intel.com> <1416078796-689-3-git-send-email-pablo.de.lara.guarch@intel.com> <5469D061.8050805@6wind.com> In-Reply-To: <5469D061.8050805@6wind.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 Cc: "" 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: Mon, 17 Nov 2014 10:37:35 -0000 Hi Olivier, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Olivier MATZ > Sent: Monday, November 17, 2014 10:39 AM > To: De Lara Guarch, Pablo; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 2/4] doc: Corrected info for tx_checksum s= et > mask function, in testpmd UG >=20 > Hi Pablo, >=20 > 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(-) >=20 > A patch reworking the csumonly API is pending: > http://dpdk.org/ml/archives/dev/2014-November/008188.html >=20 > 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 wait. If you patch gets applied before mine, I will send a v2 with the changes. If it gets applied after, then I will send another patch to fix it. Pablo >=20 > Regards, > Olivier