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 3A13BA0C40; Fri, 30 Jul 2021 18:31:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA80340040; Fri, 30 Jul 2021 18:31:42 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id 5879C4003F for ; Fri, 30 Jul 2021 18:31:41 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id C67915C00AA; Fri, 30 Jul 2021 12:31:40 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Fri, 30 Jul 2021 12:31: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=fm1; bh= eEVkG/r8lxpbi3CgoiooSzm3byATuoD+x3OOLtOosVg=; b=jhrTm4aT2Cx7X/KK nMZ9pkPyjF0/TeuwgmgOiCu5xJuGAvvvcE6L7w9imq/alQ4DooIc4qx0j07PvM1V Pinma9ZnhEBufdcM+WE3pi53UAYQJeWi099kdRcYTgG1FNrVL8uhPIsBoStORL6x YA7CsxyYxhk4TnlKN6kCdcxuKsI66h3FKjmzUa6gTY23e665T1T5UL0duewAaRmQ WW6yJKCy+3loiYKRTueWCgvEmt4uObPoZUpwH8n+84Zxxl7EjbXZPvqjVSs/fKrv n9XM2xtTD2Jl+PwIBJMsUpCjRfwIEhr+O77SJZ9kLVy0DcVl0b6detItjmp2HZUm i2cxNQ== 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=eEVkG/r8lxpbi3CgoiooSzm3byATuoD+x3OOLtOos Vg=; b=ptZ8ETcYLYZSTQ3KA7ZqDxHwGnzXfvDNOd6zddfPp9R7iEPHfSKE28EcL KBo7TQCQDFhiQnlHHNYlR4sAb3cRGvOMWUjJVHMKtqYw5aY8sEKTT0PJxZWqy2E9 VsNYPhe3qFWJeiLkdnMAtV8rRMCmjS6xBSFyPQlxwSFd0MAeNNj/WpTvhEhyGLu9 meS+Kuh39XI2IErQ4yZdlLTaJXde5POjX8VJ0OXhTNjQ0mDs0sZOayGUR7xmNlM2 pb4s9GaTtKc6B6j0aHqNcnsAs5rkvSYYyMzklOiHheabcP1xBOjS7eWfyVjC9plo pGTG40VjHlF+eSpKwDYg9HeHRb34A== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrheehgdelhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 30 Jul 2021 12:31:40 -0400 (EDT) From: Thomas Monjalon To: Konstantin Ananyev Cc: dev@dpdk.org Date: Fri, 30 Jul 2021 18:31:38 +0200 Message-ID: <2219800.5K7Za6oKdm@thomas> In-Reply-To: <20210726115137.6994-1-konstantin.ananyev@intel.com> References: <20210518112619.4237-1-konstantin.ananyev@intel.com> <20210726115137.6994-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 v2 0/2] app/acl: help to 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" 26/07/2021 13:51, Konstantin Ananyev: > The purpose of this series is to help automate ACL library functional > testing using test-acl app. > First patch adds into test-acl ability to skip comment/empty lines. > Second patch adds script for automate testing. > Sample input files are also provided. > > v2: > - Added ability to skip comment/empty lines > - Fixed check-spdx-tag.sh complains (Thomas) > > Konstantin Ananyev (2): > app/acl: allow comment and empty lines > app/acl: add script for automate testing Applied, thanks.