From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id DAD2DA0096 for ; Wed, 8 May 2019 23:24:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7FFF934F0; Wed, 8 May 2019 23:24:36 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 1BCC1DE3 for ; Wed, 8 May 2019 23:24:35 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8A6FE269BC; Wed, 8 May 2019 17:24:34 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 08 May 2019 17:24:34 -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=STiMNd5KgqAaJ/J/Q1z41iSYO6PR7my/1JZ7s9LC6l4=; b=rIUBuHV1fk2H uhqxCumSl9eGo+tC+ZjvetslOTpH+40px/YP0zkns9W4RfUFm79dJdGMFg9kTcWh QVirzDAAwaPNys/BBb4LP6GXbokpyItYhnN5TMpthmFlY0wztidxajXAQUeE8TDm jt7+mxQnmnmH/2jcb1lXViQ4XXFtkDE= 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=fm2; bh=STiMNd5KgqAaJ/J/Q1z41iSYO6PR7my/1JZ7s9LC6 l4=; b=TKabZ02FpzYE+RLym7uGogig8xSUi9A+mGauMQOevsbd1lOj+OS+ssY2b v+iLhWoegnX5DUP6XV6lE7wGTGLe7tX19tW3LDmWKppq8iY1g+4ef4ZDpM09B4EJ 0crN6CxHCOQd01jdPYzCc+2mOTf34wqfHbp7dao6s+ld0P+nDPLlD04YggDAgS7L 0prdcJtCir/uOwd66knEgRtQM0dn032BNpLwgn8QH8DnXbvh/7McUxWPdTQBYxg3 AXck/hKXPqRHYFPwI1WQ6N4SYpWh693gh+6zMkOO+ozrCuuSap7MonHEi7xiguPi H9RbcGsC23Lkk+uqTnaj8sRT90ePQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrkeefgdduiedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkjghfggfgtgesthfure dttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucffohhmrghinhepughpughkrdhorhhgnecukfhppe ejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 57DA6103D1; Wed, 8 May 2019 17:24:33 -0400 (EDT) From: Thomas Monjalon To: David Christensen Cc: dev@dpdk.org Date: Wed, 08 May 2019 23:24:32 +0200 Message-ID: <2307873.h1T1EuVh32@xps> In-Reply-To: <1557349328-25783-1-git-send-email-drc@linux.vnet.ibm.com> References: <1557349328-25783-1-git-send-email-drc@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v3 1/4] test: fix typo in print statement 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" Message-ID: <20190508212432.kQhO2uTUISrXcm5EA0ODZUA3_swt54roQ3q6XHNMSnE@z> Hi David, 08/05/2019 23:02, David Christensen: > v2: > * None > v3: > * None It seems your emails are not threaded at all. It makes really hard to review them. All patches of a patchset must be in the same thread, ideally with a cover letter. All versions of a patchset must be in the same thread, ideally with the cover letter v1 being the common ancestor. Please check http://core.dpdk.org/contribute/#send You need also to report the acks you got in previous versions. Thanks