From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by dpdk.org (Postfix) with ESMTP id 373BD2C15 for ; Tue, 24 Jul 2018 18:08:27 +0200 (CEST) Received: by mail-wm0-f66.google.com with SMTP id h20-v6so3069033wmb.4 for ; Tue, 24 Jul 2018 09:08:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=IrD87rvU7d/vT245rlq3m/A8iFGz7mPhJZiBZ5AA+p4=; b=Em2rdhLjj59Et/fhZePiANnTejYAV4kDrtO29yRtQN1foTlvGw9LvhjJLxJmBTZAOa F3xqqKgFfBipAgbn3mK+ydkxuZ2nYSpVmfFNPcgVGCTfRbHXMCbA+n9FtcLXkMfQVJoM UrdDqn/XN8JEewB0R0KpZiq1X5Kk5nHo8yLeR9L1XXOA9WlT8x9VRM8WV4FaiCKLnX1J gw1tS/qvGeSREGHi7/+8uIMMnMb3MT/UYmjoDMAqcT773GhuSZgBqc0on4t43qawRKyI ZBeiksEKZSjaYa94h0f4XOcm1Y8jUeSb2U9hdhc2t/+5wxiKVj3an87hAzS3c3oprOUp CDPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=IrD87rvU7d/vT245rlq3m/A8iFGz7mPhJZiBZ5AA+p4=; b=obveOb9m8B9dK4zaAx0qzZpLOQvlr1NGm7Gx3xCaBEwRoqohSRn05dbozqPik6JTwv oa3J8QKoebu81ikXE4Odv4QxC0TEaZEvRfCBmAuwWJX6rbi0aWQtvIaB13PRYSYLEikh 9qbWD6NqXQRSB2iFpOlok2Z+Sf8hOSqYcKibUyVgZIY5nGVZY/AxUvucOleGBRBDxehQ oaquhjPnE6pSO6Rp8UxcVjfAH+OfPkfOslkxQ8ze3GUcI4B1aJXOU38NHM/cCsCAQVhE 2eNS9Ahx5f6BbLbVlV29jfVLGgvW1ocLprbucC/umjlzH9zewUUIjLuJCfGggHTk2LFs Oy3Q== X-Gm-Message-State: AOUpUlFQDmhkoVGua8GL8zKszAqKCfC7HpduhTFJf1i6ISvBna0phYq6 9HmltymcoVeeWysiKXIHP14= X-Google-Smtp-Source: AAOMgpdeJcNFuv+tGllBSik4vJhCUjLD9JDUgjoeY0Oqp7wkgbDJbEXlanbrvCB88ofpTGFWMoByUA== X-Received: by 2002:a1c:1d58:: with SMTP id d85-v6mr2563008wmd.140.1532448506963; Tue, 24 Jul 2018 09:08:26 -0700 (PDT) Received: from localhost ([2a00:23c5:be94:4600:7b12:f8a0:fd52:f87d]) by smtp.gmail.com with ESMTPSA id d15-v6sm3436223wmb.0.2018.07.24.09.08.25 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 24 Jul 2018 09:08:25 -0700 (PDT) From: luca.boccassi@gmail.com To: Haiyue Wang Cc: Ferruh Yigit , dpdk stable Date: Tue, 24 Jul 2018 17:07:25 +0100 Message-Id: <20180724160752.20287-7-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180724160752.20287-1-luca.boccassi@gmail.com> References: <20180724160752.20287-1-luca.boccassi@gmail.com> Subject: [dpdk-stable] patch 'mbuf: fix typo in IPv6 macro comment' has been queued to LTS release 16.11.8 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2018 16:08:27 -0000 Hi, FYI, your patch has been queued to LTS release 16.11.8 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 07/26/18. So please shout if anyone has objections. Thanks. Luca Boccassi --- >>From 45b83c26d72a3a65caac92f464961aa0b6e8b56e Mon Sep 17 00:00:00 2001 From: Haiyue Wang Date: Thu, 14 Jun 2018 11:09:49 +0800 Subject: [PATCH] mbuf: fix typo in IPv6 macro comment [ upstream commit af87183b82da32b2ca832a51acdb5a2a6117c718 ] Comment should mention IPv6, not IPv4. Fixes: f295a00a2b44 ("mbuf: add definitions of unified packet types") Signed-off-by: Haiyue Wang Reviewed-by: Ferruh Yigit --- lib/librte_mbuf/rte_mbuf_ptype.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/librte_mbuf/rte_mbuf_ptype.h b/lib/librte_mbuf/rte_mbuf_ptype.h index acd70bb6b..606434960 100644 --- a/lib/librte_mbuf/rte_mbuf_ptype.h +++ b/lib/librte_mbuf/rte_mbuf_ptype.h @@ -566,9 +566,9 @@ extern "C" { #define RTE_ETH_IS_IPV4_HDR(ptype) ((ptype) & RTE_PTYPE_L3_IPV4) /** - * Check if the (outer) L3 header is IPv4. To avoid comparing IPv4 types one by - * one, bit 6 is selected to be used for IPv4 only. Then checking bit 6 can - * determine if it is an IPV4 packet. + * Check if the (outer) L3 header is IPv6. To avoid comparing IPv6 types one by + * one, bit 6 is selected to be used for IPv6 only. Then checking bit 6 can + * determine if it is an IPV6 packet. */ #define RTE_ETH_IS_IPV6_HDR(ptype) ((ptype) & RTE_PTYPE_L3_IPV6) -- 2.18.0