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 7384145E3A for ; Thu, 5 Dec 2024 17:40:01 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5062A4069D; Thu, 5 Dec 2024 17:40:01 +0100 (CET) Received: from mail-pl1-f227.google.com (mail-pl1-f227.google.com [209.85.214.227]) by mails.dpdk.org (Postfix) with ESMTP id 3B57F4065E for ; Thu, 5 Dec 2024 17:40:00 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-215b0582aaeso9072965ad.3 for ; Thu, 05 Dec 2024 08:40:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733416799; x=1734021599; 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=PHdKcf2paMY5JjAN7sWswCsV1aSbrOXBGGC7+C875pU=; b=ShorRS3P02k3W8EwZ19Xrhulj+/pYf10olC5szp7mNqWD7pkMQ1728xb77ahbsal+s txTzo0Kjeq0Ey8K+X9bEVgroArRS9eCfw9GgmhW2r599WBHqlLomrM7JSNQxGhpcIIA9 FjIlBm/r+I7o4tm+/9siOpUOE+0R/Expb29XM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733416799; x=1734021599; 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=PHdKcf2paMY5JjAN7sWswCsV1aSbrOXBGGC7+C875pU=; b=Ixaqjuof/7I5c1IOY6fPaM+hligFgi1GyKw3gJYNy9e02xrgeaLkXqe0u91FWC4YQa jQWmANe4JNBugs0UYl+rTUno5Li/s/+ilreBrydHtun07I/OAHYDbIjdsqCQlSLbTWd8 G+2BOzg6bPRE0i1mvJY5pHSr8DUDa1W8+jMsdHpCEMQtIu08ajwgdbNapc2M7KAN0Twt 3ASxQU2DrZdjohPupuJDSCndb54P2gbUjYe0VDhLQQ1feYH/+xDfj+mQ+wLVyAND98X8 NLvORisIc+pIXw7ZXn3rKJGBK8xj7w3LZbJMcrTs5q640nZLA4bmaT/go33G03dEwgzk VTRQ== X-Gm-Message-State: AOJu0Yyd+kX5DvHj/j6ck+XJebhCCzk1f3Zj56zeHJmUPmGgg4pUlCQg 0miuoCOAq+glPEGGc+erJfHQuBMTeQZFPcD52h6itNtajR5rCK+DagRQM8wFPof1N5GgE2DO0WX qWk6X9+PwWfA6oUOG4ODvg0XhmvRqCd1KcjwlZZZYRKRmSNBkCYPq+Vkz X-Gm-Gg: ASbGncvCs5yL6erD9ujq2Yr4JjsT+YurwUljnCzfdQ7H6EOn6o9Iv+BXorSAuG6ReDk FtqgW+XdX2h54OR9nSq4kfJU/qYxwjh29yLfXMCDel1C3w6AMW8RExFLF45oCnbx9fPnah5CkrF R+dtSdjb9UBYcxM04l/uUyxarxA4j26d3W31NhUX9ytR6oeeRMA1h3qCARfAUyb+fxKnDo4L8/G 2YQoGT22p8NX0/BBZdLwZ+mW0uZ7awPHkr6T69yqeNnx3VfWWKXefDCPzp0mP3d4gesbE6LWuQ= X-Google-Smtp-Source: AGHT+IFzwWNk0vhbavCSWlUzsGfQzoCJz397lj/+TP4Pnul9Gj/iAtc1rFuvVeNtcWsRQ0I4hyVSwgn9jbfk X-Received: by 2002:a17:903:22cf:b0:215:6337:25da with SMTP id d9443c01a7336-215bd158554mr165411325ad.39.1733416799368; Thu, 05 Dec 2024 08:39:59 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-215f8f09264sm703485ad.97.2024.12.05.08.39.59 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Dec 2024 08:39:59 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 05 Dec 2024 08:39:59 -0800 (PST) Message-ID: <6751d75f.170a0220.c8167.42eeSMTPIN_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 CBB4F6052471; Thu, 5 Dec 2024 11:39:58 -0500 (EST) Subject: |SUCCESS| pw149041 [PATCH] [v2] lib/fib: remove warning about implic From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1733413092-30024-1-git-send-email-andremue@linux.microsoft.com> References: <1733413092-30024-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/149041 _Testing PASS_ Submitter: Andre Muezerie Date: Thursday, December 05 2024 15:38:12 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149041 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#297792 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 39 (Clang) | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | Fedora 39 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | 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 Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 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) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32092/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/