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 9B88BA0C55; Wed, 13 Oct 2021 22:55:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 415DE410E5; Wed, 13 Oct 2021 22:55:14 +0200 (CEST) Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mails.dpdk.org (Postfix) with ESMTP id 75B3B4067C for ; Wed, 13 Oct 2021 22:55:13 +0200 (CEST) Received: by mail-pf1-f178.google.com with SMTP id y7so3551433pfg.8 for ; Wed, 13 Oct 2021 13:55:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=PW8BdikQ6Zq4Uvo8dIH2ZUnxVUiR/SzbnOLl5aGOyRw=; b=WLW791hLh3nSW6XFeAF5g4kf+X84UsHlPgt1TC2rE92t1/RrzABgasWhYxv9kbUcDL gv4DtQNJOsSO31QrhHevjFU0fEa1qFD71xze/11UsNlAx8qi8EGktvE8kJ5V1d7lh2MW xz/I0BK/9QkNz+MYXprCM/gbg8TUxq4a109Q+xF5F2j6t4VTwOsUdrus0vhS+eBbr+B/ VoaSCKuet4kCjIPWn+Hn1s35vdJBTCQLe74AfKUDd0Y1EtSg9ZajkpdYos7EstW+HycE 02rVMMk8PrVEiPoYmuJcvtfMO001WV8qtVy8rJ/q4l4XnPUhRAKyQeZeX5ySLXQuG53g x80A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=PW8BdikQ6Zq4Uvo8dIH2ZUnxVUiR/SzbnOLl5aGOyRw=; b=Vs8HGVHMBvPZvxqYOVEQ7YId/pt6XzYYgndbuBaJolKeQuySwqlKzib/F74rbQ4Kb6 ZBHl0k6E4kr4aSd9Yq8SNgNCD56C4Uztsz6W2ZRnxRh4iwoexoO3h1zS8HLoDYjaBvL0 BScHU14d9MIT94Riaa04FFjvNE/doKwaXTi4Mjn9XSY/Uy046jRRDz4xGIfMfaShLsqt nWUP9BjhcMVFRoiaSrXfGZ6iHn8S9n/EAfg6Zop6Og4urCJRVnVBMjBHQibiGE6f6x4o Hp9XkN09X8wZ+7Xm9R8aO5N7TX7heEsK/xevaWbGiUv6nwuA2nwVMrM5SM39+LMCQqdH 0I/A== X-Gm-Message-State: AOAM5319PMgb+VJYd59nKvMKPT+cS+W+VoOy4/iu9mYP8nJr75h7jUT9 y0R+lANOXyiFaXISn9JxOmsZj8auRnSYfQ== X-Google-Smtp-Source: ABdhPJwSbnQ9FcZ12PKB13xHPQID1fiwG8ZThhMpfiVv5J0JpRz2q+h6Zd/FWhZFNBh+i8R/DGhs9w== X-Received: by 2002:a65:4209:: with SMTP id c9mr1092233pgq.399.1634158512324; Wed, 13 Oct 2021 13:55:12 -0700 (PDT) Received: from localhost.localdomain (74.120.174.58.16clouds.com. [74.120.174.58]) by smtp.gmail.com with ESMTPSA id 130sm354712pfz.77.2021.10.13.13.55.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Oct 2021 13:55:11 -0700 (PDT) From: Kefu Chai To: dev@dpdk.org Cc: Kefu Chai , Bruce Richardson , Thomas Monjalon , Avi Kivity , anatoly.burakov@intel.com Date: Thu, 14 Oct 2021 04:54:17 +0800 Message-Id: <20211013205417.84119-1-tchaikov@gmail.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210902144805.105098-1-tchaikov@gmail.com> References: <20210902144805.105098-1-tchaikov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v5 0/2] build: add meson option of "max_memseg_lists" and "mbuf_refcnt_atomic" 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" --- v5: * split the changes of two options into two separated commits one for atomic_mbuf_ref_counts, the other for max_memseg_lists v4: * fix the coding style issue by reduce the line length to under 75. this change should silence the warning like: v3: * s/mbuf_refcnt_atomic/atomic_mbuf_ref_counts/, and update the title of the commit message accordingly * explain the expected number of MEMSEG_LISTS in commit message. * remove the empty line after the newly added option v2: * revise the commit message. Kefu Chai (2): build: add meson options of atomic_mbuf_ref_counts build: add meson options of max_memseg_lists config/meson.build | 5 ++++- config/rte_config.h | 2 -- meson_options.txt | 4 ++++ 3 files changed, 8 insertions(+), 3 deletions(-) -- 2.33.0