From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v3] gso: fix VxLAN/GRE tunnel checks Date: Tue, 22 Jan 2019 17:09:05 +0100 Message-ID: <34404906.IpHuxlonDG@xps> References: <1547818111-21817-1-git-send-email-arybchenko@solarflare.com> <1548052958-9943-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, "Hu, Jiayu" , "dev@dpdk.org" To: Andrew Rybchenko Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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