From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: remove old flow director APIs Date: Tue, 29 Sep 2015 18:49:38 +0200 Message-ID: <7907694.WtzxRDHq7p@xps13> References: <1442820849-1405-1-git-send-email-jingjing.wu@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09090208F8E7@shsmsx102.ccr.corp.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-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 01F673787 for ; Wed, 30 Sep 2015 01:18:39 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so37326967wic.0 for ; Tue, 29 Sep 2015 16:18:38 -0700 (PDT) In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09090208F8E7@shsmsx102.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" 2015-09-21 08:05, Lu, Wenzhuo: > From: Wu, Jingjing > > Old flow director APIs have been replaced by rte_eth_dev_filter_ctrl since > > release 2.0. And no drivers in current code support these APIs. > > All the removed APIs are list below: > > - rte_eth_dev_fdir_add_perfect_filter; > > - rte_eth_dev_fdir_add_signature_filter; > > - rte_eth_dev_fdir_get_infos; > > - rte_eth_dev_fdir_remove_perfect_filter; > > - rte_eth_dev_fdir_remove_signature_filter; > > - rte_eth_dev_fdir_set_masks; > > - rte_eth_dev_fdir_update_perfect_filter; > > - rte_eth_dev_fdir_update_signature_filter; > > > > Signed-off-by: Jingjing Wu > Acked-by: Wenzhuo Lu The mlx4 driver does not build. And you forgot to update the release notes (deprecation and API changes). This time, I fixed and applied it.