From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E180DC44A for ; Thu, 30 Jul 2015 07:14:47 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 29 Jul 2015 22:14:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,575,1432623600"; d="scan'208";a="532820709" Received: from pgsmsx104.gar.corp.intel.com ([10.221.44.91]) by FMSMGA003.fm.intel.com with ESMTP; 29 Jul 2015 22:14:45 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by PGSMSX104.gar.corp.intel.com (10.221.44.91) with Microsoft SMTP Server (TLS) id 14.3.224.2; Thu, 30 Jul 2015 13:14:36 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.38]) by shsmsx102.ccr.corp.intel.com ([169.254.2.126]) with mapi id 14.03.0224.002; Thu, 30 Jul 2015 13:14:34 +0800 From: "Liu, Yong" To: "Liang, Cunming" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3] doc: announce abi change for interrupt mode Thread-Index: AQHQyoVeGjZuERhy3EONcK9l5a1jqJ3zd/hQ Date: Thu, 30 Jul 2015 05:14:34 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10EB26D1@SHSMSX103.ccr.corp.intel.com> References: <1438221474-10661-1-git-send-email-cunming.liang@intel.com> <1438232693-6118-1-git-send-email-cunming.liang@intel.com> In-Reply-To: <1438232693-6118-1-git-send-email-cunming.liang@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 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 05:14:48 -0000 Acked-by: Marvin Liu > -----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 mod= e >=20 > The patch announces the planned ABI changes for interrupt mode. >=20 > Signed-off-by: Cunming Liang > --- > v3 change: > - reword for CONFIG_RTE_NEXT_ABI >=20 > v2 change: > - rebase to recent master >=20 > doc/guides/rel_notes/deprecation.rst | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > 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