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 00C97A0A02; Thu, 14 Jan 2021 15:34:51 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E09721412CA; Thu, 14 Jan 2021 15:34:50 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 9145D1412C9 for ; Thu, 14 Jan 2021 15:34:49 +0100 (CET) IronPort-SDR: GlE+iM8DZ43flAPHf+MPuL4dShVYzJjdb5PKqnaxkrjPr4I+EsOjzraA7vD0q4wDb0djCRfr4a fuZsgIQ9sAaA== X-IronPort-AV: E=McAfee;i="6000,8403,9863"; a="157554479" X-IronPort-AV: E=Sophos;i="5.79,347,1602572400"; d="scan'208";a="157554479" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2021 06:34:48 -0800 IronPort-SDR: 3aqxn75Y8lPNr7jzUbaOQA8Y3XkPhkkJ9dLCnHeg9ijGzsCTETM+jL73hc700yS5VU9p0UzSgN 8lUtsTbk/7zQ== X-IronPort-AV: E=Sophos;i="5.79,347,1602572400"; d="scan'208";a="382284739" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.220.143]) ([10.213.220.143]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2021 06:34:46 -0800 To: Jeff Guo , qi.z.zhang@intel.com, jingjing.wu@intel.com, qiming.yang@intel.com, haiyue.wang@intel.com Cc: dev@dpdk.org References: <20201216085854.7842-1-jia.guo@intel.com> <20201224065940.76857-1-jia.guo@intel.com> <20201224065940.76857-2-jia.guo@intel.com> From: Ferruh Yigit Message-ID: <27089912-14ea-133d-7670-38f5ecadb1d3@intel.com> Date: Thu, 14 Jan 2021 14:34:45 +0000 MIME-Version: 1.0 In-Reply-To: <20201224065940.76857-2-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 v2 1/2] ethdev: add new tunnel type 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 12/24/2020 6:59 AM, Jeff Guo wrote: > Add type of RTE_TUNNEL_TYPE_ECPRI into the enum of ethdev tunnel type. > > Signed-off-by: Jeff Guo > Reviewed-by: Qi Zhang Reviewed-by: Ferruh Yigit But since you will be sending a new version of the set, can you please include a short release notes update?