From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E5F64A0C4E; Mon, 25 Oct 2021 18:23:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D2D87410F8; Mon, 25 Oct 2021 18:23:54 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id ACDB74003E for ; Mon, 25 Oct 2021 18:23:53 +0200 (CEST) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 57CDC5C0212; Mon, 25 Oct 2021 12:23:52 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Mon, 25 Oct 2021 12:23:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= eAbFGqq5q9TttRHNcoYe5Dbn5r21HForkQ4XU5wLwOU=; b=R4TtpWpz1nM/T7OP gUvWaBZYEoWy9jyOhcGAzsHAgByBQVt74j+4r17Wk8G2ct+/k+q4Fpc1VdB7xzxr tfWuiXyGvFSwyI+nfYYKNaPKWvZW+VCDlEikqfq3rTzwbLJleUXyG7EECp/YiSDr e9flmiYFgdY2ssisfaGGLUbfaccSPSQC2Dml6vy5f0ghaLxPu7jUChY5uQeJaQR1 lyCiXVexXq9ztOTkoe/LWJ+Y2FrdrV6zRijtFciesCJqdi0/Ppbl4240qmwKvrQP /SkjZnnnZcAyABrIFQJ7wNztm4FJgroASlhvMjwH405E6+oPvLOqE4bHFYzx0HVr WXvcLQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=eAbFGqq5q9TttRHNcoYe5Dbn5r21HForkQ4XU5wLw OU=; b=ZRrXnAIu17mPZp4y0lc/vyCNz48UgV6iZIgNbb5tHxH0yLCwCHaKPxru/ LltfTNbdus6QL2t4oCzUzdIxYRD5kR6AENfb88L/LAb1Lkg15UubnmwhTv2P5INe 5e/Oq2CLXcDVRsnYLFBCxWRm+249B2X7hhZN/7KxUpixbe1qoJsmBgVm8YNdfq7n 4nir/CppUKA+85Krwc0TmDHwFU425euMkKJTxfqBr4uoxmDPGRvEGi13NDOeoHeR GeeVQu76/KE0zFvHsv0lLyPQ8+gqQlEQYzjg06cswBLu+tuH/J3CY6NnNSTSMzA1 VCIWesCeQFmQshNkozpIJ60ud11GQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrvdefhedgkeekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 25 Oct 2021 12:23:51 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Mon, 25 Oct 2021 18:23:49 +0200 Message-ID: <2273162.LW6CCvjh1K@thomas> In-Reply-To: <20211025161736.12689-1-thomas@monjalon.net> References: <20211025161736.12689-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] config: sort Meson options by categories X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 25/10/2021 18:17, Thomas Monjalon: > Options used to be sorted alphabetically. > It looks easier to read when major options are first, > then path tuning, libs options, and drivers options. Even better, we could insert a blank line between each option.