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 24D2F45DA8 for ; Mon, 25 Nov 2024 21:00:17 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2169F40BA2; Mon, 25 Nov 2024 21:00:17 +0100 (CET) Received: from mail-oo1-f100.google.com (mail-oo1-f100.google.com [209.85.161.100]) by mails.dpdk.org (Postfix) with ESMTP id F155440B90 for ; Mon, 25 Nov 2024 21:00:15 +0100 (CET) Received: by mail-oo1-f100.google.com with SMTP id 006d021491bc7-5f1f1da0c8eso525648eaf.1 for ; Mon, 25 Nov 2024 12:00:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732564815; x=1733169615; 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=wpAYXcj+D/eZJBExH89ni6ucXyxUdnNyZBuHQRNkEkg=; b=DII9bAnt8z3F7slci04X0LfwpOVeD8poaKcHOJGPmhfn6D74pEgEkeSw0AbTpsOL/K W200sc8xVPYndy1i2qFGECsb18W3cQMSGr35UhiWUWj+3BcstksRMyz8CMy5G1bo1Oos 1FaLl8DcWDM7wG7Xk3e+8XL1jMHIDtu7mxOm4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732564815; x=1733169615; 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=wpAYXcj+D/eZJBExH89ni6ucXyxUdnNyZBuHQRNkEkg=; b=k2yWFmgYom6jdUE/ff122YP+mfCwT5OO6VVeQ3dWMxhictEtv+9sqJiOYJi0JDl5st vWOt4ZldnEuoqKFEgc70BoEE53v316Zyy1CbYiS6DTkgZGCjhIGK1AtCpBQKbrTZPDyt cSFKr9z2b+Pq8x2c64KO7fIExf3WZaCQsxwmw57q3g3BV8MI8ZBdICGScoUdcLWnMxJe BREuuaHRwcK/3YnSHAbrWP/4cMSl90hVgGxc40Al1zd5BdgwhHH7OV++MM3OXX8pnNUs Lpye849DvGQn9/TmJP/H38FUqCFTt/Ah41J0k4iUFZPFlJZZcYke3AkPelpkGIO7Ie8I I63A== X-Gm-Message-State: AOJu0Yz67rfhVxoCgb5cNM7Ei3Dh5K6iBqsQfaO+7yHp1FQC30VVbhCt ikxQKse7ZSlinCgufPXHMvZ18Kv5/wyVyxVZ6zcjGbeaWCOVgCSDIgii+e7/w0fLh76jBKNYOPF bSIk/MYmPRPZoccRz0MN6MJmxuZaS45nqewyRdTz5 X-Gm-Gg: ASbGncsy80PJuiISeefu7shX90pqCvi/8tmNeI5XCb0SJ2hIcIP2Xxgz7n1RQxzu+G6 UWeyCZis6zcq4AfdqTmU7ZO6EeEhMkhuCooVId02v9OsyPcT1nYRbHdSOdVkPfJdiRQjSkqvx9Q /iqtM4ldR5T9gfmcnMjaYgFJG6QzrKvsLBHwAYP9FarUYNTmOJy5aEnwvJq/6ylW+lUGUI5JPWk eSuRWH8hOsdyD/rqFOLZS1pw6J7yrdv50QwkwpRLZwnygdBr2RBO6MPUoC5KpioUP4mVdA= X-Google-Smtp-Source: AGHT+IHv9sQgZiFXlJh1onEg110j5iapYZNahnYMGm0kGampNPFVgSXYJRi4fH6rU1/ST1Q99YS61y+D41yZ X-Received: by 2002:a05:6358:42a0:b0:1c3:7b75:24ec with SMTP id e5c5f4694b2df-1ca7977c9a1mr739354355d.15.1732564815193; Mon, 25 Nov 2024 12:00:15 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6d451b45364sm4273346d6.48.2024.11.25.12.00.15 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Nov 2024 12:00:15 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 25 Nov 2024 12:00:15 -0800 (PST) Message-ID: <6744d74f.050a0220.f685c.e1e2SMTPIN_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 DDA676052471; Mon, 25 Nov 2024 15:00:14 -0500 (EST) Subject: |PENDING| pw148841 [PATCH] net/mlx5: fix Rx queue control deref From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241125172318.302560-1-bingz@nvidia.com> References: <20241125172318.302560-1-bingz@nvidia.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-unit-arm64-testing Test-Status: PENDING http://dpdk.org/patch/148841 _Testing pending_ Submitter: Bing Zhao Date: Monday, November 25 2024 17:23:18 DPDK git baseline: Repo:dpdk Branch: master CommitID:37dda90ee15b7098bc48356868a87d34f727eecc 148841 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#294842 Test environment and result as below: +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | +=======================+================+==============+==============================+===========================+ | Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | CentOS Stream 9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 39 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Debian 12 (arm) | PEND | SKIPPED | PEND | PEND | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 39 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32013/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/