From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id EB8B02C28 for ; Mon, 23 Apr 2018 11:44:03 +0200 (CEST) Received: from alille-654-1-134-221.w90-34.abo.wanadoo.fr ([90.34.61.221] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1fAY0z-0002mv-SX; Mon, 23 Apr 2018 11:44:07 +0200 Received: by droids-corp.org (sSMTP sendmail emulation); Mon, 23 Apr 2018 11:43:58 +0200 Date: Mon, 23 Apr 2018 11:43:58 +0200 From: Olivier Matz To: Xueming Li Cc: Iremonger Bernard , Wenzhuo Lu , Jingjing Wu , Thomas Monjalon , Adrien Mazarguil , Nelio Laranjeiro , Shahaf Shuler , dev@dpdk.org Message-ID: <20180423094358.z563nbac3htkqoep@platinum> References: <20180413110218.105894-1-xuemingl@mellanox.com> <20180420115629.112472-3-xuemingl@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180420115629.112472-3-xuemingl@mellanox.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH v6 2/5] ethdev: introduce new tunnel VXLAN-GPE 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: Mon, 23 Apr 2018 09:44:04 -0000 On Fri, Apr 20, 2018 at 07:56:26PM +0800, Xueming Li wrote: > VXLAN-GPE enables VXLAN for all protocols. Protocol link: > https://www.ietf.org/id/draft-ietf-nvo3-vxlan-gpe-05.txt > > Signed-off-by: Xueming Li > Acked-by: Adrien Mazarguil > Acked-by: Thomas Monjalon > Acked-by: Mohammad Abdul Awal Acked-by: Olivier Matz