From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent JARDIN Subject: Re: [PATCH] doc: minor rewording Date: Fri, 19 Jul 2013 21:19:06 +0200 Message-ID: <51E9912A.8080101@6wind.com> References: <1373963739-24361-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Thomas Monjalon Return-path: In-Reply-To: <1373963739-24361-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Yes, it helps to avoid confusions, just push it. Acked-by: vincent.jardin-pdR9zngts4EAvxtiuMwx3w@public.gmane.org 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), >