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 DFFBBA0096 for ; Thu, 9 May 2019 22:39:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 14592493D; Thu, 9 May 2019 22:39:26 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 4306744C3 for ; Thu, 9 May 2019 22:39:25 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C042A241BB; Thu, 9 May 2019 16:39:24 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 09 May 2019 16:39:24 -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=JRL1SsUFNXhCt8luClnsu07/6aXoaSkXaRKQwTJ+sVU=; b=YACPC2wws5+q vU5T4/o+glVLqIBDeITDwXVDycS/hazghvv7VGzZ4XLxU+9VX8XA3AdTz4tQcsHP fZVL86c9Ct7+m9A0isQhdjlXiqaKHq6Y7BsBuUZbWzmR5LLvr+mJfQhK2GCY1SjK HU/Wm3IHbLUxIauLjFilst/wkpdrD5Q= 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=JRL1SsUFNXhCt8luClnsu07/6aXoaSkXaRKQwTJ+s VU=; b=QgqLXof3qkLGtvjRlatA3c/ZC1Y7BGXuBLpm8M5GRnGLIoqIGC0kAUEXf 9ukQzYrHJ+F1Ktecg6ZJ42qpyO9H0cf2FkUuElWzUzfRpCxCnoXR2bwVfhc6lJGO avJj8l3tc1DKgfbzvfBst43A+w7GXO20y+Z2VmmbyiXY/FLpLqmkoi2TNok0rG4K Qj+uZLjtBzdnDxIygrqtT5qRt0kZAsBbySXHNi3lBtfzQlQBirRvAtKlJyDSlrKN 4rZJHASBV1PqWLf/ECo6NccTcU4NN5PAAvE3rHzZKEcl9xMgrfVicfUc2JQRUQr+ WVek6smyO4wHwg2woj1qn0Q5l7eLQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrkeeigdeludcutefuodetggdotefrodftvf 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 8305D10378; Thu, 9 May 2019 16:39:23 -0400 (EDT) From: Thomas Monjalon To: Marcin Smoczynski Cc: dev@dpdk.org, konstantin.ananyev@intel.com Date: Thu, 09 May 2019 22:39:22 +0200 Message-ID: <5233178.WEQSE2tF2f@xps> In-Reply-To: <20190508130956.3532-1-marcinx.smoczynski@intel.com> References: <20190508130956.3532-1-marcinx.smoczynski@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix Makefile indentation 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: <20190509203922.cr7RGXaux0T2zqGyZuUoUXX4MZ9H645UIidF9NWJ-LM@z> 08/05/2019 15:09, Marcin Smoczynski: > Fix invalid indentation - extra whitespace before error directive which > is causing syntax error when no pkgconfig file for the DPDK is found and > RTE_SDK is not specified. > > Signed-off-by: Marcin Smoczynski Applied, thanks