From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com
 [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 2236F5A8C
 for <dev@dpdk.org>; Tue, 31 Mar 2015 02:29:39 +0200 (CEST)
Received: by wiaa2 with SMTP id a2so5672169wia.0
 for <dev@dpdk.org>; Mon, 30 Mar 2015 17:29:39 -0700 (PDT)
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=WLJsu6MhneXqBq6IASLkLBkqMsZ8uq91J7aKCG76qZY=;
 b=WTGkk2mC9MVJQQL3F9qmJSyI70MPCoA8lYAJXRyNkWANcQdkU4wA7/3felda1zC6Kb
 vGG+c+sJpvafPEqmeQintyY14uWuw86NeJkvUjmCGIsqi5C6DrEtQjy2f51trtg8lOp0
 JzF6Y6VuCkZFFgkMEvDD1qRVE1ZA5aVWK8scpCy1PLb3a1gPlkq83iBZHJWhtKNC4W3L
 v/TzqVT+y3rGToYscZNLFSH6m1tr9urg/jEvAQOa30BreglXR/soRCq2XoUE+VZ0Auz4
 Q/E+hweS0N106+VptAQPri4OR6Phs43P2+4yYYnT9bCZBAUVLbhX7LB3OnPl1WQ0eqQR
 vBsQ==
X-Gm-Message-State: ALoCoQmWFheXaDOpZVuir1WFmm+o/QiMxhEEUzHXprDAPjJteo52+4OiEGo8YO9R7Vu/EPcfRCm1
X-Received: by 10.180.9.47 with SMTP id w15mr587589wia.13.1427761778999;
 Mon, 30 Mar 2015 17:29:38 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id dm6sm17864459wib.22.2015.03.30.17.29.37
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 30 Mar 2015 17:29:38 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Olivier Matz <olivier.matz@6wind.com>
Date: Tue, 31 Mar 2015 02:28:57 +0200
Message-ID: <1575880.JZYgjLcHuW@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
In-Reply-To: <1426782998-11280-1-git-send-email-olivier.matz@6wind.com>
References: <1426782998-11280-1-git-send-email-olivier.matz@6wind.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 0/2] doc: update offload API
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: Tue, 31 Mar 2015 00:29:39 -0000

> Document the offload API and the testpmd commands related
> to the checksum forward engine.
> 
> Olivier Matz (2):
>   doc: update testpmd guide about csum forward engine
>   doc: add a description of the offload API

Applied, thanks