From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=OWggg+LDlmj6eeevlzfCmiwIlWmEJ21mRRNh56553J0=; b=c1Wq9T+Bg0KnQF41r7q6VT/CJ2m63DYY7xm0mY8kHIMtHvNAYdZdgHrLca51y/G9gw EsGqjkqqWw+K94Wwxfob0yooX+2w2mUMY/VP+Ux+tbW7E8RVqoeZ+/Cc2C58puALMvLi H3b7PZtmwds8xN3tEWs0dVF+K2CnmnJeZ+4voWpTmDCwJj/xzfIPPsnFqBa/k7PwKpPq DjvF6qUIoz1vPEBs+tZe1DPui0r89jeLAN6To4+M+0jOrlfLnKUD94fMEJowjCPk3y19 msrgvFKWWjjYgDZPFGcP/NOmfgBGUYZsdc1Nxu9XWYsP/WVoeV/oKZ/yd3fyabVpyVMd dW4g== X-Gm-Message-State: ALoCoQmWC0wtyKvp9pv8/k/MyIaQUTPHzgI1PYdQxqp6FIXN51uyAKx9saw8WSQilR5CrOv+45WL X-Received: by 10.180.105.234 with SMTP id gp10mr26013679wib.51.1443568718892; Tue, 29 Sep 2015 16:18:38 -0700 (PDT) Received: from xps13.localnet ([82.235.116.147]) by smtp.gmail.com with ESMTPSA id ld5sm337189wjc.18.2015.09.29.16.18.38 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Sep 2015 16:18:38 -0700 (PDT) From: Thomas Monjalon To: "Wu, Jingjing" Date: Tue, 29 Sep 2015 18:49:38 +0200 Message-ID: <7907694.WtzxRDHq7p@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09090208F8E7@shsmsx102.ccr.corp.intel.com> References: <1442820849-1405-1-git-send-email-jingjing.wu@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09090208F8E7@shsmsx102.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] ethdev: remove old flow director APIs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2015 23:18:39 -0000 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.