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 812FC45E2E for ; Wed, 4 Dec 2024 12:41:17 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7B98740B97; Wed, 4 Dec 2024 12:41:17 +0100 (CET) Received: from mail-pf1-f228.google.com (mail-pf1-f228.google.com [209.85.210.228]) by mails.dpdk.org (Postfix) with ESMTP id A39C540A87 for ; Wed, 4 Dec 2024 12:41:16 +0100 (CET) Received: by mail-pf1-f228.google.com with SMTP id d2e1a72fcca58-724fc1aaa91so6006222b3a.3 for ; Wed, 04 Dec 2024 03:41:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733312476; x=1733917276; 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=aYulCP52zUMn+PEJjv5N2p1xdWcxk8XHl998WYgJ0go=; b=iA97Cq1VvJagGbzxI1zFjemmmA8lSDHFJU2D4mz7XiYij4oTH/gtSrF9Kbjb5QDRd6 gjAPIFmMo1+WefgsIA0yFR1cHWUbHxZc6H5iUQ/ui8BybNErzjc4WnkvsyiGO7c8o9c9 VB06qedehqAp9P0X4eqFH9p3H1HJ39vRoSwHU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733312476; x=1733917276; 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=aYulCP52zUMn+PEJjv5N2p1xdWcxk8XHl998WYgJ0go=; b=DUUtbrpVj7mnOvpQbXVHIAQd4rWJwAlSa72YZ1yDGaqLu59e8488jlhw+hnWkvJNkv 6Wne/tE7sXl7yexbZ/MDfpCLCG4FALHP4YIJObqpAfPSE+CgzlUJj7a/FhyNaRQcqfeQ GwF1l+XVRc2StMRB2Lw57eLNWu50EUWq+EbROYgZW9267EpQeNAzKRiKyaJfpCzwT6bp AM6E8t6B/b66j+noypqwY4BloClULq8e7wRqhcmujoicNXSAnCR713+GXri8XyWt/APi DZ6J+xINW0oFJgUONsmQKHhLgquUR3+UICJGhkMRUI/Yzcjz0QZoFuHC2iI/R7Gx0IZW pUwQ== X-Gm-Message-State: AOJu0YzNQ7zWfp9T//bpRoRyC9zJCoO+c/MKbgK4WUx0pzXTy/0AGoMQ wDHj+zIIWFnPiH/X2dA0BpUb26fB7ZNUIBPHnM/tPoVspF5++7KnJAFpzM3yQg0oL+QLhDTNgAe /PAIVteiTzUZpMZvHlbh/jHcdhSjots6NYLUwRA1P X-Gm-Gg: ASbGnctDq+NmvQyhfHZmtmP/b+qRRB+nFVJCHtIy1BjKOmhLX0xwU5OApVXKfHBvKo1 srxNd0PZxRGA9Zpgxbba2HGbgHYe3jN39ubtqLAGty5Q2JlnpOP97YK2YVFPGQaTeWipjHjnkfm LKbc69iYVfl6pTVWFHGX7LrtdU9L3nkrzgGdFByqd/abK139I0J/F7iBdXpttNt8SE/Ue6Xfd2E Gk6+YzYAvLqbdgDYOAkzFcTkCcGdk9qer+K7lOCqO4y85i+csytElLY8K7Z/Kv13asXcA0= X-Google-Smtp-Source: AGHT+IHNL6gWXoKmCaKu648tEjhHhgXT8hkcL3x707UlNNObrA6PU+PXRD61qVrd+GfU61NhVluxigSnmjKD X-Received: by 2002:a17:903:41ce:b0:215:5ea2:654b with SMTP id d9443c01a7336-215bd1b4981mr87276235ad.1.1733312475723; Wed, 04 Dec 2024 03:41: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 d9443c01a7336-2156fc7bdedsm2979005ad.21.2024.12.04.03.41.15 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Dec 2024 03:41:15 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 04 Dec 2024 03:41:15 -0800 (PST) Message-ID: <67503fdb.170a0220.821c0.11a9SMTPIN_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 BA7F16052471; Wed, 4 Dec 2024 06:41:14 -0500 (EST) Subject: |SUCCESS| pw149011 [PATCH] lib/fib: remove warning about implicit 64 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1733281010-23780-1-git-send-email-andremue@linux.microsoft.com> References: <1733281010-23780-1-git-send-email-andremue@linux.microsoft.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: SUCCESS http://dpdk.org/patch/149011 _Testing PASS_ Submitter: Andre Muezerie Date: Wednesday, December 04 2024 02:56:50 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149011 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#297510 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | CentOS Stream 9 | PASS | +-------------------+----------------+ | Debian 12 | PASS | +-------------------+----------------+ | RHEL9 | PASS | +-------------------+----------------+ | Fedora 39 | PASS | +-------------------+----------------+ | Fedora 39 (Clang) | PASS | +-------------------+----------------+ | RHEL8 | PASS | +-------------------+----------------+ | Fedora 40 (Clang) | PASS | +-------------------+----------------+ | Fedora 40 | PASS | +-------------------+----------------+ | Ubuntu 20.04 | PASS | +-------------------+----------------+ | Ubuntu 22.04 | PASS | +-------------------+----------------+ | Ubuntu 24.04 | PASS | +-------------------+----------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 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) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) 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 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32080/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/