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 C9944425A9 for ; Fri, 15 Sep 2023 22:16:45 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C571B402AF; Fri, 15 Sep 2023 22:16:45 +0200 (CEST) Received: from mail-qv1-f99.google.com (mail-qv1-f99.google.com [209.85.219.99]) by mails.dpdk.org (Postfix) with ESMTP id 17EDE402AF for ; Fri, 15 Sep 2023 22:16:45 +0200 (CEST) Received: by mail-qv1-f99.google.com with SMTP id 6a1803df08f44-65643a83758so1318346d6.0 for ; Fri, 15 Sep 2023 13:16:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1694809004; x=1695413804; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=FMiayEt8BawieJG8MPDivBbgabmcDljZtFpsi/zL7EI=; b=ZtRwsnXjGQLEwvfjZjnsbdtS5zzau60be9j5IU57GhZQZ2CJYZqx4lcyd4DWxpdYca OSY+qp0c3O7izyMWckEfrPDLR+ueUqs5nplPsj+4YiEUFy/PadiReEaxYdy2b7GwasaH IX5JK5D8W/bcnWx769A9f0knd50IxvVIwX9JM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694809004; x=1695413804; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=FMiayEt8BawieJG8MPDivBbgabmcDljZtFpsi/zL7EI=; b=M770s2ZHo11IDTq6rAeZqc6gSezx82PiR97u6AIns5qyg+koXYia1UiuDXwNdr8htA HrhBEFxMnn3SXGlp+RurFiezsC+6hypJKlJAdTSTjuNYwAXSvef3a8DcO46JePz7+HDR Ky5me9C4CYWlCZAfGP/fTAHhw6/OsnOiHg31dOouIuHrzh8uGi6lanMJR3ERFt1FQuir ibbNeSc1kEfgCFOohXOrhYnxChN11Gz71Vs0pfPXAD8+bFs/ncCETycZz7DkhJH70qfq O0CLtgqSt5nKSlCzNPmVV5elh2w+o1HkB6G/gr7ualx8cmrIRjkMIkOwhby1VcLPP2vS 0drA== X-Gm-Message-State: AOJu0YwVDgg3vLpB/dG7YULA9hu2cdtZIprJ5+IAJuRlGlXCjnRk2bpm x5uWJ0RznpditAJBl3EJ8ykyNgmw8XVvmw7mrOaj0ns4+9WbIjrFPb+G6g== X-Google-Smtp-Source: AGHT+IHz6VhjCAbzz6g9zZJDr/p2IunpGnv1ps2gL35ZSVtkQ8kleaFgRxYle9MZXjh6SpnJecLN+Ce9DdEQ X-Received: by 2002:a0c:a792:0:b0:64a:208f:92ce with SMTP id v18-20020a0ca792000000b0064a208f92cemr2677358qva.32.1694809004505; Fri, 15 Sep 2023 13:16:44 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id p2-20020a0c9a02000000b00655d1c1932csm413532qvd.50.2023.09.15.13.16.44 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Sep 2023 13:16:44 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Fri, 15 Sep 2023 13:16:44 -0700 (PDT) Message-ID: <6504bbac.0c0a0220.a84b7.c30aSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.2] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 3A9596052471; Fri, 15 Sep 2023 16:16:44 -0400 (EDT) Subject: |SUCCESS| pw131507 [PATCH] [v2] eal: allow swapping of malloc heaps From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu Content-Type: text/plain X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: iol-unit-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/131507 _Testing PASS_ Submitter: Bruce Richardson Date: Friday, September 15 2023 13:10:15 DPDK git baseline: Repo:dpdk Branch: master CommitID:e92ba1426914db1d224dd5e9a1743657681b8814 131507 --> testing pass Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Windows Server 2019 | PASS | +---------------------+----------------+ Windows Server 2019 Kernel: 10.0 Compiler: clang 14.0 and gcc 8.1.0 (MinGW) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27621/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/