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 94CEF46016 for ; Wed, 8 Jan 2025 07:18:47 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 725E340150; Wed, 8 Jan 2025 07:18:47 +0100 (CET) Received: from mail-io1-f100.google.com (mail-io1-f100.google.com [209.85.166.100]) by mails.dpdk.org (Postfix) with ESMTP id 502094014F for ; Wed, 8 Jan 2025 07:18:46 +0100 (CET) Received: by mail-io1-f100.google.com with SMTP id ca18e2360f4ac-844bff5ba1dso1289985639f.1 for ; Tue, 07 Jan 2025 22:18:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736317125; x=1736921925; 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=t0zcP5RexCJa8e24bea3TFUU+73gYoxLm35c8kU3Pn4=; b=jchvCpxCpJwx+uQGolO6HcxlEC4UTVaPBt03ynMqljruZrSlZyJIkS/iltalZQdGAB M0F9X/kR5fLi8LNCvhdvNo0zSgurFrJXP3SngwgSIVoH583NXJVIg4usC2dtk/lSBJgq zee2lwGpklFspvL2zEVY7VDLXREK4p2vvX3G4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736317125; x=1736921925; 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=t0zcP5RexCJa8e24bea3TFUU+73gYoxLm35c8kU3Pn4=; b=LyGY3neUbqg3QhAvNZpDiNIMip4Sitjl7C6h1kjxZlRbKXYHFplaw4YG6D3f1S1OK4 AkVaeVZDcrkl7s/ZZKmknCjjfAbp7qmVcfCMkLc4Q5f8Wwc+q84tLAnhUOHCvp+yYTDw AZ4pEswvtHi2xz0GPYMeZ22OIlYmrxg+mnJCOYAuKOmKPa1ctx85kMY4GnwceE78vtwj YaoVzn4mbzy1bxYXhTJqA2Unnw1q7oaH8a4Qx6+vKsFCByA1Xn3DipbSRsL1SpQI3UZZ RqbNqtaNdlaBEiiygzDcwuQ84pDwR3UXqQECM1WB3foTgT1K/5UG6VSZxKmO6UUnlgeL zXJQ== X-Gm-Message-State: AOJu0YwPeDpy5VBWxuuEPPrsmro2SYTBlrL8cPucsz0Tux0kNlpK/Hcx 5FjFkn381/VQiO3f92iLe6zYiJxcVZPkN/G5OIIWkow6npdK7l51RFZi+bnLrycaFOrVr6iA2vp tVduH1FacKWiNY6xLzTcQG2o1rpHA7qEZ8N89B2y9 X-Gm-Gg: ASbGncvlvYysVgTH749nb6+frsiVoMBJfF2ZBN2YghsOb08biYBSkca6I7qdoQu6+dF gJT9qvU8RgziD1leFYKLhyYBt1pNLzhh5ZKOZTpMExz128UI5UzjCqyV2/TJM9kn6Zh26UBCqSy 3WCRyS63LyWaFlV3+AWnbkHJ0Hc9H5BEFCTAfnY0RfA756RcjFlpa79oiVOOYag2ovhItidRnQv V6E9+tbRPTqj/rD7+5pYGHMag9eETbBqYkBt8p3Pc7EBZTnNZxag+O/0PPxAHiM9BF43RU5yZH/ 8g== X-Google-Smtp-Source: AGHT+IFw5I/c5U4FbqkEF8G9wERWWijTGFmJGQIjIJ1jLaqhuOldyblFMFwGvKb9//Ro/WDaayp2DNco+6ja X-Received: by 2002:a05:6602:721b:b0:843:ec18:82e2 with SMTP id ca18e2360f4ac-84ce00ef7e8mr170208939f.8.1736317125627; Tue, 07 Jan 2025 22:18:45 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4e68c0ac3e1sm2293090173.31.2025.01.07.22.18.45 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Jan 2025 22:18:45 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 07 Jan 2025 22:18:45 -0800 (PST) Message-ID: <677e18c5.050a0220.18c6ca.30ceSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 278826052471; Wed, 8 Jan 2025 01:18:45 -0500 (EST) Subject: |SUCCESS| pw149672 [PATCH] [v3] vhost: include AKCIPHER algorithms i From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250107182551.2141-1-gmuthukrishn@marvell.com> References: <20250107182551.2141-1-gmuthukrishn@marvell.com> 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-compile-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/149672 _Testing PASS_ Submitter: Gowrishankar Muthukrishnan Date: Tuesday, January 07 2025 18:25:49 DPDK git baseline: Repo:dpdk Branch: master CommitID:07604f264417959d76aa9fcb8cb0c3665f62f0d3 149672 --> testing pass Upstream job id: Generic-VM-DPDK-Compile-Meson#32463 Test environment and result as below: +---------------------+--------------------+-------------------+ | Environment | dpdk_meson_compile | dpdk_msvc_compile | +=====================+====================+===================+ | FreeBSD 13.4 | PASS | SKIPPED | +---------------------+--------------------+-------------------+ | FreeBSD 14.2 | PASS | SKIPPED | +---------------------+--------------------+-------------------+ | Windows Server 2022 | SKIPPED | PASS | +---------------------+--------------------+-------------------+ FreeBSD 13.4 Kernel: 13.4-RELEASE-p1 Compiler: clang 18.1.6 FreeBSD 14.2 Kernel: 14.2-RELEASE Compiler: clang 18.1.6 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32272/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/