From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 87C8068AC for ; Mon, 5 May 2014 11:54:10 +0200 (CEST) Received: by mail-wg0-f46.google.com with SMTP id n12so5211198wgh.17 for ; Mon, 05 May 2014 02:54:15 -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=oVmeZ1rsp26wVX85gdBacjsg4BvvrLoass1K+HpWmis=; b=VyhmBa7MFyBqTvzBw014PpEhtOfzMKQbntSnEjlfJ4xPqyCfSGje/UCDlzWuE7z+HI cdZ8KkjPgEU0cV3bl4gTPApGN+QkAe+rafQEmHkHwl/H2evLytL+yLOeDHfRqiQwrEQ2 HfGsgYYGCX5nqFJBLzhDDmUsevgpbdVCnDAyr0U8Kui9SFGjldJSB65I+z33K4jxE13d yhEI59OLGjQgrQh12u8o1y5/pH2uR4VetDsoYkdXVs3REvZSJ47xuPlDAhL8JINZmYOg lvDc1giNMQC82TmX0ZhnqfT1ZJsIXA/6UoM0BgIiNM8Am3tfy1rFJWD/mEFPBNaCoKl9 pzdg== X-Gm-Message-State: ALoCoQmEfxnMMupX5jnIsD/ik0wZzRehPa+J6arB8M+HCO8kbKKIM7ZXhhZYEedJ2lIVti/ygG3E X-Received: by 10.194.81.164 with SMTP id b4mr26879247wjy.2.1399283655696; Mon, 05 May 2014 02:54:15 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id pl6sm16200821wjc.0.2014.05.05.02.54.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 May 2014 02:54:14 -0700 (PDT) From: Thomas Monjalon To: Olivier MATZ Date: Mon, 05 May 2014 11:54:13 +0200 Message-ID: <1662144.c6hZhClsoT@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.1-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <5363BB91.8090208@6wind.com> References: <1399037282-5157-1-git-send-email-thomas.monjalon@6wind.com> <5363BB91.8090208@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] mk: sort config templates listing 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, 05 May 2014 09:54:10 -0000 > > The config templates can be seen with "make showconfigs", "make config" or > > "make help". It's easier to read if it's sorted. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Olivier Matz Applied for version 1.7.0. -- Thomas