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 66C3DA0C41; Thu, 16 Sep 2021 12:41:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 555BD40151; Thu, 16 Sep 2021 12:41:24 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 65AC04003F for ; Thu, 16 Sep 2021 12:41:23 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10108"; a="308078408" X-IronPort-AV: E=Sophos;i="5.85,298,1624345200"; d="scan'208";a="308078408" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2021 03:41:22 -0700 X-IronPort-AV: E=Sophos;i="5.85,298,1624345200"; d="scan'208";a="553816723" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.5.206]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 16 Sep 2021 03:41:21 -0700 Date: Thu, 16 Sep 2021 11:41:18 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, david.marchand@redhat.com, ferruh.yigit@intel.com Message-ID: References: <20210915143232.2994872-1-thomas@monjalon.net> <20210916103209.3710442-1-thomas@monjalon.net> <2777321.BUEC3fTb5M@thomas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2777321.BUEC3fTb5M@thomas> Subject: Re: [dpdk-dev] [PATCH v2] eal: reword logs for CPU and NUMA counts 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" On Thu, Sep 16, 2021 at 12:39:20PM +0200, Thomas Monjalon wrote: > 16/09/2021 12:32, Thomas Monjalon: > > Some logs about cores and nodes were using hypotetic plural (s) form. > > A fixed plural form with value at the end is preferred. > > > > Signed-off-by: Thomas Monjalon > > --- > > v2: keep plural form as suggested by Bruce > > --- > > lib/eal/common/eal_common_lcore.c | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > Acked-by: Bruce Richardson