[dpdk-dev] [PATCH] mbuf: fix tunnel flags check

2015-07-27 Thread Thomas Monjalon
2015-07-24 15:06, Sanford, Robert: > I just noticed a few minor typos in comments: [...] > >On Thu, Jul 16, 2015 at 01:50:12AM +0200, Thomas Monjalon wrote: > >> A packet is tunnelled if the tunnel type is identified or if it has > >> an inner part. > >> > >> Fix also a typo in

[dpdk-dev] [PATCH] mbuf: fix tunnel flags check

2015-07-24 Thread Sanford, Robert
I just noticed a few minor typos in comments: diff --git a/lib/librte_mbuf/rte_mbuf.h b/lib/librte_mbuf/rte_mbuf.h index 917dd59..6352c32 100644 --- a/lib/librte_mbuf/rte_mbuf.h +++ b/lib/librte_mbuf/rte_mbuf.h @@ -680,14 +680,14 @@ extern "C" { /** * Check if the (outer) L3 header is IPv4. To

[dpdk-dev] [PATCH] mbuf: fix tunnel flags check

2015-07-23 Thread Adrien Mazarguil
On Thu, Jul 16, 2015 at 01:50:12AM +0200, Thomas Monjalon wrote: > A packet is tunnelled if the tunnel type is identified or if it has > an inner part. > > Fix also a typo in RTE_PTYPE_INNER_L3_MASK. > > Fixes: f295a00a2b44 ("mbuf: add definitions of unified packet types") > > Signed-off-by:

[dpdk-dev] [PATCH] mbuf: fix tunnel flags check

2015-07-16 Thread Thomas Monjalon
2015-07-16 00:36, Zhang, Helin: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > 2015-07-15 23:57, Zhang, Helin: > > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > > A packet is tunnelled if the tunnel type is identified or if it has an > > > > inner part. >

[dpdk-dev] [PATCH] mbuf: fix tunnel flags check

2015-07-16 Thread Thomas Monjalon
2015-07-15 23:57, Zhang, Helin: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > A packet is tunnelled if the tunnel type is identified or if it has an > > inner part. > > > > Fix also a typo in RTE_PTYPE_INNER_L3_MASK. > > > > Fixes: f295a00a2b44 ("mbuf: add definitions of

[dpdk-dev] [PATCH] mbuf: fix tunnel flags check

2015-07-16 Thread Thomas Monjalon
A packet is tunnelled if the tunnel type is identified or if it has an inner part. Fix also a typo in RTE_PTYPE_INNER_L3_MASK. Fixes: f295a00a2b44 ("mbuf: add definitions of unified packet types") Signed-off-by: Thomas Monjalon --- app/test-pmd/rxonly.c | 2 +- lib/librte_mbuf/rte_mbuf.h

[dpdk-dev] [PATCH] mbuf: fix tunnel flags check

2015-07-16 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, July 15, 2015 5:13 PM > To: Zhang, Helin > Cc: olivier.matz at 6wind.com; dev at dpdk.org > Subject: Re: [PATCH] mbuf: fix tunnel flags check > > 2015-07-15 23:57, Zhang, Helin: > >

[dpdk-dev] [PATCH] mbuf: fix tunnel flags check

2015-07-16 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, July 15, 2015 4:50 PM > To: Zhang, Helin > Cc: olivier.matz at 6wind.com; dev at dpdk.org > Subject: [PATCH] mbuf: fix tunnel flags check > > A packet is tunnelled if the tunnel type is