From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id E8B3458FF for ; Fri, 19 Jul 2013 21:18:47 +0200 (CEST) Received: by mail-wg0-f49.google.com with SMTP id a12so4236931wgh.4 for ; Fri, 19 Jul 2013 12:19:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:organization:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding:x-gm-message-state; bh=f1qjU5eN8FQ45tz8WIZqZmRavJFMhk1wimDEe0g3W8k=; b=jljkOmseKhP9x96xxqFf+upDc4i3Oy1NECyPQDuapOqWGlLPHUZr4B4QMzG19CT6s4 9Honc1h9aTHBYnbz8MNjA1ShSuR+OIrhPWTmDrXRf/o85sHpQpdv/aNYFFd+3LEfHbK2 J9/St+GTN+7Usqi327Luwpj34TwJRmKK51RIf5DJkEFBCGKOF88Pv67OW8dzAd16IAUi V7aID18Xq7uGNKOEEqbX+Ga1YlecS4wVqbexBPWpu6XwqsLAmeZx02rl1rjExrfsdBGd YJ0IHZUSAtlz/pS61KhPgoLmoXsTeFlPXRIrbACQKwJ62VHdL0GeP+Y1K1NfPEXVbKtd +ecw== X-Received: by 10.194.158.130 with SMTP id wu2mr13269909wjb.12.1374261548794; Fri, 19 Jul 2013 12:19:08 -0700 (PDT) Received: from saturne.dev.6wind.com ([2a01:e35:8a8e:1b70:226:b9ff:fec7:e133]) by mx.google.com with ESMTPSA id mb20sm37078968wic.1.2013.07.19.12.19.07 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 19 Jul 2013 12:19:08 -0700 (PDT) Message-ID: <51E9912A.8080101@6wind.com> Date: Fri, 19 Jul 2013 21:19:06 +0200 From: Vincent JARDIN Organization: www.6wind.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Thomas Monjalon References: <1373963739-24361-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1373963739-24361-1-git-send-email-thomas.monjalon@6wind.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQkfdhEwZx7TvetaFeQC+Fv5xatdOXyvwgRhpTd/PhsCjVX0vwuVgi1wSGbog93fwU1qKLcP Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] doc: minor rewording 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: Fri, 19 Jul 2013 19:18:48 -0000 Yes, it helps to avoid confusions, just push it. Acked-by: vincent.jardin@6wind.com On 16/07/2013 10:35, Thomas Monjalon wrote: > There is no network stack in DPDK API but only helpers for different layers. > > Signed-off-by: Thomas Monjalon > --- > doc/doxy-api-index.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/doxy-api-index.md b/doc/doxy-api-index.md > index d46c07e..ad83410 100644 > --- a/doc/doxy-api-index.md > +++ b/doc/doxy-api-index.md > @@ -69,7 +69,7 @@ There are many libraries, so their headers may be grouped by topics: > [lcore] (@ref rte_lcore.h), > [per-lcore] (@ref rte_per_lcore.h) > > -- **network stack**: > +- **layers**: > [ethernet] (@ref rte_ether.h), > [IP] (@ref rte_ip.h), > [SCTP] (@ref rte_sctp.h), >