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 5E46B45EFD for ; Fri, 20 Dec 2024 20:45:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 336D740156; Fri, 20 Dec 2024 20:45:23 +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 9363C4003C for ; Fri, 20 Dec 2024 20:45:21 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-844ee15d6f4so177335239f.1 for ; Fri, 20 Dec 2024 11:45:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734723921; x=1735328721; 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=Pw6DxdC0bF8RDxNg4yePpSr9kNztUZkYpt73ej/we4I=; b=d8605ZRfG7+/X/ulbi1A3vjdsixOcJsKhhHZcGTZM8CN/ukZZaFwTLafzirQRudxuP oVcpxEfxp0f4ncjHW4REkREyRtB4p3XWId3oCa+0iXUHZ/8stwp0FpJvJW/XpQEXD202 Uff6GHXiBNNzKRz3H6lLVEszhGDU1RMU5JK+g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734723921; x=1735328721; 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=Pw6DxdC0bF8RDxNg4yePpSr9kNztUZkYpt73ej/we4I=; b=mo0u+NfrI/A/GITCJ9IjXsnnBT+loaYGl8Us7klLDnQzQNQqaENMRseQBFfMrzSk5j E1+k5piFYS5RM6A/QOAONNJHIrC0H/lNHbClPUGg0DBzKBK+xsIe2ZfoQtIjcjCrK+Fl RAc43Z9KTisi9BZ0AdQHk8fJsDH/maSmSW6Af/WDmjbHz9B0CJf9SoO797RwBaF2Acun bSkZXUoD58D8MsyZ0zmSc+wfrAKAVD7ac5+ZfiOPCoyshxZQ/py/imxBTMvD/7SIma5K OVRjDOBYWIoxmQFzFgIV82y9VL3BPnGSCOZEGxA2nAF4Gm5yGoxZM8LiB3d8Q301294h MAOA== X-Gm-Message-State: AOJu0YzDPWSjkpbjxYZldkbpvIeDkelxfqEX/lessBvcc4C6CO6AT5dN T1+BTo9IyOzeYA8FfxhqHlPLxJ+QBoEomE7pT8wiTTD3at+Yn9j9pScBoCuu+C+PLn7AcrtiF+B M9nwayBXAjm4ELRTr6zHfen3eIURj3BwANVqcqGP0 X-Gm-Gg: ASbGncvTmKwljL6SyBayru3G59znCBQFcnJLaTlFuOP0LNJfpdhLCaC+eGDyo2HYeby fnFFkiQcAgsS2zDpK9oRlrJKJz5B42+XBRzoqfsuQJk1NWDYQCSgfNZMngUduj351chumTzh7al a5/mpsFQvqsoOc30/JIxXaWyaq84bOz6h6N71b2E3sbE/c2Evv96iPI9FrJw5FgOaUgsSnrOUk1 4qBk+fNYmLuVazZ8W6Cb4unZrt2DAUN1t+lAkDa9wZcAjKnuJO625jJFxoZS5e0cLEYbepzn+OE zw== X-Google-Smtp-Source: AGHT+IEBs8BpnibBtm5PZQAJ36NSV8WUgcmNApV7KVwwlKwkLF/hxvlDFwBPH0dUW6hus9oC2tJ9pstvz4A4 X-Received: by 2002:a05:6602:488:b0:83e:418c:8a28 with SMTP id ca18e2360f4ac-8499e4fb5ebmr454180239f.7.1734723920843; Fri, 20 Dec 2024 11:45:20 -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-4e68c0ea443sm184873173.37.2024.12.20.11.45.20 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Dec 2024 11:45:20 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 20 Dec 2024 11:45:20 -0800 (PST) Message-ID: <6765c950.050a0220.1a45ba.d1efSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 623FB6052471; Fri, 20 Dec 2024 14:45:20 -0500 (EST) Subject: |SUCCESS| pw149331-149354 [PATCH] [v4,24/24] net/_common_intel: extr From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241220143925.609044-25-bruce.richardson@intel.com> References: <20241220143925.609044-25-bruce.richardson@intel.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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/149354 _Functional Testing PASS_ Submitter: Bruce Richardson Date: Friday, December 20 2024 14:39:21 DPDK git baseline: Repo:dpdk Branch: master CommitID:07604f264417959d76aa9fcb8cb0c3665f62f0d3 149331-149354 --> functional testing pass Upstream job id: Template-DTS-Pipeline#203649 Test environment and result as below: Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Arm Ampere Altra - Ubuntu 22.04 Kernel: 5.15.83+ Compiler: gcc 11.4 NIC: Intel Corporation QAT 8970 0 Mbps Aggregate Results by Test Suite +----------------------------+--------+ | Test Suite | Result | +============================+========+ | crypto_perf_cryptodev_perf | PASS | +----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32182/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/