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 D83A2A04BC; Fri, 9 Oct 2020 14:49:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5D9701D640; Fri, 9 Oct 2020 14:49:18 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 346691D61D for ; Fri, 9 Oct 2020 14:49:16 +0200 (CEST) IronPort-SDR: Iqk5ISyZzth/25ftBIIb9k0wOoMQBpogu40n8JlIH1jT6GoP2obUEGoOewGnNMkGg4UF5uBYJp IESw4cLARPFQ== X-IronPort-AV: E=McAfee;i="6000,8403,9768"; a="227127332" X-IronPort-AV: E=Sophos;i="5.77,355,1596524400"; d="scan'208";a="227127332" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2020 05:49:14 -0700 IronPort-SDR: Zf74kwic7s9FHlkadLzaF7yUUMPp/n/P0BshyxJ4csmrmzqwYLEorMp/IDnAUVz31rX1jutncj ogBaKfQG3dTw== X-IronPort-AV: E=Sophos;i="5.77,355,1596524400"; d="scan'208";a="462178767" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.18.7]) ([10.252.18.7]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2020 05:49:12 -0700 To: Ophir Munk , dev@dpdk.org, Olivier Matz , Wenzhuo Lu , Jingjing Wu , Bernard Iremonger Cc: Ophir Munk References: <20201007153055.28820-2-ophirmu@nvidia.com> <20201008201656.19865-1-ophirmu@nvidia.com> From: Ferruh Yigit Message-ID: Date: Fri, 9 Oct 2020 13:49:08 +0100 MIME-Version: 1.0 In-Reply-To: <20201008201656.19865-1-ophirmu@nvidia.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v7 0/3] Add GENEVE protocol parsing to testpmd 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" On 10/8/2020 9:16 PM, Ophir Munk wrote: > v1: > Initial version > v2: > Rebased + Minor update in protocol options field: > char opts[0] ===> uint8_t opts[] > v3: > Rebase > document "geneve-port=N" parameter > v4: > Mispelling corrections > v5: > Rebase + Updates following review > http://patches.dpdk.org/patch/77734/ > v6: > Rebase + Updates following reviews: more cleanup and added documentation. > v7: > Updates following reviews: rename geneve-port as geneve-parsed-port + added documentation. > > > Ophir Munk (3): > app/testpmd: add GENEVE parsing > app/testpmd: enable configuring GENEVE port > app/testpmd: tunnel parsing protocols cleanup > For series, Reviewed-by: Ferruh Yigit Series applied to dpdk-next-net/main, thanks.