From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 373A22C38; Tue, 22 Jan 2019 17:09:10 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 1F0D21664; Tue, 22 Jan 2019 11:09:09 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 22 Jan 2019 11:09:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=BS6MxxdsaUMFAPj0bkDfawrAUhfcIYA+ueXzCwwLFjw=; b=Z8ukXo8Um+bM NGYLTQjOgy6jbL2nBbcpEq6PLr0hkDTfmt16FgMnQnNLnBUY+yDvY8f+DK7t2zci V29QhQh5lus9k/aV2QEnEfay3JXHQA8bgmY0SaVt38jOOjK27pzneCQ1T2WeQRBu G6OZOkiMzoqOBeo5PAd9VUhgnPtnPL0= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=BS6MxxdsaUMFAPj0bkDfawrAUhfcIYA+ueXzCwwLF jw=; b=w96rkbG42nLwEt+P17nkC3WKxWHRMGpcY/HeLxVsUaihWjW7ycT1IAZtW rgtSZtqG5tTdbbV2fr9+hFK5e57DO82abbDQFsOrzvf2QPqJMKizbaUpWn1K5WgO 8cwzfFFhFilv3lbHRgj0GCszPfgqlObISj3LHSY/mcINXMRcD+Zg98l9NYMRMjmt KoIfHqNKx0jKC56QS+WotYCoFYjZKjgdNuYwKNGQpnuHTgs3bTeXOVcWi8/EwOGC A+ieIXtsT5eMi4A0Gynimu5rPy87ubxxz2LCIfBMmLql8BlMBRTBLJAoWTfvv5H2 ksnRSSe3W2zvGj+Ex6sYtjlhv9L+A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrheekgdekfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id EDDBBE4046; Tue, 22 Jan 2019 11:09:06 -0500 (EST) From: Thomas Monjalon To: Andrew Rybchenko Cc: stable@dpdk.org, "Hu, Jiayu" , "dev@dpdk.org" Date: Tue, 22 Jan 2019 17:09:05 +0100 Message-ID: <34404906.IpHuxlonDG@xps> In-Reply-To: References: <1547818111-21817-1-git-send-email-arybchenko@solarflare.com> <1548052958-9943-1-git-send-email-arybchenko@solarflare.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v3] gso: fix VxLAN/GRE tunnel checks 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: Tue, 22 Jan 2019 16:09:10 -0000 > > Tunnel type is an enum in PKT_TX_TUNNEL_MASK bits. > > As the result, for example, IPIP or MPLSinUDP tunnel packets may be > > incorrectly treated internally as VXLAN. > > > > Fixes: b058d92ea95d ("gso: support VxLAN GSO") > > Fixes: 70e737e448c7 ("gso: support GRE GSO") > > Cc: stable@dpdk.org > > > > Signed-off-by: Andrew Rybchenko > > Acked-by: Jiayu Hu Applied, thanks