From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id A03202BA1 for ; Tue, 14 Feb 2017 01:33:44 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 13 Feb 2017 16:33:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,158,1484035200"; d="scan'208";a="820543384" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by FMSMGA003.fm.intel.com with ESMTP; 13 Feb 2017 16:33:43 -0800 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by irsmsx105.ger.corp.intel.com (163.33.3.28) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 14 Feb 2017 00:33:42 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.77]) by irsmsx112.ger.corp.intel.com ([169.254.1.175]) with mapi id 14.03.0248.002; Tue, 14 Feb 2017 00:33:42 +0000 From: "Mcnamara, John" To: Thomas Monjalon , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] doc: announce API changes to implement the bus model Thread-Index: AQHShhU/3xLvmxLAUk+RpnKePq+PIKFnp8PA Date: Tue, 14 Feb 2017 00:33:41 +0000 Message-ID: References: <2321224.ZvC7RxeBXe@xps13> <1487002834-27996-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1487002834-27996-1-git-send-email-thomas.monjalon@6wind.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWI4ZWZhZGQtYWE2MC00ZTBlLWE4MjktYThhYzU0ZjU2NTJhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImJ0ZWRkNmxGWEo2d250ZWJuVGdJXC9McXVQd05kSXRyb01GXC9LZlJOa1ZDST0ifQ== x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] doc: announce API changes to implement the bus model X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 00:33:45 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, February 13, 2017 4:21 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] doc: announce API changes to implement the > bus model >=20 > The new bus model has been proposed in 17.02 without being used. > The big rework should happen in 17.05. >=20 > Suggested-by: Shreyansh Jain > Signed-off-by: Thomas Monjalon Acked-by: John McNamara