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 835371B204 for ; Wed, 3 Oct 2018 22:38:51 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1489721E5F; Wed, 3 Oct 2018 16:38:51 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 03 Oct 2018 16:38:51 -0400 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=wujy/iZ+YPG16Rf0dJY3pFk/vxnVCsD3G59ZSOneq5A=; b=GFEhjOu4IKo8 CdqzQ7FY1IxsxgpCU74BXXg/0hA9k2z50+aQLuXpXKyWT7cna2av+OoBnLKZI7DM nE50x1fGW7G/+WHaAxHwdhBxLOaEAnvtuk563efAJix+E+IyhHGDY0PNyWrFxJMP 9qtpdB3eu7lq7y07+bdSymfLD9ON5yM= 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=fm3; bh=wujy/iZ+YPG16Rf0dJY3pFk/vxnVCsD3G59ZSOneq 5A=; b=lAoE6MrhvF91fi9GbM9QvItLEp5gO0lc7IJKmfH0H9EVBs5mklHhcUwIF uh4OqWZhw1Zbc5p/A6Pb/25Dyh7+RIWPSdspf7UeGmHeUuoIt/eTqEfwVUYA13Zh DuhCR4DLztCHWh68x/9TyPyDkOY8uftHabqdRHv/9FaLhXA4VWjaxKxjxFES9gcE BgmYdjLRB4/gpOv0JiZxIkG3UpLgkaIJArUmnmK1u8qRyhzEzSp6+813Prt0wNi8 odFM5oyyukdj5AqZ9CKyecsvqT/RG0FBaXx+w/fuT5kimpw+poxMXdXPCq3aq6+d 9IuZXlrBoenzftUzl+01vSW3doasw== X-ME-Sender: 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 0068CE49EB; Wed, 3 Oct 2018 16:38:48 -0400 (EDT) From: Thomas Monjalon To: ferruh.yigit@intel.com Cc: dev@dpdk.org, Ori Kam , arybchenko@solarflare.com, stephen@networkplumber.org, adrien.mazarguil@6wind.com, dekelp@mellanox.com, nelio.laranjeiro@6wind.com, yskoh@mellanox.com, shahafs@mellanox.com, bernard.iremonger@intel.com Date: Wed, 03 Oct 2018 22:38:47 +0200 Message-ID: <1577857.5uOr2GiJdD@xps> In-Reply-To: <1537995646-95260-1-git-send-email-orika@mellanox.com> References: <1537116824-191205-1-git-send-email-orika@mellanox.com> <1537995646-95260-1-git-send-email-orika@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/3] ethdev: add generic L2/L3 tunnel encapsulation actions 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: Wed, 03 Oct 2018 20:38:51 -0000 26/09/2018 23:00, Ori Kam: > Ori Kam (3): > ethdev: add generic L2/L3 tunnel encapsulation actions > app/testpmd: convert testpmd encap commands to new API > ethdev: remove vxlan and nvgre encapsulation commands If no more comment, I think we should accept this series.