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 BF143A0093; Fri, 7 Jan 2022 12:24:06 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4477640140; Fri, 7 Jan 2022 12:24:06 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 480D340042 for ; Fri, 7 Jan 2022 12:24:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1641554645; x=1673090645; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=WDQziAslKJak+Zl4knSSDrM6PrLfO8S4kkYX54nn5lw=; b=YvgzIRoC10NjmJzkTYXUL4i25qkORc++ObySasXT/1r4EqUjJEKGNg3E WxA3n6g+VxRYGiR9G5wae2YFnaFoCdS8n6gPO5RSOSC8HhDuJ43Baxq6g K/g4QLxSm/qMbTe2aNlctRLj95iwuCoTqLen5fmUZ+XkIzNh5SXFn3g5C t7bz6GNMys4h+m3mrX92EEb+T0+zEacIwf5Ibr5RKweUXSXEwDDVQsTrG e5FSaEoc1QFANwhtKqlguSSADKnd7lVNRkIWt2jz1QxZo67xJUkFZWKcD xDMYoqMs8vE20Jt6lDkJBWBv4WgrkVGmNQxcZtIoSeZ1hzqer24mykpYy A==; X-IronPort-AV: E=McAfee;i="6200,9189,10219"; a="240403616" X-IronPort-AV: E=Sophos;i="5.88,269,1635231600"; d="scan'208";a="240403616" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jan 2022 03:23:58 -0800 X-IronPort-AV: E=Sophos;i="5.88,269,1635231600"; d="scan'208";a="621868761" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.26.15]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 07 Jan 2022 03:23:56 -0800 Date: Fri, 7 Jan 2022 11:23:53 +0000 From: Bruce Richardson To: Thomas Monjalon Cc: Josh Soref , dev@dpdk.org, Ferruh Yigit , David Marchand Subject: Re: [PATCH v2] Spelling comments/text Message-ID: References: <20211126195851.50167-1-jsoref@users.noreply.github.com> <20211129160802.38098-1-jsoref@users.noreply.github.com> <1848208.taCxCBeP46@thomas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1848208.taCxCBeP46@thomas> 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 On Thu, Jan 06, 2022 at 05:52:49PM +0100, Thomas Monjalon wrote: > 29/11/2021 17:08, Josh Soref: > > - * dequeueing once we've filled up the queue, we have to benchmark it > > + * dequeuing once we've filled up the queue, we have to benchmark it > > I think "dequeueing" is correct. > Well, we have "queue" and "queuing" so therefore I would expect the "e" to be similarly dropped from the "dequeue" version. /Bruce