From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCHv3 0/4] dpdk: enhance EXPERIMENTAL api tagging Date: Tue, 12 Dec 2017 15:18:23 -0500 Message-ID: <20171212201823.GC1047@hmswarspite.think-freely.org> References: <20171201185628.16261-1-nhorman@tuxdriver.com> <20171211193619.21643-1-nhorman@tuxdriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" , "thomas@monjalon.net" , "Richardson, Bruce" To: "Mcnamara, John" Return-path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 1EED225E5 for ; Tue, 12 Dec 2017 21:19:04 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Dec 12, 2017 at 02:33:13PM +0000, Mcnamara, John wrote: > > > > -----Original Message----- > > From: Neil Horman [mailto:nhorman@tuxdriver.com] > > Sent: Monday, December 11, 2017 7:36 PM > > To: dev@dpdk.org > > Cc: thomas@monjalon.net; Mcnamara, John ; > > Richardson, Bruce > > Subject: [PATCHv3 0/4] dpdk: enhance EXPERIMENTAL api tagging > > > > Hey all- > > A few days ago, I was lamenting the fact that, when reviewing > > patches I would frequently complain about ABI changes that were actually > > considered safe because they were part of the EXPERIMENTAL api set. John > > M. asked me then what I might do to improve the situation, and the > > following patch set is a proposal that I've come up with. > > Hi Neil, > > Thanks for this and apologies in advance for making more work for you but > it would be good to have a short section in the Contributors Guide on how > to add/check experimental APIs. I think the information in this cover > letter could be repurposed along with a few code and shell examples. > > Probably as a new high level section in the Contributors Guides: > > http://dpdk.org/doc/guides/contributing/index.html > > Thanks, > > John > Thats ok, I was actually trying to think of where to add documentation for this thing, but couldnt find a really appropriate place. I'll add that in and repost. Neil