Re: [dpdk-dev] [PATCH v3] doc: Merge l3fwd and l3fwd-acl documentation files

2017-06-04 Thread Thomas Monjalon
> > Merge l3fwd and l3fwd-acl documentation to reflect the code. > > Add examples of LPM and Exact Match rules as text. > > > > Signed-off-by: Ravi Kerur > > Acked-by: John McNamara This patch depends on a (not yet approved) code change: http://dpdk.org/dev/patchwork/patch/21696/

Re: [dpdk-dev] [PATCH v3] doc: Merge l3fwd and l3fwd-acl documentation files

2017-05-16 Thread Mcnamara, John
> -Original Message- > From: Ravi Kerur [mailto:rke...@gmail.com] > Sent: Thursday, May 11, 2017 2:49 AM > To: dev@dpdk.org > Cc: Mcnamara, John ; Ravi Kerur > > Subject: [PATCH v3] doc: Merge l3fwd and l3fwd-acl documentation files > > Merge l3fwd and l3fwd-acl documentation to reflect

[dpdk-dev] [PATCH v3] doc: Merge l3fwd and l3fwd-acl documentation files

2017-05-10 Thread Ravi Kerur
Merge l3fwd and l3fwd-acl documentation to reflect the code. Add examples of LPM and Exact Match rules as text. Signed-off-by: Ravi Kerur --- v3: Incorporate John's comments. Remove svg files, instead include text format. v2: Remove binary PNG from .svg files. v1: