From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id A8ED61DB9 for ; Mon, 23 Apr 2018 17:15:10 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2642920FFF; Mon, 23 Apr 2018 11:15:10 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 23 Apr 2018 11:15:10 -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; s=mesmtp; bh=mSkE2jImvi3P6M0mxCneDjeLWl PkYVnNPbJ2P+XVxaw=; b=rxw1sUchwFQr6iG/C2HBRshzGRkSVm6WCGxpz7e55W SZv9rhOsFIBWEIoOl0Pz1/85aGd9KqTYBLvqllePg3RcpFQ49m0hGW2kidnYWDTV JSyfT+89SbPcH8MQlP71oqhE2778t4ulPWpfD1NZDsPydz//KrZYtq3m+rIN6KMf I= 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; s=fm2; bh=mSkE2j Imvi3P6M0mxCneDjeLWlPkYVnNPbJ2P+XVxaw=; b=fjcPg/r197Ru9clFzsEwlr G808v3t2Kr6iTFZ4mOXX+T14qX2ej+BB8CTnxrlzXuZyLTNu9j/JdU3G032hqP0T 8V+dllNoh/xBFXUxHA6zeNHNrlG1sbPe+rCG+OTaIjVqh144bp6MnvB9ZzkaA3FZ Pj3BKlU6EKyND/9v8s1fUmqy/yr8UUPOkUp7oap5CqWClTIDSP4JfLovTv61quRk G4N34RdftHHwV+ALLXr/VqcbPRxfcDmaiE4XhjwJQj6CcWnG7U9FUeIIq4G6hvAY d5HXW1Mo522aS2CS1oy/vp4q8/gNhJk4hGh7HhNwHjyzzMiYPDX3wQu2xyXNmFig == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D7621E5088; Mon, 23 Apr 2018 11:15:08 -0400 (EDT) From: Thomas Monjalon To: Xueming Li Cc: dev@dpdk.org, Wenzhuo Lu , Jingjing Wu , Adrien Mazarguil , Nelio Laranjeiro , Shahaf Shuler , Olivier Matz Date: Mon, 23 Apr 2018 17:15:07 +0200 Message-ID: <2321135.0Tq2KLabfH@xps> In-Reply-To: <20180423121635.32347-4-xuemingl@mellanox.com> References: <20180423121635.32347-1-xuemingl@mellanox.com> <20180423121635.32347-4-xuemingl@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v7 3/5] ethdev: introduce tunnel type MPLS-in-GRE and MPLS-in-UDP 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 15:15:10 -0000 23/04/2018 14:16, Xueming Li: > This patch adds new tunnel type for MPLS-in-GRE and MPLS-in-UDP. > > MPLS-in-GRE protocol link: > https://tools.ietf.org/html/rfc4023 > > MPLS-in-UDP protocol link: > https://tools.ietf.org/html/rfc7510 > > Signed-off-by: Xueming Li > Acked-by: Adrien Mazarguil > Acked-by: Olivier Matz Acked-by: Thomas Monjalon