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 3EEB845D46 for ; Mon, 25 Nov 2024 21:18:11 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 11CC640DCA; Mon, 25 Nov 2024 21:18:11 +0100 (CET) Received: from mail-io1-f100.google.com (mail-io1-f100.google.com [209.85.166.100]) by mails.dpdk.org (Postfix) with ESMTP id 9F84240C35 for ; Mon, 25 Nov 2024 21:18:09 +0100 (CET) Received: by mail-io1-f100.google.com with SMTP id ca18e2360f4ac-84194e90c0fso55815339f.2 for ; Mon, 25 Nov 2024 12:18:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732565889; x=1733170689; 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=STBE15DJupvmGDGtwBvTj6N+49RMKHw71kDaUNgH3PQ=; b=Ze8xGIL2ki84SrU31oKHVI4b+e4I4v0Tq3KowzyWjJUVdNDFUVO5u5fS2UWX3mDisz gbPCAV9df8+s7036aAP3Bl+nt1A+e3x1UCo2Q2mjzRV7KTFJAYpTQ0Ajk59prNOf3Jji bIPW8CncC6Gfu/+m9uKNUb3l0/xQTwTyd2HEA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732565889; x=1733170689; 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=STBE15DJupvmGDGtwBvTj6N+49RMKHw71kDaUNgH3PQ=; b=WNlpxYch+m+iPf4TAqt0TzaMy5b09oqMqoCWXQMNbLX/IU77hMGK9FCtCTsMlVX5QB 6Us9nlcd/BCBaiuWbDPXc+91u+VZI0ofQtV78c9oR7xQ6iK8BBQPL5OLuPmhNiZNwXUC 0UmTaF2lHGWVjD1O2WMcQ6b8k6APMBG/lzSxdr9WQfVe+307RVBIpFa+Uuf8pidy5L36 r/6vAhF6fzBuuI652fdXoKZA7g+3UTYwJ6+TuPRRFmLXgC8GbQu7fqYDfvF+/QYPCdPY MWvXZ3SAtSiFXmdsUqzNVbGcyH0c/Vx0CpVefjC6Js7tJYAvcbW76zMmlh+bczjAUs/l 1Y4A== X-Gm-Message-State: AOJu0YwOXGbxQFZboqkqKXpPeBr33Le90VrH4Ne60Vco5sjiBkFVlsk4 3hb7P/szuRlWGJj/iF05C9pUZrIVqO97o1qSi5DD6mfEH0OgpSBn7ddSPSD9muR9R7vOi3cP6Gt MIPP73kwpVGP1JBOVgTqT/5YdqqSYDHovvBBLBZP0 X-Gm-Gg: ASbGncv1Ev7JHkVuxkBJ3VG9t/XsKt6ydXfXbZMejpltVbkesUo09zeQD/KXRqY9uS2 RXz8ZEzJPZAgPprBpayek7DE8MiHdnJiyCr/N19FZvf6YE9PnlenEE0XOn0ubNC8aDpcqFQG+lG yOtHCiTkiwavJmcVNYHEbhmUWASFThcQs39M3v+x/IymGDwEDFq372aNY0UlxL0wrv2TnjfMeF3 Rcatc4fp1sdbgpu4FQC/QWd7o3SVWAaViHNi9MFosY9hguk4duqRbTZjQLZlol6xc89OJc= X-Google-Smtp-Source: AGHT+IFN4cgTW6OON2Qnc9GY6Lv3nQrFYm+FDLSgynZ1LevuP6RExRr6F+1nBYyirxybC6b5UgsVU36J99I3 X-Received: by 2002:a05:6602:608a:b0:82c:ddfc:c57b with SMTP id ca18e2360f4ac-83ecdc5d8damr1696222839f.5.1732565888681; Mon, 25 Nov 2024 12:18:08 -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-4e209f3a076sm84631173.3.2024.11.25.12.18.08 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Nov 2024 12:18:08 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 25 Nov 2024 12:18:08 -0800 (PST) Message-ID: <6744db80.050a0220.7461e.54a8SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 2B9556052471; Mon, 25 Nov 2024 15:18:08 -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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/148841 _Functional Testing PASS_ Submitter: Bing Zhao Date: Monday, November 25 2024 17:23:18 DPDK git baseline: Repo:dpdk Branch: master CommitID:37dda90ee15b7098bc48356868a87d34f727eecc 148841 --> functional testing pass Upstream job id: Template-DTS-Pipeline#198810 Test environment and result as below: Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ 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/