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 5E40DA0AC5 for ; Thu, 2 May 2019 17:50:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1ABA11B129; Thu, 2 May 2019 17:50:17 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 7F2D41B128 for ; Thu, 2 May 2019 17:50:16 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E145D23A30; Thu, 2 May 2019 11:50:15 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 02 May 2019 11:50:15 -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=GHw1uKs/8P3tBT0XmV3GrAZGu/fFJhU/Zdx7JBMLONo=; b=JX866Vcsfx81 Ojg9z47zAKxuLJC+JubabZrpSWE/d1hZaQ4dMam2oPJQdfPI+fmI/Bnacr0hXl86 u6CGw+eJxsiO7Yilhd1tp1QagDhXtFS05xf4hbTKsPLzo6CnswBFkARmQq04vUc+ 4V9G+KZ/1fprw7Dxb5YT6Z/p5nbo4fI= 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=GHw1uKs/8P3tBT0XmV3GrAZGu/fFJhU/Zdx7JBMLO No=; b=mWkxYRyD1FiAEe/mWDSycoKvT1ElfBgZx0ZFv8y9ULgTV0bQmWo+GX/yZ i1Ua6jJJqXllgRgaa2/dss5gIPk22wl8yZmfIohMbrFcZfYQmcSHFyAuLpXrZf7F n4/S1AnQ49/NKOwlj0zhJVpFOXHBhFNK/ssCnyw517y+sHlSaiTLEzAgGPyTxYPa lTtJ1OkfRf0jzH5aBHf9Ti3J0na8VnK21qDSnEtcv6xb4KamJFktMomufyNIG4Uv TzRnmq6MCASJaaIM8Y5/0z4YXsaXIdKcG/pEaOhqt5fiMYUqxnLgyZlWPXNszfMd fwZMkmoghwpyNBmtGfRv6lAKz4IOA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrieelgdeliecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhgggfgtsehtufertd dttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehm ohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrg hrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucev lhhushhtvghrufhiiigvpedt 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 E1944103D1; Thu, 2 May 2019 11:50:14 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: dharmik.thakkar@arm.com Date: Thu, 02 May 2019 17:50:13 +0200 Message-ID: <8485303.08tpYAYvec@xps> In-Reply-To: <20190502150121.4299-1-thomas@monjalon.net> References: <20190502150121.4299-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] maintainers: fix added or removed files 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: <20190502155013.ymZPgGSQU2MNB64uObNuJMnPrsX2CDIwTvPtyFMEm20@z> 02/05/2019 17:01, Thomas Monjalon: > Reference to test/Makefile was forgotten when removing this file. > Reference to app/test/test_rcu* was forgotten when adding the files. > > Fixes: a9de470cc7c0 ("test: move to app directory") > Fixes: b87089b0bb19 ("test/rcu: add API and functional tests") > > Signed-off-by: Thomas Monjalon Applied