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 4290FC63E for ; Thu, 30 Jul 2015 16:25:31 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 30 Jul 2015 07:25:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,577,1432623600"; d="scan'208";a="738838405" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga001.jf.intel.com with ESMTP; 30 Jul 2015 07:25:31 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.158]) by IRSMSX101.ger.corp.intel.com ([169.254.1.216]) with mapi id 14.03.0224.002; Thu, 30 Jul 2015 15:25:28 +0100 From: "O'Driscoll, Tim" To: "Liu, Yong" , "Liang, Cunming" , "dev@dpdk.org" , Neil Horman Thread-Topic: [dpdk-dev] [PATCH v3] doc: announce abi change for interrupt mode Thread-Index: AQHQyoVawXt8K5dRCUSpZtYJv/Maip3zZ3AAgACnWMA= Date: Thu, 30 Jul 2015 14:25:27 +0000 Message-ID: <26FA93C7ED1EAA44AB77D62FBE1D27BA6607FF8D@IRSMSX102.ger.corp.intel.com> References: <1438221474-10661-1-git-send-email-cunming.liang@intel.com> <1438232693-6118-1-git-send-email-cunming.liang@intel.com> <86228AFD5BCD8E4EBFD2B90117B5E81E10EB26D1@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <86228AFD5BCD8E4EBFD2B90117B5E81E10EB26D1@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] doc: announce abi change for interrupt mode 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 14:25:31 -0000 Hi Neil, There have been a few deprecation notices like this one submitted. Since yo= u drove the ABI policy, it would be good to get confirmation from you that = these are compliant with the policy and that you don't see any issues. Idea= lly, it would be great if you can review and ack them. If you don't have th= e time, even just a general indication that you don't see any problems woul= d be useful. Thanks, Tim > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Liu, Yong > Sent: Thursday, July 30, 2015 6:15 AM > To: Liang, Cunming; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] doc: announce abi change for > interrupt mode >=20 > Acked-by: Marvin Liu >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Cunming Liang > > Sent: Thursday, July 30, 2015 1:05 PM > > To: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH v3] doc: announce abi change for interrupt > mode > > > > The patch announces the planned ABI changes for interrupt mode. > > > > Signed-off-by: Cunming Liang > > --- > > v3 change: > > - reword for CONFIG_RTE_NEXT_ABI > > > > v2 change: > > - rebase to recent master > > > > doc/guides/rel_notes/deprecation.rst | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/doc/guides/rel_notes/deprecation.rst > > b/doc/guides/rel_notes/deprecation.rst > > index 5330d3b..d36d267 100644 > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > @@ -35,3 +35,8 @@ 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 > > + > > +* The ABI changes are planned for struct rte_intr_handle, struct > > rte_eth_conf > > + and struct eth_dev_ops to support interrupt mode feature from > release > > 2.1. > > + Those changes may be enabled in the upcoming release 2.1 > > + with CONFIG_RTE_NEXT_ABI. > > -- > > 1.8.1.4