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 45438A0032 for ; Fri, 24 Jun 2022 17:02:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3F344400EF; Fri, 24 Jun 2022 17:02:06 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 8666A400EF for ; Fri, 24 Jun 2022 17:02:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1656082923; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=o5KmLnGHmhgLXve/V3W6R7Yqa2q3LIiW9Z1jscJD4Q0=; b=Qez77gzQ3YhBat0+mPqwr6pR+opFJznp/ybIFBi7/7qpdTfHJ9btUD7IcydVC8alSMrtWr sFf6/sB6lhmqGO5u2SZh5p5slWkRXFBpb97zqFU5De7Z8/+MiX9R7nlYvOMLBjWrXTWDfw l9pmHXJk+Qk80LMSB+dhPcKJ9cC2d6U= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-617-3V2fEZcIMRajcDNTOytwzw-1; Fri, 24 Jun 2022 11:02:02 -0400 X-MC-Unique: 3V2fEZcIMRajcDNTOytwzw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5AAB33801F57 for ; Fri, 24 Jun 2022 15:02:02 +0000 (UTC) Received: from rh.redhat.com (unknown [10.39.194.217]) by smtp.corp.redhat.com (Postfix) with ESMTP id 834369D63; Fri, 24 Jun 2022 15:02:01 +0000 (UTC) From: Kevin Traynor To: David Marchand Cc: dpdk stable Subject: patch 'test: drop reference to removed tests' has been queued to stable release 21.11.2 Date: Fri, 24 Jun 2022 16:01:10 +0100 Message-Id: <20220624150148.1855580-2-ktraynor@redhat.com> In-Reply-To: <20220624150148.1855580-1-ktraynor@redhat.com> References: <20220624150148.1855580-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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 Hi, FYI, your patch has been queued to stable release 21.11.2 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 06/27/22. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Queued patches are on a temporary branch at: https://github.com/kevintraynor/dpdk-stable This queued commit can be viewed at: https://github.com/kevintraynor/dpdk-stable/commit/03b38f5281298e31c9d99544cc07a00c668fd688 Thanks. Kevin --- >From 03b38f5281298e31c9d99544cc07a00c668fd688 Mon Sep 17 00:00:00 2001 From: David Marchand Date: Mon, 13 Jun 2022 09:37:00 +0200 Subject: [PATCH] test: drop reference to removed tests [ upstream commit 9aa95b6fc4d0f166f8364f60c476f52dfcbe1082 ] cycles_autotest and delay_us_sleep_autotest tests were removed in the commit ee00af60170b ("test: remove strict timing requirements some tests") and were wrongly reintroduced later. Bugzilla ID: 1021 Fixes: 74822233bdc2 ("test: create a list of extra tests") Signed-off-by: David Marchand --- app/test/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/test/meson.build b/app/test/meson.build index f7ee8ebc57..c13776c0b9 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -289,6 +289,4 @@ fast_tests = [ extra_test_names = [ 'alarm_autotest', # ee00af60170b ("test: remove strict timing requirements some tests") - 'cycles_autotest', # ee00af60170b ("test: remove strict timing requirements some tests") - 'delay_us_sleep_autotest', # ee00af60170b ("test: remove strict timing requirements some tests") 'red_autotest', # https://bugs.dpdk.org/show_bug.cgi?id=826 ] -- 2.34.3 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2022-06-24 15:51:08.973583530 +0100 +++ 0002-test-drop-reference-to-removed-tests.patch 2022-06-24 15:51:08.809983915 +0100 @@ -1 +1 @@ -From 9aa95b6fc4d0f166f8364f60c476f52dfcbe1082 Mon Sep 17 00:00:00 2001 +From 03b38f5281298e31c9d99544cc07a00c668fd688 Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit 9aa95b6fc4d0f166f8364f60c476f52dfcbe1082 ] + @@ -12 +13,0 @@ -Cc: stable@dpdk.org @@ -20 +21 @@ -index ddcc12a452..431c5bd318 100644 +index f7ee8ebc57..c13776c0b9 100644 @@ -23 +24 @@ -@@ -251,6 +251,4 @@ fast_tests = [ +@@ -289,6 +289,4 @@ fast_tests = [