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 763EC461FC for ; Wed, 12 Feb 2025 02:53:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 73460402BB; Wed, 12 Feb 2025 02:53:39 +0100 (CET) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id 8102E40269 for ; Wed, 12 Feb 2025 02:53:37 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-855370e0de6so61884539f.3 for ; Tue, 11 Feb 2025 17:53:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1739325217; x=1739930017; 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=c6N0B6EJGyH+BHmwIrRN3DDtmXDlf94QUb7hdONf/3U=; b=Zyg6C1xN8B3vet2XNnGn6jYFYKnjslNNRGOz0KH6QuaR0sKCeVKw8gRxXh2Z3WO74f o+0C+feCwtMABPhbRGHdzkree6RcWIMmrankdX5egVRtXXTdaTyhe3GLkn7w20uji0pv 2f7zvE4iStSBNwcY7Y8OAXat3ut2+21W4+Rd4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739325217; x=1739930017; 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=c6N0B6EJGyH+BHmwIrRN3DDtmXDlf94QUb7hdONf/3U=; b=DwON35EnpKmlPJUe5K8zQyPq5zj6pAoIwE7Dz2j3OjQbTrKJHSEpxGmQ3/E/LKLC26 ouDQyqz1N1oqY+Cw8Ouks4pv5fahCpHI85Q5ejX6RqECm0OK93X7Cen1PWvK/4t6jopz JoYUAVDVpp38bEqGdoTCR1AUTwKTcPBLUiGfzwnNazb488LxN65DMTuU93kSdVKPK+E3 iGgk/UzP58fMxUzNZ7nyXEPS4iwo80UWSQXiUPp9tEA9kjDcml3EX1bLdxBvG4EVP7ME /23AJhS66wtlpHzLV/chaLDji5pOjl+Vx5I8ya9SiTtf4dUTSeETRXWwkcofAJDOXmIb Z+nw== X-Gm-Message-State: AOJu0YxRKRL0fc74rEXjsPIOQMTVtENHyk1VrhejZ6zcdbKtepGCtN3T HHEpwcia8cCEqJcziBel86vFlzcgruWUICzAyy87npqnI2Ed2tGAxGQKp1uqLvhjsBuhLZ65DFr oERDNcFBd2/YopbH0R0uN0trWqws9yc0Bn+WCMgTw X-Gm-Gg: ASbGncv8J6Yy3BsocYJ9KhVGy75+ac7Wmz9lJvn/JeCQfipgwSpDlsGOEgkooJXgO/4 zqk6U+VpW2A8L1DQfPQ8ZkwZzD2fXsRbFjYD7Gbs434Jn/sWonbciyAlUkM3drpmsjQPGzOrAjU vX24FUes+s3TFxRg7Q3LEl1nZXn9zZ78OIMl/IDRP39lty7ZvkZbeEn3lAigcVla8Eb+b5ryqVP EUGT0+ZyukAkrE4AaK8IqqE26YYf8w37cZHDuh9F93vH9duZaPbGQG55HW8M3QVliEa0zFBTSSi YezIINoeWXZeSrYehPI7rp3eIl9b+g== X-Google-Smtp-Source: AGHT+IFFpTmlPV1UO1srHn95m3JH6yEhSFN9Te05KCLHvIqlx3m12EjsPsD9+gjhX9GW9w5CIgfooZb4gebW X-Received: by 2002:a05:6602:3fcc:b0:843:e908:db0b with SMTP id ca18e2360f4ac-85555df6c10mr120675139f.10.1739325216907; Tue, 11 Feb 2025 17:53:36 -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-4ece8399582sm466839173.70.2025.02.11.17.53.36 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Feb 2025 17:53:36 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 11 Feb 2025 17:53:36 -0800 (PST) Message-ID: <67abff20.050a0220.359c72.8ec0SMTPIN_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 676FC6052471; Tue, 11 Feb 2025 20:53:36 -0500 (EST) Subject: |SUCCESS| pw151296 [PATCH] mbuf: enable to be compiled with MSVC From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1739224265-4158-1-git-send-email-andremue@linux.microsoft.com> References: <1739224265-4158-1-git-send-email-andremue@linux.microsoft.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-sample-apps-testing Test-Status: SUCCESS http://dpdk.org/patch/151296 _Testing PASS_ Submitter: Andre Muezerie Date: Monday, February 10 2025 21:51:05 DPDK git baseline: Repo:dpdk Branch: master CommitID:9d29cd6dc87d6c35c52194a5f7a34f2d84140353 151296 --> testing pass Upstream job id: ACVP-FIPS-testing#8878 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/32556/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/