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 9686945DA4 for ; Mon, 25 Nov 2024 16:31:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8055A402B5; Mon, 25 Nov 2024 16:31:41 +0100 (CET) Received: from mail-qv1-f99.google.com (mail-qv1-f99.google.com [209.85.219.99]) by mails.dpdk.org (Postfix) with ESMTP id 4E03A402A9 for ; Mon, 25 Nov 2024 16:31:40 +0100 (CET) Received: by mail-qv1-f99.google.com with SMTP id 6a1803df08f44-6d41176505fso43854446d6.2 for ; Mon, 25 Nov 2024 07:31:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732548699; x=1733153499; 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=pgZGOUFpBPayn/sVg3366Ma0WKT/CfqJ3sNp+RJ7Lw0=; b=UGmXdUjiCwA6Np/fSQvGNABKlIM+7egm59h8jER4b3NWN4w3t9PiQZjbzgISW/H3fp lgJLlUnOdME2RvA7IquPSHwq7z1D7mKn2jK+Qy+52mVe04GbtaRi2Z78ds87FOAxo3ng ZOw5EE9d1aiyd9gf0LXiw3mz0u2J7HGwgFXig= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732548699; x=1733153499; 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=pgZGOUFpBPayn/sVg3366Ma0WKT/CfqJ3sNp+RJ7Lw0=; b=doQUxDiBP4cO15FJ7qLk8olu6WbE4YvKwbuxRz+D4f3OD0GyE3mJ0W4lqczALhue6V 2OGNfF4t5XGmmwgBDxWKCelFtpd7zcBSPfkyxeQmL75maQXsMSi8F3rtDwNI19vcYWJM lh15sj5xSZuajVDQAwdD/ztB5INwj7tghW3D8xsA3ZXL8jcfwAeN/zSHpOEe9/CqaaJ4 G96WWGvY9GcEx6V1a5jQdJ5rgUV9qRmC+YgaeeVrG/prXxJ0An3mexaugQUMcljj+vaf 1LNV8xzcNwMegbuXVLK7qebNLrQyf5F/lixZAsqaNk/mHc55VXWdkKRWgosjFzjzJLtA rlVg== X-Gm-Message-State: AOJu0YwazRgIE3khSrFhF+nM1toBFop1Qe+58VmqXGhwH5dQBiBr/wLE HT7BZFornV6KiGRcr2xnKsCYzJO8g+upz65T+JxUu/Zzo5x5v1KJ0NZz8pB8nJjZpE39hlZ7aQV 1qkcmgeacGrUV+tjSjs/pMWARW9LeGAjHCYdKbghs X-Gm-Gg: ASbGnct89AMGFWwtmPsZg3YqeFk9/4QVRhTRxuLRM85gXBbayPzJt46I1a/nCet2W/H EJ1kpaKm38uATKiWx44/QL7+EFY88opJ/6s/yTGhwEGPsg4wL+MEygBeh3Wps7+kkTqAdnIEJIg E0oqTFP8XR0OE7ccgPtQX2PSzwm8EiyZf5DeiMknp9IDtmUrPxm7R1HgVwFb3N2O9g70SCPyVkq QLDJab7CjB7pKzFc7sFoeyzHzGw/R3d+/tyMr9K/0OGv+FeqMxVRE+FdVGQmmxh1DylxWM= X-Google-Smtp-Source: AGHT+IFFg1PSfsROK/DjcHnlrBw5/lnExGSRfsynD9xp7RV1R+S9/+k3J/YU4jgQKDRKsgNzzAimww3cxD0z X-Received: by 2002:ad4:5bcf:0:b0:6d4:2737:6c11 with SMTP id 6a1803df08f44-6d4513459d6mr183086916d6.39.1732548699619; Mon, 25 Nov 2024 07:31:39 -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-6d451a99bb1sm4277646d6.26.2024.11.25.07.31.39 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Nov 2024 07:31:39 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 25 Nov 2024 07:31:39 -0800 (PST) Message-ID: <6744985b.050a0220.dd100.bebeSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 55BE46052471; Mon, 25 Nov 2024 10:31:39 -0500 (EST) Subject: |PENDING| pw148837 [PATCH] net/ixgbe: fix RSS redirection table conf From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241125093545.394900-1-yuanx.wang@intel.com> References: <20241125093545.394900-1-yuanx.wang@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-unit-amd64-testing Test-Status: PENDING http://dpdk.org/patch/148837 _Testing pending_ Submitter: Yuan Wang Date: Monday, November 25 2024 09:35:45 DPDK git baseline: Repo:dpdk Branch: master CommitID:f4ccce58c1a33cb41e1e820da504698437987efc 148837 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#294683 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | Debian 12 | PEND | +-------------------+----------------+ | CentOS Stream 9 | PASS | +-------------------+----------------+ | Fedora 40 | PEND | +-------------------+----------------+ | RHEL8 | PEND | +-------------------+----------------+ | Fedora 39 (Clang) | PEND | +-------------------+----------------+ | Fedora 40 (Clang) | PEND | +-------------------+----------------+ | RHEL9 | PEND | +-------------------+----------------+ | Fedora 39 | PEND | +-------------------+----------------+ | Ubuntu 24.04 | PEND | +-------------------+----------------+ | Ubuntu 20.04 | PEND | +-------------------+----------------+ | Ubuntu 22.04 | PEND | +-------------------+----------------+ 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.4.1 20231218 (Red Hat 11.4.1-3) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 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/32011/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/