From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 32D1014E8; Sat, 5 Aug 2017 01:34:44 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5B38320C6C; Fri, 4 Aug 2017 19:34:44 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 04 Aug 2017 19:34:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=o31vXguOEGrTJuF YQLnAsfp0S6w2wQjP9BYc0LtJiQc=; b=mjVCd80hMuuGUGKmfKXty2FidT2qvvP tpK7OiTQijpu8K6NBKgr56fDvPukl0sTcL/XI3TSUWL0gsbikbzJAD2lvo2EyQY6 e5oNbZDJ8smHb9MLgipBfUB8Qitvcl567GoPFVe/cepSUmLkl7rD/+61BLgsQF3y XGn3GWMBkZ6A= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=o31vXguOEGrTJuFYQLnAsfp0S6w2wQjP9BYc0LtJiQc=; b=ZrhdIW25 STrsIgVT2VhIAa+Od69RLMb2CE5ERd1pK89q822TfTYLfVsSWB+04Ir/+44y+BfR zI7xW5xlYAdKjAiQiwm4cbhK39B2sNlgCT9EFPOqChgr30EFFpi8V3Wve9niPJ0v eQwjig8RyuXeODOo2QRb5JvqAqBstQ4UXQ4r5qHwItOmdyyZDfh8PkJhmH/JY+Z3 IEnEBtDpbsrSogfy7NYO7epySjqg0R1WSd5DoGUcRRNVLcAlmkRYrL+jjTlq2kN6 pDpuEPO9mv/PE5wMrH9APY3+GIIb+n2UxVO/Hk7J8AQmRdYx3h3vVkjUHh04h+ay 4O3poBJiWOHmoQ== X-ME-Sender: X-Sasl-enc: CMuqHn04VJ+gAQRRE+UbEjF72AYWMYwNGNhvkFLrE8PV 1501889683 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D53E524038; Fri, 4 Aug 2017 19:34:43 -0400 (EDT) From: Thomas Monjalon To: Qi Zhang Cc: stable@dpdk.org, tomasz.kantecki@intel.com, dev@dpdk.org Date: Sat, 05 Aug 2017 01:34:42 +0200 Message-ID: <20603876.9E6uVi708u@xps> In-Reply-To: <20170804075206.67210-1-qi.z.zhang@intel.com> References: <20170804075206.67210-1-qi.z.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] examples/l3fwd: fix IPv6 packet type parse X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Aug 2017 23:34:45 -0000 04/08/2017 09:52, Qi Zhang: > Fix a typo that cause IPv6 packet type not be parsed. > > Fixes: 71a7e2424e07 ("examples/l3fwd: fix using packet type blindly") > Cc: stable@dpdk.org > > Signed-off-by: Qi Zhang Applied, thanks