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 71ADEC43A for ; Thu, 30 Jul 2015 05:38:53 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 29 Jul 2015 20:38:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,574,1432623600"; d="scan'208";a="774159702" Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78]) by orsmga002.jf.intel.com with ESMTP; 29 Jul 2015 20:38:51 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by PGSMSX101.gar.corp.intel.com (10.221.44.78) with Microsoft SMTP Server (TLS) id 14.3.224.2; Thu, 30 Jul 2015 11:38:50 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.126]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.18]) with mapi id 14.03.0224.002; Thu, 30 Jul 2015 11:38:49 +0800 From: "Liang, Cunming" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: announce ABI change for rte_eth_fdir_filter Thread-Index: AQHQwrpKqQbVJG6DPUaKyuZUuUFVaZ3zbMhQ Date: Thu, 30 Jul 2015 03:38:49 +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: zh-CN, 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 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: Thu, 30 Jul 2015 03:38:54 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jingjing Wu > Sent: Monday, July 20, 2015 3:04 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: announce ABI change for rte_eth_fdir_fil= ter >=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 > --- > doc/guides/rel_notes/deprecation.rst | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index 5330d3b..63e19c7 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -35,3 +35,7 @@ Deprecation Notices > * The following fields have been deprecated in rte_eth_stats: > imissed, ibadcrc, ibadlen, imcasts, fdirmatch, fdirmiss, > tx_pause_xon, rx_pause_xon, tx_pause_xoff, rx_pause_xoff > + > +* Significant ABI change is planned for struct rte_eth_fdir_filter to ex= tend > + the SCTP flow's key input from release 2.1. The change may be enabled = in > + the upcoming release 2.1 with CONFIG_RTE_NEXT_ABI. > -- > 2.4.0 Acked-by: Cunming Liang