From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 33356A10DA for ; Wed, 31 Jul 2019 16:11:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E2A4B1C0DC; Wed, 31 Jul 2019 16:11:42 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 063A51BEEE for ; Wed, 31 Jul 2019 16:11:41 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 792F02208E; Wed, 31 Jul 2019 10:11:40 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 31 Jul 2019 10:11:40 -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=mesmtp; bh=I3epmMPqzgF3CXzcUowgRprAO+CCnDEzPRfYKSQOyM0=; b=ToCKCP22ss5D LZNZJ3DxKMqG8gNA3EFHA70z3RSaWxpksYD0EHvgWP+NbYy4A44aRDl8rjAc6HcJ mhVEqm8JJQHZSlGW3/deNX1VNqHGFaclFMOhLJczcdI2E7EXNi6WTEwdsw+vZAQq 32REJpsNbKwLwzh97Q4JKeaGOCvHX5I= 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=fm3; bh=I3epmMPqzgF3CXzcUowgRprAO+CCnDEzPRfYKSQOy M0=; b=U7fycdfaxWSrzY0QhKUMeL3XF4Ze3J+5r6f/g58UTc3I729TYXbOdQhfp +rsomE3WtffNxSXWvh+9oltpDHdBbM0kCnFt1+UHPFL1kKwdr2OuOG1gvBmHR9V6 ClCMt9rRd+8py3Ty1eL9ZnB6Zl0tc4RBUaie5qwNqBMPn2BDIyZRdTRSJqGo9ZV9 ZG1InOdXxK2yKdnDtTqNzXau7z64FJZqSr2no2fYpRwWBBd3x0tyyCyqT2eRsGHJ 4kk8orjIA3fYbb3/UWeXz19TXROrpRjPBAEZJJ9LSQ3LQb/9VieWHIxmhAZp3QkE dxt52MmvoqsQxNvCPsu4L2SjG/xjw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrleehgdejudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9433780063; Wed, 31 Jul 2019 10:11:39 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Wed, 31 Jul 2019 16:11:38 +0200 Message-ID: <4546066.bdz4gk2e5T@xps> In-Reply-To: <9006954.cUiHIlsqgh@xps> References: <20190701182536.20110-1-stephen@networkplumber.org> <9006954.cUiHIlsqgh@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 00/30] fix spelling errors in comments and messages X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" 16/07/2019 13:07, Thomas Monjalon: > 01/07/2019 20:25, Stephen Hemminger: > > Ran the codespell tool against the lib and examples. > > Lots of little repeated errors fixed. > > Please could you send a v2 addresing comments? > I think it can be only all squashed in one patch. Stephen, is it the right time for it? Please squash all in one patch for v2. Thanks