From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 149DD11A2 for ; Mon, 21 Sep 2015 10:07:23 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 21 Sep 2015 01:07:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,566,1437462000"; d="scan'208";a="793977492" Received: from pgsmsx105.gar.corp.intel.com ([10.221.44.96]) by fmsmga001.fm.intel.com with ESMTP; 21 Sep 2015 01:07:21 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX105.gar.corp.intel.com (10.221.44.96) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 21 Sep 2015 16:05:52 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.179]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.12]) with mapi id 14.03.0248.002; Mon, 21 Sep 2015 16:05:50 +0800 From: "Lu, Wenzhuo" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [PATCH] ethdev: remove old flow director APIs Thread-Index: AQHQ9D/6ghFn6K9J0kaTR9r1bVpqk55Gn8gQ Date: Mon, 21 Sep 2015 08:05:49 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09090208F8E7@shsmsx102.ccr.corp.intel.com> References: <1442820849-1405-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1442820849-1405-1-git-send-email-jingjing.wu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Mon, 21 Sep 2015 08:07:24 -0000 Hi, > -----Original Message----- > From: Wu, Jingjing > Sent: Monday, September 21, 2015 3:34 PM > To: dev@dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Lu, Wenzhuo > Subject: [PATCH] ethdev: remove old flow director APIs >=20 > Old flow director APIs have been replaced by rte_eth_dev_filter_ctrl sinc= e > 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; >=20 > Signed-off-by: Jingjing Wu Acked-by: Wenzhuo Lu