From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com
 [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id B3F053975
 for <dev@dpdk.org>; Wed, 26 Nov 2014 13:30:51 +0100 (CET)
Received: by mail-wi0-f170.google.com with SMTP id bs8so15004831wib.1
 for <dev@dpdk.org>; Wed, 26 Nov 2014 04:41:48 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=P/kgIpk29Ok+eQ0GqN2ukpV1HfP8VE9uXoqD7sYlUgM=;
 b=PXEljGCuQMZfhELJE/6MUyZEm0/4zybmgFUQUB6boCKFL9CSlLfif+FkhbufYBKGVZ
 9rmsKbSef3SQAvx0lyt9Zg9yJwKCbArPDHHQc0Zy1e+6EyTvKEj7FTzbJVgBK6vPbrx8
 gzZ6oQe9rc/jCXqlxHNiK+3RML/9yFV6w3mqp3kQWiGzDcyWXUBVcGdLepyW5y5zr8yW
 Sl9WPNyNrtnAtVh8AwIYrc2Xm/7bi35W2zt5EXdTXn7YQhqYY+jcQyTWuNLNp5/RAZWw
 rukt0PU9d5Ozac2N3mexlZkcUFgzSr+ByqwE2GicsFQdCYfOUvs+Xt5fKiDBkZY9xVVo
 YbWw==
X-Gm-Message-State: ALoCoQmlSbemhBvWZSc0vjuv17mcTvOASGCESnSC1frfSg/xC2lRUzlgGyRRp3eD6Dd8YaQILolk
X-Received: by 10.180.126.99 with SMTP id mx3mr27225167wib.66.1417005708457;
 Wed, 26 Nov 2014 04:41:48 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id w4sm6205103wjw.39.2014.11.26.04.41.46
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 26 Nov 2014 04:41:47 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>
Date: Wed, 26 Nov 2014 13:41:23 +0100
Message-ID: <6181232.LMYj4iiz8q@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; )
In-Reply-To: <E115CCD9D858EF4F90C690B0DCB4D8972684001A@IRSMSX108.ger.corp.intel.com>
References: <1416078796-689-1-git-send-email-pablo.de.lara.guarch@intel.com>
 <5469D061.8050805@6wind.com>
 <E115CCD9D858EF4F90C690B0DCB4D8972684001A@IRSMSX108.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 26 Nov 2014 12:30:51 -0000

Hi Pablo,

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 <pablo.de.lara.guarch@intel.com>
> > > ---
> > >  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 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.

Oliver will send a v4 of his TSO patchset which should be applied shortly.
Please could you adjust the documentation and make a v2?

Bernard, we have to wait for this change.

Thanks to all
-- 
Thomas