From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: announce ABI change for old flow director APIs removing Date: Wed, 12 Aug 2015 11:02:28 +0200 Message-ID: <159937167.ocu0p7VAbn@xps13> References: <1439259124-23762-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Wu, Jingjing" Return-path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 06E838D8D for ; Wed, 12 Aug 2015 11:03:44 +0200 (CEST) Received: by wicne3 with SMTP id ne3so209290267wic.1 for ; Wed, 12 Aug 2015 02:03:43 -0700 (PDT) In-Reply-To: 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" > > APIs for flow director filters has been replaced by rte_eth_dev_filter_ctrl by > > previous releases. Enic, ixgbe and i40e are switched to support filter_ctrl APIs, so > > the old APIs are useless, and ready to be removed now. > > This patch announces the ABI change for these APIs removing. > > > > Signed-off-by: Jingjing Wu > Acked-by: Helin Zhang Reworded and applied, thanks