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 0E9A345DA7 for ; Mon, 25 Nov 2024 22:28:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D890240672; Mon, 25 Nov 2024 22:28:42 +0100 (CET) Received: from mail-yw1-f227.google.com (mail-yw1-f227.google.com [209.85.128.227]) by mails.dpdk.org (Postfix) with ESMTP id D62B1400EF for ; Mon, 25 Nov 2024 22:28:41 +0100 (CET) Received: by mail-yw1-f227.google.com with SMTP id 00721157ae682-6eeb31b10ceso50372827b3.1 for ; Mon, 25 Nov 2024 13:28:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732570121; x=1733174921; 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=53S4xY7xg7sF/kSabhqPXSy8+3TIZchnKYRcRdkuNaw=; b=PjP6nqI3lOicY/d4htu26av/kKFbN951Rmi6OfvtraBQfPAd3nqKrwDit380hQ2kPc n0TAWdo7tPQX3lQFCq7oG0Mn0Kov3fLKh+0qqkTYPCEiwHgRgMmugbWx0MbyZd6n2XwC 1y8C0YXjHrtTYrRAhAU3Fi4CUOogIm9/H6Lgg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732570121; x=1733174921; 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=53S4xY7xg7sF/kSabhqPXSy8+3TIZchnKYRcRdkuNaw=; b=L6y/h05H9gCRD2LaapNoleoYtbBbRNyu10e9Il5Xofrff9qhHN/b694Z/xW/AmORK3 Qoarog/W9hJZ2ViWGO0mg86zdzkOn9Ewu7kIvpZvgUqYU7VCjPgxk4xpfYSq6ES0HkrL GphP03iUZa8Wzvg67Iul1g9Namy/Jn6+vdigDE5jcyZeNy39BfGFNMyFR4YOHbKyrsWE sOulpj9nhQh8DPkquQVjgTd5mpnYSrjTvepIXmg0X8KLkRvW+eeDo6mbC2vsh13GmuqL JWsOn3coIPSF36fGhPs8ZEtD7GqUuXn7OJzSfnNP4wITxp6uknrWKZshUoFcnkgj2BqZ VEtw== X-Gm-Message-State: AOJu0YxjQgIx3mQs9Ua2+b7fozD4m+v4gUD1fFkYYdLjS3uZEZEyOr/z cvBriqTYPg6YIxCO0I42sMEsv1/9SpPL1jBn/akw9oJbzhCEBQABl4tKGYIP7evXanNKaWb/NdZ 3y/KMmQ62zTeE/LprrRm/iSgt2Imj5jiSF1J/KWEp X-Gm-Gg: ASbGnctZ4CDALOQtgRN2OeuroGZxPD0o+OjvWZee5ciD7/BGo84+RNHxeg2S8YMI1kT vmbb1QIr2LXB9IRgUAs+M9i9Th1lKN6HIyKBdW8VbT3h50wY8Jtw8WvIziqBaN5vMbAK7SA02CQ hJkA/YkIwH/49eve9vqHJIJgQSyJwHNJPLDRtib8FdA7pUe+JcFiS/As9/T8sMfjdWPQX6QKP1g zJvkfpU72fNGHSmR6F0sqFrMUxWl3ZsD+2e8ZqAzdsa+/IZ2+HaJ77bMtyNs6HY8Lmh2zw= X-Google-Smtp-Source: AGHT+IHYsGaGmd95QCilZqwipSEHnKecJIPS9McWtI34o30jQhlLx/PuG8KC9Nkr6+6d28KgeXlAprbwFpO+ X-Received: by 2002:a05:690c:6d04:b0:6e6:1018:64ab with SMTP id 00721157ae682-6eee08b5ab1mr129055847b3.5.1732570121169; Mon, 25 Nov 2024 13:28:41 -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-6d451a83ad8sm4159026d6.6.2024.11.25.13.28.41 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Nov 2024 13:28:41 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 25 Nov 2024 13:28:41 -0800 (PST) Message-ID: <6744ec09.050a0220.2f286e.c835SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 92E2A6052471; Mon, 25 Nov 2024 16:28:40 -0500 (EST) Subject: |SUCCESS| 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: SUCCESS http://dpdk.org/patch/148841 _Testing PASS_ Submitter: Bing Zhao Date: Monday, November 25 2024 17:23:18 DPDK git baseline: Repo:dpdk Branch: master CommitID:37dda90ee15b7098bc48356868a87d34f727eecc 148841 --> testing pass Upstream job id: Aarch32-Unit-Test#4442 Test environment and result as below: +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | +=============================+================+==============+==============================+===========================+ | Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Debian 12 (arm) | PASS | SKIPPED | PASS | PASS | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 39 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | RHEL9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 22.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 40 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 24.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | 32-bit Ubuntu 22.04.4 (ARM) | PASS | 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 32-bit Ubuntu 22.04.4 (ARM) Kernel: 5.15.83+ aarch64 Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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/