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 4B06B4402A for ; Tue, 14 May 2024 11:38:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4564B402EB; Tue, 14 May 2024 11:38:20 +0200 (CEST) Received: from mail-pf1-f226.google.com (mail-pf1-f226.google.com [209.85.210.226]) by mails.dpdk.org (Postfix) with ESMTP id 70F77402AE for ; Tue, 14 May 2024 11:38:18 +0200 (CEST) Received: by mail-pf1-f226.google.com with SMTP id d2e1a72fcca58-6f44ed6e82fso4719764b3a.3 for ; Tue, 14 May 2024 02:38:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1715679497; x=1716284297; 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=cO9qnQldGSOmCjqu6X/b33SRmJ1pfnJPdxECEux4xWg=; b=gvZP2x02LjPzE/zQ9h3ydhQhmUi6FFfiW9mG7+YV0bxjUN5owD3kt/cBn5XsUAyWh+ vIQ2w04MEokOz0SLm2lDqT5zfZfmTHZ0h7b0ioPFjeArHuX2Ypz024INJY39l6wqC0YM aH/uyiTKY1aFQF4YQaGlHwEjHVLnmeepV8muQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1715679497; x=1716284297; 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=cO9qnQldGSOmCjqu6X/b33SRmJ1pfnJPdxECEux4xWg=; b=vR/mNc4Ae7jzS/5t0WvMVSahpUvrsYZrSCefSwSwTiBB/LOKgLZ5pSVtAGL3xAIuGZ NUuYtrr47v4kBLpNrhP0RSInWGlhSHixQuYtHgSlSDdXq48TScoztl1iz45wEbHzNDHc 5m/kxGPuMDFNxKqBg2ce4s88Tl4S8WAgbb6mvdAZftlNWoiMnOpDM8Ic+3I+LcgP2BJD iia/+adYmn1w7AKPG1xrsSnYL7RV5ea7ZBwkoFZJ5SZAqw5GSR+/H5fB3M5gJJCAgDFW jicVIUNThmD7dDfSePoKV8t9MQdyey0+Dm5xzmyrV1yDxURFVcLidHmljUIgnJ+C4DKR wJQA== X-Gm-Message-State: AOJu0YwqaJAmP35Vg9iIQFd6cL3BzN+6osBC7SUKVcsta2O2j8xw6z/3 52dX85QAY7vJGoNR5hjd+Oo607z9OivxLoMEanefZtctYuDSijEjYn/30prC4GGalpFO1CEXXuI 1TE7csgaiiM9xI9i+ubxlObmTNE+BFAOb2fF966MTx2Fx2zL583E1qYQ3 X-Google-Smtp-Source: AGHT+IGh4lxW4Y2ykC/3WRLKBFj0LZ+FGgkOD2qlXz0rqEog08lWw2l7RG8aJGTPuBMuO80CAV6LZzNaTnvr X-Received: by 2002:a05:6a00:3a0b:b0:6ea:bf1c:9dfd with SMTP id d2e1a72fcca58-6f4e034790fmr13932660b3a.27.1715679497641; Tue, 14 May 2024 02:38:17 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id 41be03b00d2f7-6340c4d4a6bsm785056a12.18.2024.05.14.02.38.17 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 May 2024 02:38:17 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 14 May 2024 02:38:17 -0700 (PDT) Message-ID: <66433109.630a0220.605d5.cf6aSMTPIN_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 D6D1C60524C7; Tue, 14 May 2024 05:38:16 -0400 (EDT) Subject: |SUCCESS| pw140048-140051 [PATCH] [v2,4/4] net/af_xdp: remove unused From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240514084155.50673-5-ciara.loftus@intel.com> References: <20240514084155.50673-5-ciara.loftus@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-compile-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/140051 _Testing PASS_ Submitter: Ciara Loftus Date: Tuesday, May 14 2024 08:41:55 DPDK git baseline: Repo:dpdk Branch: master CommitID:baa8e2c6b4d7ce289e891b9c96fb3193311c0f01 140048-140051 --> testing pass Test environment and result as below: +---------------------+-------------------+--------------------+----------------------+ | Environment | dpdk_msvc_compile | dpdk_meson_compile | dpdk_mingw64_compile | +=====================+===================+====================+======================+ | Windows Server 2022 | PASS | PASS | PASS | +---------------------+-------------------+--------------------+----------------------+ | Debian Bullseye | SKIPPED | PASS | SKIPPED | +---------------------+-------------------+--------------------+----------------------+ | CentOS Stream 8 | SKIPPED | PASS | SKIPPED | +---------------------+-------------------+--------------------+----------------------+ | Debian 12 | SKIPPED | PASS | SKIPPED | +---------------------+-------------------+--------------------+----------------------+ | FreeBSD 13.3 | SKIPPED | PASS | SKIPPED | +---------------------+-------------------+--------------------+----------------------+ | Windows Server 2019 | SKIPPED | PASS | PASS | +---------------------+-------------------+--------------------+----------------------+ | FreeBSD 14.0 | SKIPPED | PASS | SKIPPED | +---------------------+-------------------+--------------------+----------------------+ | RHEL8 | SKIPPED | PASS | SKIPPED | +---------------------+-------------------+--------------------+----------------------+ | CentOS Stream 9 | SKIPPED | PASS | SKIPPED | +---------------------+-------------------+--------------------+----------------------+ | Fedora 38 | SKIPPED | PASS | SKIPPED | +---------------------+-------------------+--------------------+----------------------+ Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9 Debian Bullseye Kernel: 5.4.0-167-generic Compiler: gcc 10.2.1-6 CentOS Stream 8 Kernel: 5.4.0-167-generic Compiler: gcc 8.5.0 20210514 Debian 12 Kernel: Container Host Kernel Compiler: gcc 10.2.1 FreeBSD 13.3 Kernel: 13.3-RELEASE-p1 Compiler: clang 17.0.6 Windows Server 2019 Kernel: 10.0.17763 Compiler: clang 14.0 and gcc 8.1.0 (MinGW) FreeBSD 14.0 Kernel: 14.0 Compiler: clang 16.0.6 RHEL8 Kernel: 5.4.0-167-generic Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20) CentOS Stream 9 Kernel: 5.4.0-167-generic Compiler: gcc 11.4.1 20230605 Fedora 38 Kernel: Depends on container host Compiler: clang 16.0.6 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/29950/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/