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 213A8A0C50; Sat, 24 Jul 2021 15:21:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A131240DDA; Sat, 24 Jul 2021 15:20:59 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mails.dpdk.org (Postfix) with ESMTP id C72DB4067A for ; Sat, 24 Jul 2021 15:20:57 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id D75EE320091E; Sat, 24 Jul 2021 09:20:56 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Sat, 24 Jul 2021 09:20:57 -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=fm1; bh= anT3UST6ndqH+/bhZO9AoPDrNb044UBmvk19jSkEzXk=; b=a9U5+4UY8GkiV+Xe iI4fVPHNfFuJBGnMpZhfLemA7zsRYRYbZiuCh7ucDlsinMy0sj6NkqSvflgk3aCS TwyujCrhZgiJzLWm35sbHfhJe/VcyItmRYqSU0m0w9Gpz4DgwAFIbGs6sv1q+4kH XYr/BiMo3XsWPkYeYkPd3n/+RqF7GdcV2zaBMS2X1LSfgOzSFh3SSXOoklAgHZgn 5Z3iIUZQBE9H1ZX00yNiytXAZcilAL53kmMPFLiympxjhodrnqbnAVD09IVuHB7A nXo4qXGoLQXRrbVCd2Hw6dUfV0U8Di8kPz95HfcwcdOtzYSBzZIEXs6dA053fbhl Kya+lw== 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=anT3UST6ndqH+/bhZO9AoPDrNb044UBmvk19jSkEz Xk=; b=IcKu4XqRC2DqpJhfcvO3cZK8yc5HefgRgZv8qh0FC2C1CFy/Pk1vyZDa8 zQS5itzTNoL59fignSGMli57uT92ou+GCGMlFZj5rLNwOkcJPPgBn74Wct1atAwb 7qhuR+ogh7DxIaO9b/vMaDrfSuNFD3WA4vqY+7b/dgE5lIYkGVT5pvUdARJOWZnU 7ZGudLcuyD1YBmgVByrD/hTi8CtwXxc2JRljTPF3uRLCJRQt1eqTGLzfeK/Z1E3c Gdyi+0P9/d+nUiQ+5bPCs964zG6Jmoa9Nk/afY1x8iliTtUl4D2mO+H1zg/sDOMp w2fDZz7wsiVjL7e1OwuzeoV7KPEgg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrgedtgdeivdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 24 Jul 2021 09:20:55 -0400 (EDT) From: Thomas Monjalon To: Konstantin Ananyev Cc: dev@dpdk.org Date: Sat, 24 Jul 2021 15:21:21 +0200 Message-ID: <1801920.DL3nm6e9qy@thomas> In-Reply-To: <20210518112619.4237-1-konstantin.ananyev@intel.com> References: <20210518112619.4237-1-konstantin.ananyev@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] app/acl: add script for automate testing 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 Sender: "dev" 18/05/2021 13:26, Konstantin Ananyev: > The purpose of this script is to help automate ACL library functional > testing using test-acl app. > Sample input files are also provided. > > Signed-off-by: Konstantin Ananyev The input files make the script devtools/check-spdx-tag.sh failing.