From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id AB6EA952 for ; Tue, 11 Aug 2015 05:01:31 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 10 Aug 2015 20:01:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,650,1432623600"; d="scan'208";a="539497191" Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78]) by FMSMGA003.fm.intel.com with ESMTP; 10 Aug 2015 20:01:28 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by PGSMSX101.gar.corp.intel.com (10.221.44.78) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 11 Aug 2015 11:01:26 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.45]) by shsmsx102.ccr.corp.intel.com ([169.254.2.126]) with mapi id 14.03.0224.002; Tue, 11 Aug 2015 11:01:24 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [PATCH] doc: announce ABI change for old flow director APIs removing Thread-Index: AQHQ09swj2wD2oAUEU6Db8M4YYNuAZ4GHDDQ Date: Tue, 11 Aug 2015 03:01:24 +0000 Message-ID: References: <1439259124-23762-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1439259124-23762-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] doc: announce ABI change for old flow director APIs removing 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, 11 Aug 2015 03:01:32 -0000 > -----Original Message----- > From: Wu, Jingjing > Sent: Monday, August 10, 2015 7:12 PM > To: dev@dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Liu, Jijiang > Subject: [PATCH] doc: announce ABI change for old flow director APIs remo= ving >=20 > APIs for flow director filters has been replaced by rte_eth_dev_filter_ct= rl by > previous releases. Enic, ixgbe and i40e are switched to support filter_ct= rl APIs, so > the old APIs are useless, and ready to be removed now. > This patch announces the ABI change for these APIs removing. >=20 > Signed-off-by: Jingjing Wu Acked-by: Helin Zhang