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 26A8541D4F for ; Thu, 23 Feb 2023 10:38:47 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1D541431A0; Thu, 23 Feb 2023 10:38:47 +0100 (CET) Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com [209.85.221.41]) by mails.dpdk.org (Postfix) with ESMTP id EAC5343186 for ; Thu, 23 Feb 2023 10:38:45 +0100 (CET) Received: by mail-wr1-f41.google.com with SMTP id v3so10060764wrp.2 for ; Thu, 23 Feb 2023 01:38:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=/294zIrNCOIE7lMyqfm1wu7cXo3FmAq9RvV9sv1wk4c=; b=I37VoZYJHvY9sSiNTW0nODdTo8saYXtFYTqt01137Sr6YcsL3kQyAOdlrp1Wz7p5rA bN/jDzrVQW+FAtCFLaERlI4sHTFjsoiHMcxOoBR3Xnalwo3CU1RGlD72iPaT2q+uVpmS URxQqzS0x1JuEQsaIAZ4+J4rK+ytQ9biauTPk58CyY+dBSmvJ0u9NJIyWmipZ24PDxiP XWE0dxB4nlxmokK8BUvQvMOZHgy0X43t7bZI7v66z1SWbAOznVCwJLvnAzjarYpz7S3A W95q+h02BfLTuOPzjxJthtgEC2aAxRENRZbZQoo6F7mYady25nAYSp3FJ0ZAP9pvHhBi EsWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/294zIrNCOIE7lMyqfm1wu7cXo3FmAq9RvV9sv1wk4c=; b=qNRLTmQCtjKERX9UPunboLeKzrwIOurxqj54JGrDv+JEL9wLtLHqi9q+2ri9iDhJZC X38iEsW1/SkRZwPt97Q2Hppnfy2uozpDmcWNdSSO2IDFYvOjgvLMEOmAXt91tZQHSOb1 OEpy4wvYIDkOnG4MWkqbvQsEYly9071ciXv8I+VYvISUSRG+lAuwiswG2Qqrr7uoeU4W JIxolYzAhlzky1HA/CnKCaQJax17OHiDINSM+DkTxoTKuB4nN1s6iopmVZRT7DDuWBMF u2hZqT8QsAFpN8VTbp8Pg2w60/R0ed34Lffnoy2yWFnqSHxomG67B3YE0gBmoKpkniHg OdOw== X-Gm-Message-State: AO0yUKUUfpBfwOhixT/sqeFB4fgJs68xQBQgtRumsOEBeoUjkMuJr+TO ahLtfb4bjgeNa4F54LON7BaLbvHwKic= X-Google-Smtp-Source: AK7set8eqwDI7aGzUEoFZCGz0nBbnPgABGEXIR/Nuo6gRXSPnidRlVTIEoi8eVzWMsUy3vlYNCUHww== X-Received: by 2002:adf:cf06:0:b0:2bf:d285:b787 with SMTP id o6-20020adfcf06000000b002bfd285b787mr9384748wrj.56.1677145125713; Thu, 23 Feb 2023 01:38:45 -0800 (PST) Received: from localhost ([137.220.119.58]) by smtp.gmail.com with ESMTPSA id a16-20020adffb90000000b002c54c92e125sm8554147wrr.46.2023.02.23.01.38.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Feb 2023 01:38:45 -0800 (PST) From: luca.boccassi@gmail.com To: Jie Hai Cc: David Marchand , dpdk stable Subject: patch 'test/mbuf: fix mbuf reset test' has been queued to stable release 20.11.8 Date: Thu, 23 Feb 2023 09:36:33 +0000 Message-Id: <20230223093715.3926893-29-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230223093715.3926893-1-luca.boccassi@gmail.com> References: <20230223093715.3926893-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 20.11.8 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 02/25/23. 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/bluca/dpdk-stable This queued commit can be viewed at: https://github.com/bluca/dpdk-stable/commit/2cf454946ca32d71365c1d22e09f28a2d851fffd Thanks. Luca Boccassi --- >From 2cf454946ca32d71365c1d22e09f28a2d851fffd Mon Sep 17 00:00:00 2001 From: Jie Hai Date: Tue, 31 Jan 2023 10:48:51 +0800 Subject: [PATCH] test/mbuf: fix mbuf reset test [ upstream commit bf47fb83a61a4bc6bf45e1ec6e3ddd239a856190 ] Retest "mbuf_autotest" will fail because the mbuf pool was not freed after previous test successful done. This patch fixes it. Fixes: efc6f9104c80 ("mbuf: fix reset on mbuf free") Signed-off-by: Jie Hai Reviewed-by: David Marchand --- app/test/test_mbuf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/app/test/test_mbuf.c b/app/test/test_mbuf.c index f0dd693e94..8f6abf5875 100644 --- a/app/test/test_mbuf.c +++ b/app/test/test_mbuf.c @@ -2764,6 +2764,7 @@ test_nb_segs_and_next_reset(void) m2->nb_segs != 1 || m2->next != NULL) GOTO_FAIL("nb_segs or next was not reset properly"); + rte_mempool_free(pool); return 0; fail: -- 2.39.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2023-02-23 09:36:29.419586407 +0000 +++ 0029-test-mbuf-fix-mbuf-reset-test.patch 2023-02-23 09:36:28.226169940 +0000 @@ -1 +1 @@ -From bf47fb83a61a4bc6bf45e1ec6e3ddd239a856190 Mon Sep 17 00:00:00 2001 +From 2cf454946ca32d71365c1d22e09f28a2d851fffd Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit bf47fb83a61a4bc6bf45e1ec6e3ddd239a856190 ] + @@ -11 +12,0 @@ -Cc: stable@dpdk.org @@ -20 +21 @@ -index 53fe898a38..6cbb03b0af 100644 +index f0dd693e94..8f6abf5875 100644