From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id BCEDF5AA1 for ; Mon, 23 Mar 2015 18:36:00 +0100 (CET) Received: from cpe-098-026-070-093.nc.res.rr.com ([98.26.70.93] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1Ya6GU-0006JI-S0; Mon, 23 Mar 2015 13:35:57 -0400 Date: Mon, 23 Mar 2015 13:35:45 -0400 From: Neil Horman To: Thomas Monjalon Message-ID: <20150323173545.GB5661@hmsreliant.think-freely.org> References: <3571725.20GtF5MAnU@xps13> <0C5AFCA4B3408848ADF2A3073F7D8CC86D53E553@IRSMSX109.ger.corp.intel.com> <1823253.PAnM90fukl@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1823253.PAnM90fukl@xps13> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: dev@dpdk.org Subject: Re: [dpdk-dev] tools brainstorming 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: Mon, 23 Mar 2015 17:36:01 -0000 On Mon, Mar 23, 2015 at 05:18:49PM +0100, Thomas Monjalon wrote: > 2015-03-20 15:07, Butler, Siobhan A: > > I propose we also add a bug tracking tool (e.g. Bugzilla or other). > > Don't you think adding a bug tracker would artificially split discussions > between mailing list threads and bug tracker entries? > I think patchwork is great because it summarizes patches pending on the > mailing list without breaking the discussion flow. > Maybe that a tool which collect bug discussions - as patchwork do for > the patches - would be ideal? > > > And also a standalone page/document/archive of FAQ's. > > Which kind of questions do you want to answer? > You're adding some technical questions in the release notes, which is great. > Are you thinking to anything else? > > Thanks > This hasn't proven to be the case anywhere else. Bugs tend to be something a small number of interested parties get involved with ("interested" being defined by the MAINTANIERS list). Once a bug is root caused and a solution developed, the list is used to debate its merits. The kernel has done this for years with kernel.bugzilla.org, and it works quite well. Neil