From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9B74DA0A02; Fri, 15 Jan 2021 13:28:14 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2B9EE141037; Fri, 15 Jan 2021 13:28:14 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 01E8614102E for ; Fri, 15 Jan 2021 13:28:12 +0100 (CET) IronPort-SDR: I6dY8cdTJPHDusjDgIKWiqX6ZL2W7UG9DBcoU8WnfXWPZat209BrQzMjGhmMfiSmqBOqhUlGYr S+ImpV9HCuZg== X-IronPort-AV: E=McAfee;i="6000,8403,9864"; a="166209359" X-IronPort-AV: E=Sophos;i="5.79,349,1602572400"; d="scan'208";a="166209359" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jan 2021 04:28:09 -0800 IronPort-SDR: v1n73MwKzj39UrttZNCxTcSv5SaXI4llQ5Lr8TMjAaYo9Jmrye4636zUXF4NbvswFUXcHmIAZU /VlsYRQqXxNA== X-IronPort-AV: E=Sophos;i="5.79,349,1602572400"; d="scan'208";a="382647365" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.221.206]) ([10.213.221.206]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jan 2021 04:28:05 -0800 To: Jeff Guo , qi.z.zhang@intel.com, thomas@monjalon.net, andrew.rybchenko@oktetlabs.ru, bernard.iremonger@intel.com, wenzhuo.lu@intel.com, beilei.xing@intel.com Cc: jingjing.wu@intel.com, qiming.yang@intel.com, haiyue.wang@intel.com, dev@dpdk.org, simei.su@intel.com, orika@nvidia.com, getelson@nvidia.com, maxime.coquelin@redhat.com, jerinj@marvell.com, ajit.khaparde@broadcom.com, bingz@nvidia.com, ray.kinsella@intel.com, dodji@redhat.com, david.marchand@redhat.com References: <20201216085854.7842-1-jia.guo@intel.com> <20210115051542.98748-1-jia.guo@intel.com> From: Ferruh Yigit Message-ID: Date: Fri, 15 Jan 2021 12:28:04 +0000 MIME-Version: 1.0 In-Reply-To: <20210115051542.98748-1-jia.guo@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-dev v5 0/2] add new UDP tunnel port configure for eCPRI X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 1/15/2021 5:15 AM, Jeff Guo wrote: > Add new UDP tunnel port configure for eCPRI protocol features > > v5: > fix a coding style issue. > > v4: > add doc in release note for all related eCPRI features. > > v3: > seperate the patch set and add some document > > Jeff Guo (2): > ethdev: add new tunnel type for eCPRI > app/testpmd: add new UDP tunnel port for eCPRI > Series applied to dpdk-next-net/main, thanks.