From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AA3C4A0534 for ; Wed, 12 Feb 2020 14:31:45 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8D0F6DE3; Wed, 12 Feb 2020 14:31:45 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 1F163DE3; Wed, 12 Feb 2020 14:31:45 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5B36E21B2C; Wed, 12 Feb 2020 08:31:43 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 12 Feb 2020 08:31:43 -0500 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=UngnC981UggQ+MTQvExF1Zm79AYcq3I5o7SeiTytCU0=; b=NA9NOsxbI6TM c6Xu334saHACF0EF4JgsLVBMlg5vgfYpBlg1S3y6S4jOGcYlHwbz/87nUZyecEfi ctSP/YAK+YZ/0eXVtDt9wIDwlH75SfGV6wgTsgq+KS4iRbYkJMlCG4x8VQ+dVgqi Nn4pc+U4ttg+w9W1z+7DEGUypuU9g6A= 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=UngnC981UggQ+MTQvExF1Zm79AYcq3I5o7SeiTytC U0=; b=nreQtl+GuZ1zPEIg0QA0hGRVM76wjfpoHmpTW9zfy73k0urb0wMay5sJC 8IisW8LYaVxFJJeOBDnh+78MO+izY8csBOt8/btMKErcBV6TG9xDiAHEYHq189YD zetbSp2HgYrAGRoq4YE4ea8Dd9JDzGDxbc1BgbqJVPxYQtL/iMPsmh8IytwWQoE6 b77+L82Kitxq/Hn9fDdrtDrZCArvlEx+++Xs92jO/nHmdworgD2e/YpukNYiEUiZ +/VfM/dFm0pACsHGJ+Aa2O8FhqZyACThKRmmDGz6hu0PNTGM0uePOoEkwGjRNyEf LCK0IlwD91N+hk9ZU1verr8XuWnfw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrieehgdehfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 32D063280060; Wed, 12 Feb 2020 08:31:42 -0500 (EST) From: Thomas Monjalon To: Artur Trybula , Akhil Goyal Cc: "dev@dpdk.org" , "stable@dpdk.org" , "fiona.trahe@intel.com" , "shallyv@marvell.com" , "adamx.dybkowski@intel.com" , "marcinx.danilewicz@intel.com" Date: Wed, 12 Feb 2020 14:31:41 +0100 Message-ID: <5794052.17fYzF0512@xps> In-Reply-To: References: <20200114115656.14611-1-arturx.trybula@intel.com> <20200206093735.27604-1-arturx.trybula@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2] test/compress: replace test vector X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 12/02/2020 14:25, Akhil Goyal: > Hi Thomas, > > > > > This patch replaces an existing test vector with a new one containing > > public domain text only. This is to avoid any potential issues > > re-licensing content as BSD-3 which has no clear original license. > > > > Fixes: b06aa643cac4 ("test/compress: add initial unit tests") > > > > Signed-off-by: Artur Trybula > > --- > > v2 changes: > > - changed test vector (the 3rd entry), text from > > Alice's Adventures in Wonderland instead of C-code (v1) > > - added BSD SPDX header > > > > app/test/test_compressdev_test_buffer.h | 194 ++++++++++++------------ > > 1 file changed, 98 insertions(+), 96 deletions(-) > > > Do you have any more comments on this patch? No more comment.