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 C3A5D460D9 for ; Wed, 22 Jan 2025 02:30:59 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BE681402B2; Wed, 22 Jan 2025 02:30:59 +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 2775A402A9 for ; Wed, 22 Jan 2025 02:30:59 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-844eac51429so476286439f.2 for ; Tue, 21 Jan 2025 17:30:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737509458; x=1738114258; 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=xWc35myW/2aN+1La10WZUMIalaXH4baBIR9Nzz4XdLI=; b=YmQsyT52nufiIJfqQ4hYm42gUrAiNTETLN5MWpmoNyHESc2AJYjvsJSMIMrRikyjLT omsoBw+H+zcN9iH3mp0VQ/u4YC1ygpoJKF582f8eBZQldtB5rVALD/Ljwx3CDvfaYUbC /IbSUKW4qt88Qss0+ZvY9OFtIr8wl0Obni7ns= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737509458; x=1738114258; 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=xWc35myW/2aN+1La10WZUMIalaXH4baBIR9Nzz4XdLI=; b=XxDpM/4gBa9GGgvyjXyGTlJ5MKjNw9Sv1c+mA7aLB030wXBwpT84UpA142V4T9XBvp 35xDGzkPd0sQHisJvp97cdutDvYzNCGpfAOle58kx7q+zQwS6M5NwBerzgojkyM2QgmD 7YiRJjaIBINJ7KMtOPjKL/kPgpfC4PEztFmixzhidWkd37v2VvAFlpLWCfbg11XZLuwz iZsRspVKiIeWF/NkrGls2pxfHKltisvxpTekSXfkO6/L5tj4Lsj+WP+z5oQniEthm89H 1IN1LgsugmmNt2Ymqqbq5Pa9FZlLpWQxo920KVWIE5Mxm+isheAe5eYPlHcqTb/ivDcQ smMg== X-Gm-Message-State: AOJu0YwRWgXUCXhHwJr1IAB2irSXY9TMjghLBsg8JBTA11NrO89A4nGy D7O5XzHsh9mYjDk/X6LvRCXFM7WGWj0hTJZS4eyqIvz5sFAYdyFKsRJCH7gRTRL6hIrzrjyjEo0 GWdTy1Gmne/YcKk/xA79GmgjXnXGsBDywG3/RWL/e X-Gm-Gg: ASbGncsOJIEWaMa8GDG5z6Y8STq6RXhA03wu/QfEwyRzLCcTXuraBIYT9/5AWQe/qtk 0XhhZ34YxlnST+iip0+JPRYs1yFz5Cy9iHDxAoAByA+XdTRb8bngfuE8AGqZ8WkmNEBv13nRX7W OSGSD872qF6bxo0X2GyzLqKfPOOY6/oSsYbJU4+e0F40fQBSSKthu2wSfq22GDgGyBSB+t+LBXu eok06J19N0oR3gYnmoNgcHWe01DA8dintN4tGkx62i3NgzyFFoK6l0HeRaRDMTpWXsjBAswv0eA 8BFTOdJuhOdXH8mGuKA= X-Google-Smtp-Source: AGHT+IHtstsURkIenw4D9T8sP5fHSyPIoHmJbCZc9/Tv7MNMnk7u+HFvVmdESCln0ZKfOl/NUDDB19Rp0gzx X-Received: by 2002:a05:6602:4189:b0:83a:b74c:800e with SMTP id ca18e2360f4ac-851b651bd16mr1804438839f.12.1737509458373; Tue, 21 Jan 2025 17:30:58 -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-4ea7547918esm708700173.34.2025.01.21.17.30.58 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Jan 2025 17:30:58 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 21 Jan 2025 17:30:58 -0800 (PST) Message-ID: <67904a52.050a0220.3b17b5.df38SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id D36E36052471; Tue, 21 Jan 2025 20:30:57 -0500 (EST) Subject: |PENDING| pw150326 [PATCH] build: allow disabling avx512 support via From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250121164114.2311086-1-bruce.richardson@intel.com> References: <20250121164114.2311086-1-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-abi-testing Test-Status: PENDING http://dpdk.org/patch/150326 _Testing pending_ Submitter: Bruce Richardson Date: Tuesday, January 21 2025 16:41:14 DPDK git baseline: Repo:dpdk Branch: master CommitID:6d7e741be18ab1e6ecce46edb2516318305c3c73 150326 --> testing pending Upstream job id: Generic-DPDK-Compile-ABI#113186 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | Fedora 40 (Clang) | PEND | +-------------------+----------+ | Debian 12 | PEND | +-------------------+----------+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Fedora 40 | PEND | +-------------------+----------+ | Ubuntu 22.04 | PEND | +-------------------+----------+ | RHEL8 | PEND | +-------------------+----------+ | openSUSE Leap 15 | PEND | +-------------------+----------+ | Fedora 41 | PEND | +-------------------+----------+ | RHEL9 | PEND | +-------------------+----------+ | Ubuntu 24.04 | PEND | +-------------------+----------+ | Fedora 41 (Clang) | PEND | +-------------------+----------+ Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32384/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/