From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mbuf: fix tunnel flags check Date: Sun, 26 Jul 2015 23:03:32 +0200 Message-ID: <5497322.dU71ffB8Bc@xps13> References: <1437004212-31646-1-git-send-email-thomas.monjalon@6wind.com> <20150723084817.GG4924@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 309EE9E5 for ; Sun, 26 Jul 2015 23:04:49 +0200 (CEST) Received: by wicgb10 with SMTP id gb10so87282781wic.1 for ; Sun, 26 Jul 2015 14:04:48 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 RTE_PTYPE_INNER_L3_MASK. > >> > >> Fixes: f295a00a2b44 ("mbuf: add definitions of unified packet types") > >> > >> Signed-off-by: Thomas Monjalon > > > >Makes sense. > > > >Acked-by: Adrien Mazarguil Applied with typo fixes.