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 4656F45F5C for ; Fri, 27 Dec 2024 22:05:47 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 25A244021F; Fri, 27 Dec 2024 22:05:47 +0100 (CET) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id 77FA440144 for ; Fri, 27 Dec 2024 22:05:45 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-844e61f3902so642628339f.0 for ; Fri, 27 Dec 2024 13:05:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735333545; x=1735938345; 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=ywn4qJGa/cOafpyyUlGA01HG/ze1kno8fchWQexYgbU=; b=DuQh/U92RjemBR5z0Jp9slUmO7xOGcIIThWYU2U2WwnVuDfIRRugLmyloMqcs8tXPx 3e5Al/NcxPNgBfzkCKXU5EYI+1NXBjdmd3Usgm0ewwNt7aH77feoL680TBM5RNnCZfN3 1vDsDR6OCq7S0/cMVTDBw737uh2KeBzFAoS14= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735333545; x=1735938345; 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=ywn4qJGa/cOafpyyUlGA01HG/ze1kno8fchWQexYgbU=; b=OGVWWNSjBh8iI45/dQs0qWGRV6gTV2ORCXHK1Vx+hw6HuaxrCrDpeuXw/5xDhHnW3f bzIfXeeeiuokR8yiYIn1N181dbdRnj7tSIOOtVxoVz0FlGywB7WJ/x5cYYSpJWt7QpMO XHJI9c5UlL+yB6XH4ubsvRx4etU5vBs5TTsHcVSc6lEkBqUm1UuiJBrVecaRNk3V13W0 RJxxaOO8p8EV5AWkr4HjgbVXHDzPPw6oLx8lA3XwksIs+YosxCZz7ElE9k+D1jJxtqX5 iC5RsKVqVIcAgu0RM7FdLrbqL0SSoycDLcsm37iZUUVLKLOtBTv7nup7hkOyU9BzTwwv NbZw== X-Gm-Message-State: AOJu0Yx6sD+IR0mI2QSjqv/FYrxAV82Eb0pljem/lkMiUcj/yHDYrWVl vuyH6syo8zplL28pr2UiCEh7XcjSyjsdRH14gQats8NKQliYGqX5LtrpCvVIjKqqUTbWnQyu83G dKSKUlxtF74KiLKfMby1BVwEZaJvZK8j8ck9po5r7 X-Gm-Gg: ASbGncsaTRkzzawcyGSJpOfD0ALsXUd27pOAfpOdKbohqYKojQN+EIOxkCzXmvlbYxo XXQVmDkuolGKVZtG8+rRzUqrdxraIKDlLWA2JPawa3d7SGkMuDFFahtRgYFsCvydT4+wJi9n+hx u3t+aL2TleTfivdWw3NaQg8aKCXjQkMnpa21B6wPwWYgc4mh9ZGnAciDnbguKg3DUoph7+cxM2b FQMgG6CnUyq3S5XqXhwtzTq4ZgY4UHXv2+CdjrzeB1hbxvpV49ipfTpmr8WaHLnO09climGJNF1 Wg== X-Google-Smtp-Source: AGHT+IHbHFYuJgG3hWzgAz5ULTVYYTfZOkjC9/6m9kjujYZsSHKcDv7KScaSh5X74wzxVg8iapzAAjsQKm6k X-Received: by 2002:a05:6602:158e:b0:844:e06e:53c5 with SMTP id ca18e2360f4ac-8499e4fafe3mr2489176539f.8.1735333544802; Fri, 27 Dec 2024 13:05:44 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id ca18e2360f4ac-8498d8b4c2esm72971939f.29.2024.12.27.13.05.44 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Dec 2024 13:05:44 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 27 Dec 2024 13:05:44 -0800 (PST) Message-ID: <676f16a8.050a0220.228d4a.21bbSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 455366052471; Fri, 27 Dec 2024 16:05:44 -0500 (EST) Subject: |SUCCESS| pw149500 [PATCH] drivers/net: use intrinsic to access cont From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1735328684-10684-1-git-send-email-andremue@linux.microsoft.com> References: <1735328684-10684-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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/149500 _Functional Testing PASS_ Submitter: Andre Muezerie Date: Friday, December 27 2024 19:44:44 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149500 --> functional testing pass Upstream job id: Template-DTS-Pipeline#204575 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/32220/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/