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 EAFD246062 for ; Sun, 12 Jan 2025 22:37:48 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E7806402EA; Sun, 12 Jan 2025 22:37:48 +0100 (CET) Received: from mail-yb1-f226.google.com (mail-yb1-f226.google.com [209.85.219.226]) by mails.dpdk.org (Postfix) with ESMTP id 552074029F for ; Sun, 12 Jan 2025 22:37:47 +0100 (CET) Received: by mail-yb1-f226.google.com with SMTP id 3f1490d57ef6-e549b0f8d57so6173372276.3 for ; Sun, 12 Jan 2025 13:37:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736717866; x=1737322666; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=s+1taXalcw8d0h3p13VRBjoCwh3JaTNXwRytrK9c1r4=; b=XFOIhjLCzmQG2eiyBvgLrTVH8+j+CO551ZoHsaY5EK4Yk2EssEVk/T7bMsthHlGMjV ipqadWiIP9aHBlDDFi/J/qiPxWE9O19ALgyOWYQidR/08ZQoqtaSizsA52yRxMDMqOtH hToHRe21nNB5LgxtJ8HVZw0xt2tyLTD8f5Bmc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736717866; x=1737322666; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=s+1taXalcw8d0h3p13VRBjoCwh3JaTNXwRytrK9c1r4=; b=HP9FMqjozgthj7WBzkj3u6Hr3J8BoIdbH9Vkai6vzeO+eLzFniyNh+nTGGegZdvI6b 8pKpKZL62h0J/ag+JPKJwd7v2zHpD8jg64Zp6bT8UMgtB3NY3QZHQTyvoS3dHMGlIpi4 gaLuMuEPTr8+djV7SXAwkgbsNcS64/py97uN7j8ZU/piWRCZlFYAmHSA9wEWH0y5EiJo meJchXPQcckq/6O226NLiqvImzJdbXtTZnGQ9A0XMT26FzOUThVPgtEeQQkBebwhJqvQ BIHsejgsJFzyaBO5IZ7ZMRCD0l7TeFtexxXQO5TECZZcC2F6lyrtss4h4KnCnUA4Yhw0 CwAA== X-Gm-Message-State: AOJu0Yx91zHayF+VO7dR2ZJtPFqxHdDiw50UJCCxwHJiDazwQ0O5tSPP U0ur/YyX74ulZX0ziNiI9MpvGSU4eh/xdyZ5iUGfzSmUfDdpzB5n8np4SdqqIqbvebWhipql+qX btAomqIer9lj2YWgspzA6hVCaLMk1CHnxQzo8bZlG X-Gm-Gg: ASbGnctXXUQwbD6IjyNHfSRmPT8AXNwYICfoBgaATbeZ5/nL+YE57P0v4W1ngOGzvMm keQZjvBeAidsvcqEI0N4Wgf5wRke+HNJjrvhi53oksutGKx0DHy+wjB0YPYq3fRNKh8DEMiDHWP bbhzXzlZoU8iX/iVYO1PX9xH0TMCjqU3SZ8JgSapzwnFHN8akcyZ5MBYhyM2ZrfbB4Sf4DmVQsF EFNQrG9wqZqNudv40xfi1XSGaIrKhNXgB+N0RtgCBLGgZpeIoeTuu0OZp4tC2qiFJWTz0MGxKPA j9sH7A== X-Google-Smtp-Source: AGHT+IHFrRu6LI1ci6P3sfzLSAZnY+k2EnvAwATl0BlkHPPMYgwCNGgwOf8mBqoMFa1wLi4fQG4Abr9oL0s2 X-Received: by 2002:a05:690c:c1b:b0:6ef:6eba:1d4f with SMTP id 00721157ae682-6f5311e35a5mr142913347b3.1.1736717866704; Sun, 12 Jan 2025 13:37:46 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f546cb9218sm3927307b3.42.2025.01.12.13.37.46 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Jan 2025 13:37:46 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 12 Jan 2025 13:37:46 -0800 (PST) Message-ID: <6784362a.050a0220.20342.cb98SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 524C06052471; Sun, 12 Jan 2025 16:37:46 -0500 (EST) Subject: |SUCCESS| pw149910-149915 [PATCH] [v3,6/6] lib/vhost: remove check a From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250112202021.179634-7-otilibil@eurecom.fr> References: <20250112202021.179634-7-otilibil@eurecom.fr> 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-sample-apps-testing Test-Status: SUCCESS http://dpdk.org/patch/149915 _Testing PASS_ Submitter: Ariel Otilibili Date: Sunday, January 12 2025 20:20:21 DPDK git baseline: Repo:dpdk Branch: master CommitID:3779f70292c6b3c8fa23e6ca682876506bb08883 149910-149915 --> testing pass Upstream job id: ACVP-FIPS-testing#8526 Test environment and result as below: +--------------------+----------------------+----------------------+ | Environment | compressdev_zlib_pmd | dpdk_fips_validation | +====================+======================+======================+ | Ubuntu 22.04 (ARM) | PASS | SKIPPED | +--------------------+----------------------+----------------------+ | Ubuntu 22.04 | PASS | SKIPPED | +--------------------+----------------------+----------------------+ | Ubuntu 20.04 | SKIPPED | PASS | +--------------------+----------------------+----------------------+ Ubuntu 22.04 (ARM) Kernel: 5.15.0-97-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 22.04 Kernel: 5.15.0-100-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32300/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/