From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: announce ABI change for cloud filter Date: Thu, 19 Jan 2017 10:06:34 +0100 Message-ID: <2857373.EhiM2j9T0R@xps13> References: <1484804043-50156-1-git-send-email-yong.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Yong Liu , adrien.mazarguil@6wind.com Return-path: Received: from mail-lf0-f47.google.com (mail-lf0-f47.google.com [209.85.215.47]) by dpdk.org (Postfix) with ESMTP id 1F2D3FB60 for ; Thu, 19 Jan 2017 10:06:37 +0100 (CET) Received: by mail-lf0-f47.google.com with SMTP id n124so30831297lfd.2 for ; Thu, 19 Jan 2017 01:06:37 -0800 (PST) In-Reply-To: <1484804043-50156-1-git-send-email-yong.liu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-01-19 13:34, Yong Liu: > +* ABI changes are planned for 17.05: structure ``rte_eth_tunnel_filter_conf`` > + will be extended with a new member ``vf_id`` in order to enable cloud filter > + on VF device. I think we should stop rely on this API, and migrate to rte_flow instead. Adrien any thought?