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 439D745FCD for ; Fri, 3 Jan 2025 03:13:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B1D7402BD; Fri, 3 Jan 2025 03:13:04 +0100 (CET) Received: from mail-yb1-f227.google.com (mail-yb1-f227.google.com [209.85.219.227]) by mails.dpdk.org (Postfix) with ESMTP id B364B402B1 for ; Fri, 3 Jan 2025 03:13:02 +0100 (CET) Received: by mail-yb1-f227.google.com with SMTP id 3f1490d57ef6-e4a6b978283so16013579276.0 for ; Thu, 02 Jan 2025 18:13:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735870382; x=1736475182; 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=hcsjsk00VRSXZxr3utWUhxzxSpHvh5qWLv8NZYZH6eM=; b=UQ8niiFBa9vaL9mBCNwyxLI4neC4+gBIn3tRz4JIZ6YNsXcog7EoNAvuBTkdptu2Q7 spzfoKULVzc1CjzeQl/WTHQcGpvANF2wWgyCeF5zJ4XrCNFN9xFpZu8RFYYLZ7LGeQCr tD/B1bRDKI9PqYP6K+Yihff0rbt65vj0PmSq4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735870382; x=1736475182; 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=hcsjsk00VRSXZxr3utWUhxzxSpHvh5qWLv8NZYZH6eM=; b=s7PxDvL6KSpfY3AAbKi4VOtrn5Cunkwxh/hU2QPyPqcK2IjYxmK72kyDXXxIL6iPvO PMGteaTFZR6CBgbz6N3Y/XF++QIXMtjQpGMw7NvMpAv18i01b/tmEpGLKhCoW5BC2SWp G0zXny4fsul8WLOFKzuiJDFbTrkOgfe7bC8HBI1CWoAF0MLUaKyE4WSgpcSrJjWART5w Y/iTvi7BV5dgTPxtEzzdizEeLeu/3Y42jyeu1XMjtY3Ln3NXHVO4YbDSCPhWETywZy6c nah/L/MK+wecQRcVx6cSUvj2IXHNi2yjiwBjwnFb8paOuJwuacRf0OUOh7jlf0WsDs8c 0vlQ== X-Gm-Message-State: AOJu0Yy47q82xSbBu/tWmplU03Y2VZnLlM8hqgCYa+Z5LGfAxsjX8nr6 cy92L8Omf9bvUgebpTGmPzn/B5lSzs/+++i2wonWF0yAzL92t9rgzy42iw+L17Efd4kHj3BymPM gpHiBCwDU05B9PY4zYmFBYZG1IilzsdzoVP3FOZxZ X-Gm-Gg: ASbGncv8T+bz7J4Euz18qPAmGyW5IR1TqBt2b5vVs/wFNLs5uglPlCYr7UtcVU8QQ0Q FsC0YIf8FifQ2q/KBrh1xV/h1z8HfYEoTipnKbPPN7XxC3dqf0i8HJT2+oSs+9aKvrX37TswWOz ounlMuqr/K9LtXpe8Gnzwfqt5VliAkzeWdJ3zwqM/+AohR6syotWro0gLeEz52VTOFkm7t3PUER zfVg4MKDigG3HlzqeNlvw1U3CD00BuPBe+3OBw11ev/lTjrIBpGnL/E5F4tUy1gpNnfkRFINVy7 wg== X-Google-Smtp-Source: AGHT+IHlTh0qrKuh59tgAYeipPDDnHL2qGY3QX9SmFRzltQnzbnmk4a9qD6QofwvdcFGr73+ArH/P/fCtTb3 X-Received: by 2002:a05:690c:c14:b0:6e5:adf8:b0a8 with SMTP id 00721157ae682-6f3f7e1cecfmr336949887b3.6.1735870382089; Thu, 02 Jan 2025 18:13:02 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f3e7479023sm14025177b3.43.2025.01.02.18.13.02 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jan 2025 18:13:02 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 02 Jan 2025 18:13:02 -0800 (PST) Message-ID: <677747ae.050a0220.fb7f0.abd4SMTPIN_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 BA9496052471; Thu, 2 Jan 2025 21:13:01 -0500 (EST) Subject: |FAILURE| pw149564 [PATCH] lib/gro: use hash function for flow looku From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, kumaraparameshwaran rathinavel In-Reply-To: <20250101093735.95271-1-kumaraparamesh92@gmail.com> References: <20250101093735.95271-1-kumaraparamesh92@gmail.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: FAILURE http://dpdk.org/patch/149564 _Testing issues_ Submitter: kumaraparameshwaran rathinavel Date: Wednesday, January 01 2025 09:37:35 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149564 --> testing issues Upstream job id: Generic-VM-Unit-Test-DPDK#26761 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Fedora 40 | PASS | +---------------------+----------------+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Fedora 41 | PEND | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Fedora 41 (Clang) | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Debian Bullseye | PASS | +---------------------+----------------+ | Windows Server 2022 | FAIL | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ ==== Unit test summary for Windows Server 2022 (dpdk_unit_test): ==== Failed to get the unit test results. Displaying the unit test results is not supported for some environments, such as our aarch32 testing, where meson is not used to run the tests. Download the logs available on our CI site. ==== End log output ==== Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32234/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/