From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/4] ixgbe: support UDP tunnel add/del Date: Tue, 12 Jan 2016 13:37:05 +0100 Message-ID: <45400897.Vxte4xBp0F@xps13> References: <1452496044-17524-1-git-send-email-wenzhuo.lu@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC090902A7D323@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: "Lu, Wenzhuo" Return-path: Received: from mail-pf0-f175.google.com (mail-pf0-f175.google.com [209.85.192.175]) by dpdk.org (Postfix) with ESMTP id F317B8E62 for ; Tue, 12 Jan 2016 13:38:11 +0100 (CET) Received: by mail-pf0-f175.google.com with SMTP id e65so62657985pfe.0 for ; Tue, 12 Jan 2016 04:38:11 -0800 (PST) In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC090902A7D323@SHSMSX103.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, 2016-01-11 08:28, Lu, Wenzhuo: > [Wenzhuo] The udp_tunnel_add and udp_tunnel_del have already existed.= I just use them. Honestly I agree with you they are not accurate name.= Better change them to udp_tunnel_port_add and udp_tunnel_port_del. But= it should be a ABI change if I=E2=80=99m not wrong. I think we can ann= ounce it this release and change them in the next release. Would you ag= ree? Thanks. You can introduce the new name and keep the old one for backward compat= while announcing its deprecation. Thanks