From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=BBuGgMKZlE8AUfn+t2IcWyeV9S0ZmDEbvD4//Kmknwc=; b=UFJ3mWUFNy3vyJV9Ny30WNBkAjyanizHOr7KB5pZL5Tw6j3uxp7TjVDxlKCgkrQSIv KNtrN3mbk/3SMoi2hcl5nyC+eKjafEmUQI46SVYFi5rrBX13NyWS1dMxL6gJxrjs5M1c q1Cu6zZeUYLyAIfeAILlvy6ppi3RgxKVOwLZ/jPK08tS1/6+XgDmOgzRmrUJVm19zKAO AOMWKhptHC44Jaet9uS3P6idwTsMEm8ZU+yseDZeYzk7LxmeYPN8aQkc4uRaC/PRqWZt qWnOSqrvRkIU8XTr5Eg5gRv2KmEVrx6BLLarrowClPTLt6mClwnfAhRCZErg4Fb5utG/ cRbQ== X-Gm-Message-State: ALoCoQn4xhduU38hVBygJUPU/g9TyL0bbcVNri2UKiwTCbEyq9uqNBsezpqWOdDQPakwLou2pepA X-Received: by 10.194.100.42 with SMTP id ev10mr46115351wjb.50.1437944688832; Sun, 26 Jul 2015 14:04:48 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id r8sm10023795wiz.5.2015.07.26.14.04.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 26 Jul 2015 14:04:48 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Sun, 26 Jul 2015 23:03:32 +0200 Message-ID: <5497322.dU71ffB8Bc@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: References: <1437004212-31646-1-git-send-email-thomas.monjalon@6wind.com> <20150723084817.GG4924@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] mbuf: fix tunnel flags check 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: Sun, 26 Jul 2015 21:04:49 -0000 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.