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 88E554602E for ; Thu, 9 Jan 2025 08:59:07 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F0194042E; Thu, 9 Jan 2025 08:59:07 +0100 (CET) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id 15EB94026A for ; Thu, 9 Jan 2025 08:59:06 +0100 (CET) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-3ab37d98dd4so1598385ab.3 for ; Wed, 08 Jan 2025 23:59:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736409545; x=1737014345; 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=zMLnxiPzoMRcBQvaF3aSha5egbCOW0xPHNDFtpZ2GGA=; b=aLe4FFJtIwzo8v2BQ30FBAJf4iFkZfu7Dq3AavpHIATTfKAihAyTRl+/oWHjw0U67V liUZfai8VnoDgNnK+7iSaE78hWJSjIHfHPUnc2YLop5a5PtD7gUuTicY6bgEQII8s4ep gp8J1xRZvcU20ehrU1r+JrDq2VljkVjqjOFQM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736409545; x=1737014345; 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=zMLnxiPzoMRcBQvaF3aSha5egbCOW0xPHNDFtpZ2GGA=; b=U9PRenwJ8IC/umTjuxfdRbD+PiyBus5/LMiRUsfswbvpplkjO1Dkqt2xAnQljX9VdK 6nw1QQpmtoBReHlKTwS29alXYwDfFbgoMm/+1g77594b5dfffiA3uhGSZfcMltihfQmD CRZS2LIv/KextZ1kTEbHYK1czTSw1+BLf2D3EBRgdpJOMBsjurmXnjsrhCAWDJgbfI3u oOvhqXvLj6PWcDh1Ij+JlIMyEKe1/IVuLKbNBj/binWvIWvJnrHa7Uh1dJdwVWc3PwzX BYzsOEIi6XQjKy6HRUSh+uQtyhVENIYYq/JoaLaTOebGR50EbTbGkwQGZ0QgK4Fp1Ybe c1MQ== X-Gm-Message-State: AOJu0YyQmGh/iSGUp/Ef1tFbBqAgEt1d8j9oHFNIyTMNEb60ZG+fweh2 dDRfImfTnywfUU88kvIglKS+j59ocBtQ36i2bIayfsQZuIHrjvrsqHsKOm4zwqKs9y8LJ1Ft8Yk AzjKxNoJ1rfp65IkBFt/+TTBCO005KKhL2fQv8yY7 X-Gm-Gg: ASbGncusUpu9DY1tII2F1rPg3V5wtAG71Pv5gwS7qVNV9bupQgmoAjWazKz6NvF6oEL gHtY0IkAJXzZ0Ik2klE96tXRw7qXOYnigILuv3SFI5aoLM25AMUKBPd5wSaqv3qeO3hL2+k/pac YuZssAAnTUsG5OPDiWQWHRy2EME+W65JjezFJlHDGaMFtaK/lIv8nJ1QkQ4oGl1Y/xnazzPA23T iwXg+0avQf7AGqNxhFriGbGqhnVYRKnraZM9YMCEyCVAOJJpsukhHWN0sr2NhwC3cmaPDG8oAYr Pw== X-Google-Smtp-Source: AGHT+IG/n6ff+sNhYbypu6rwQ2hvGeE+A98IXI9zVNWil+shjNEAV9JBwyP3lHXSZ9StaH9HBVkoeO1fA7tg X-Received: by 2002:a05:6e02:20ee:b0:3a7:819c:5129 with SMTP id e9e14a558f8ab-3ce3a8bb524mr41324325ab.18.1736409545170; Wed, 08 Jan 2025 23:59:05 -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-4ea1b615a2csm36946173.30.2025.01.08.23.59.05 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jan 2025 23:59:05 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 08 Jan 2025 23:59:05 -0800 (PST) Message-ID: <677f81c9.050a0220.3c5a4.2660SMTPIN_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 B088E6052471; Thu, 9 Jan 2025 02:59:04 -0500 (EST) Subject: |PENDING| pw149683-149684 [PATCH] [2/2] common/idpf: enable AVX2 for From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250108121757.170494-3-shaiq.wani@intel.com> References: <20250108121757.170494-3-shaiq.wani@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-arm64-testing Test-Status: PENDING http://dpdk.org/patch/149684 _Testing pending_ Submitter: Shaiq Wani Date: Wednesday, January 08 2025 12:17:57 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149683-149684 --> testing pending Upstream job id: Generic-DPDK-Compile-Meson#349532 Test environment and result as below: +------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +====================================+====================+ | RHEL9 (ARM) | PEND | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PEND | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +------------------------------------+--------------------+ | Debian 12 with MUSDK | PEND | +------------------------------------+--------------------+ | Fedora 40 (ARM) | PEND | +------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PEND | +------------------------------------+--------------------+ | Fedora 41 (ARM) | PEND | +------------------------------------+--------------------+ | Fedora 41 (ARM Clang) | PEND | +------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PEND | +------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PEND | +------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32279/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/