From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com
 [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 9DFE011C5
 for <dev@dpdk.org>; Mon, 23 Mar 2015 17:19:31 +0100 (CET)
Received: by wibg7 with SMTP id g7so51891581wib.1
 for <dev@dpdk.org>; Mon, 23 Mar 2015 09:19:31 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=i9nsFCZ6jYZcjyqMID45uD/c1tBWckMRQnCvwGTFjJM=;
 b=GjDSOlYu4yZZiBB9t/wll/zBSMn0LUvvEyCXtlAKt/yf4rrVeE6HEsg51Y3iW7/sTZ
 jOk7Ir/C9qA8BWOhlbBRjIuC5hv7aCn7nYeTGt0rAOgGaVyIfIiJoUNId9iwpYBHHRVk
 xWn9YdwlrpFlVUR4u2qtsSyMsx98IUEy92rWJEQ4aMIcXNb/R/s81/2dCDBnj+NF3OaN
 X2hdGIE55k1lbj+877XaNpSlQRN1u1Y/uE4KNDUToWIo0R6PobwZfqKfu/gpryy15Uau
 29D6vYHWI3kl67IELuOEWiZ0rcKVxoU6q2LnKihHQhc3+yeQGPsrBT2s76FnOsIkDZbh
 Pi7w==
X-Gm-Message-State: ALoCoQmxj19ZgqpEvSWAES7DtmYmiGxBpzsr9UCtT1Q244Ejxih6DfOoRz+mcXl8KyDnTfWULpjJ
X-Received: by 10.180.99.98 with SMTP id ep2mr17567594wib.61.1427127571386;
 Mon, 23 Mar 2015 09:19:31 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id fo8sm11805320wib.14.2015.03.23.09.19.29
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 23 Mar 2015 09:19:30 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Butler, Siobhan A" <siobhan.a.butler@intel.com>
Date: Mon, 23 Mar 2015 17:18:49 +0100
Message-ID: <1823253.PAnM90fukl@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
In-Reply-To: <0C5AFCA4B3408848ADF2A3073F7D8CC86D53E553@IRSMSX109.ger.corp.intel.com>
References: <3571725.20GtF5MAnU@xps13>
 <0C5AFCA4B3408848ADF2A3073F7D8CC86D53E553@IRSMSX109.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Mar 2015 16:19:31 -0000

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