From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4 1/5] eal: add VXLAN-GPE macro Date: Tue, 19 Mar 2019 16:34:29 +0000 Message-ID: References: <20190318154200.28409-1-qiming.yang@intel.com> <20190319163658.115513-1-qiming.yang@intel.com> <20190319163658.115513-2-qiming.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev , Qi Zhang To: David Marchand , Qiming Yang , Thomas Monjalon , Andrew Rybchenko Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 13D8611A4 for ; Tue, 19 Mar 2019 17:34:32 +0100 (CET) In-Reply-To: Content-Language: en-US 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 3/19/2019 1:50 PM, David Marchand wrote: > eal: in the title ? we are in ethdev. > > On Tue, Mar 19, 2019 at 10:14 AM Qiming Yang wrote: > >> This patch added VXLAN-GPE macro in rte_eth_tunnel_type. >> >> Signed-off-by: Qiming Yang >> --- >> lib/librte_ethdev/rte_eth_ctrl.h | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/lib/librte_ethdev/rte_eth_ctrl.h >> b/lib/librte_ethdev/rte_eth_ctrl.h >> index 5ea8ae2..b341634 100644 >> --- a/lib/librte_ethdev/rte_eth_ctrl.h >> +++ b/lib/librte_ethdev/rte_eth_ctrl.h >> @@ -229,6 +229,7 @@ enum rte_eth_tunnel_type { >> RTE_TUNNEL_TYPE_NVGRE, >> RTE_TUNNEL_TYPE_IP_IN_GRE, >> RTE_L2_TUNNEL_TYPE_E_TAG, >> + RTE_TUNNEL_TYPE_VXLAN_GPE, >> RTE_TUNNEL_TYPE_MAX, >> }; >> > > > Comments on this patch: > - is this the normal process to get an ethdev api update go through > dpdk-next-net-intel without an ethdev maintainer acking? No. Vendor sub-trees are for the driver only changes. > - does this patch introduce an api/abi breakage? (validate-abi.sh did not > complain, to my surprise) >