From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 03798106B for ; Tue, 4 Aug 2015 10:55:22 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 04 Aug 2015 01:55:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,607,1432623600"; d="scan'208";a="777390950" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga002.jf.intel.com with ESMTP; 04 Aug 2015 01:55:21 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 4 Aug 2015 09:52:40 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.149]) by irsmsx112.ger.corp.intel.com ([10.108.20.5]) with mapi id 14.03.0224.002; Tue, 4 Aug 2015 09:52:40 +0100 From: "Mcnamara, John" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: announce ABI change for rte_eth_fdir_filter Thread-Index: AQHQwrpIfVgnW1rGRUqajpoPQbadiZ37n6xQ Date: Tue, 4 Aug 2015 08:52:40 +0000 Message-ID: References: <1437375817-11274-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1437375817-11274-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: [163.33.239.180] 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 rte_eth_fdir_filter 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, 04 Aug 2015 08:55:23 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jingjing Wu > Sent: Monday, July 20, 2015 8:04 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: announce ABI change for > rte_eth_fdir_filter >=20 > To fix the FVL's flow director issue for SCTP flow, rte_eth_fdir_filter > need to be change to support SCTP flow keys extension. Here announce the > ABI deprecation. >=20 > Signed-off-by: jingjing.wu Acked-by: John McNamara