From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4F6F6A055A; Tue, 25 Feb 2020 15:41:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 283C12C4F; Tue, 25 Feb 2020 15:41:38 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id D20832C02 for ; Tue, 25 Feb 2020 15:41:36 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1292E22008; Tue, 25 Feb 2020 09:41:36 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 25 Feb 2020 09:41:36 -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=tjmBs0lzx8tQq0jl0iOP+ARQchXyQQQEQwrVnelapTk=; b=OGUq7zY/RC9F uq0BPnxwOj6feGCB0JqU9vAe2O+cTSs2F3FUCIWnUD+COS6XR8M0MJvv2F4nPlnb Uq1l5BUnB9j7N5dkDYS6pJuMFbg64yQA2X0Gvpr22jzvI6GTVqLtMke5jC7Gp9Rp D6gQjqYG077vuHyPoGtobWwEwJDG5zk= 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=fm2; bh=tjmBs0lzx8tQq0jl0iOP+ARQchXyQQQEQwrVnelap Tk=; b=jlZQsMkd0VjrK4xxddfXg26ZvfbGWKJnNOovjmqcYhkMe4DpGlIegZ3oM LGpFzXBYvcoMA6ZkbaLX/L4xSP+5ZXxnTlBlui+ESe02TR0ne33KzSHqoWpDYSvj UdWzXkKvI0SVB9axWO1fXLgDuL8D8IDkrmmCo7Jx1UhWBRgeXORghORogVu843fL yy1fXP9bFIEDYunKOyr67xNgATwPz7KAGi7YODKUwNjPbN8ZwTbf2rIyNwu3OCUq KU55XaIOomiCfSYQelXFcx7Z/8DQ2rppyCgxg2Lg76V6C0Fm213TY6dBgFtndK1R Zv5cM8XKlOrUFpoShWzShMRq5IXtw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrledvgdeihecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 D38AA3280060; Tue, 25 Feb 2020 09:41:34 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org, Dekel Peled Cc: Matan Azrad , Shahaf Shuler , Viacheslav Ovsiienko , John McNamara , Marko Kovacevic , Ori Kam Date: Tue, 25 Feb 2020 15:41:33 +0100 Message-ID: <4080049.MSiuQNM8U4@xps> In-Reply-To: <20200224195042.3560431-1-thomas@monjalon.net> References: <20200224195042.3560431-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: remove redundant line in mlx5 guide 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/02/2020 20:50, Thomas Monjalon: > When adding GTP to the list of supported tunnels, > the old line was not removed. > > Fixes: f31d7a0171da ("net/mlx5: support GTP") > > Signed-off-by: Thomas Monjalon Applied