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 91D8745DBB for ; Thu, 28 Nov 2024 05:36:18 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 70926402AE; Thu, 28 Nov 2024 05:36:18 +0100 (CET) Received: from mail-qk1-f225.google.com (mail-qk1-f225.google.com [209.85.222.225]) by mails.dpdk.org (Postfix) with ESMTP id 57DE14029C for ; Thu, 28 Nov 2024 05:36:17 +0100 (CET) Received: by mail-qk1-f225.google.com with SMTP id af79cd13be357-7b66d5f6ec8so33069985a.0 for ; Wed, 27 Nov 2024 20:36:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732768576; x=1733373376; 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=Wwiy3Qu68IijEdY+YU8rvVteWJ5Injk0bDl8orSZwcY=; b=ekTwG7Hw2PlRsOndNvyMrglyEr+N0OAqyj9HQTHMUtoLsaS1tla2/0yrkcSIHuXx3V zFmVccXyfP5GvF46Y62IUdIgjd52NuzI3q+td/IrdLp3K4tyCOAZKSXScgN2xpLjgoHo vRyeq2K7DtmeJUdOMZAy6PKojVyeDdFbKj2Fk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732768576; x=1733373376; 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=Wwiy3Qu68IijEdY+YU8rvVteWJ5Injk0bDl8orSZwcY=; b=WJ3jFolXBRTF3IBQ5AOK/4W/npw7GVh2ogA1CV8ESA6+/KdpMOOwJ9UW3NAueeA1+l 3pOnSbTE6nNdPvfPfahEzvSchjS4McMKF2mR6Uv174YEt1lbHL5DV/ho3IPPid99n1C2 cMvtrnOqvFJI7Ux6xYCWHGYoJeHrtDOETPlPoCCEZMfdneENtW9AkTNI2lT6pFOh2AIn XyyWYbjWVvz3+DgVuvDhBJHmPxs2QG4O/q5145Gv0LBk/VlmsI6ytnZhXtBxWU7F3VpK VvTzbeJOlnVeIqxs99McPLg+zxxLZkfmzK4eaOh9suNDCEJ7K64uNd9e4XXEQBf24aGf lzHg== X-Gm-Message-State: AOJu0YwcWlSH4r861hrn2jkY0XczeSar/GuEpo7rvhIDxsgqja3DC496 YdLKF8dLjuSQGCctxHHLTGODvWbm/I7M61UXqp5dVESvW/NdiVfFsSYcpmQ004+ik61Wu3MJT+p 8MtohK+S4haoS7zkoGtxlw2nGsusTUROUqtRFH1xcjk7m0BVY+GgR6GY/ X-Gm-Gg: ASbGncvoqKSPLBOpwZ9BulmWqOnqS+b8P38YZlMVL15o0SJvsPGzq5M2mlVgjbyAAbi jcBHaQicOIG7tg/X3Q4JYKa0vvUEcZworKr5fnQrtsuJElmrLNdm78iUgplPrT3Im0sgrBsC0UX oeDzkrDdyyTb0ooC9aNmFt7XAzcpg8zvsBakmuMC69VFWbwLZmpwkaApKUl9S96WL8HNE/46yH2 2tJ0Bnw27fVIHvBvrxsWZuZ5xg00MVUgQiEsFQyXJZ23Ec0zTzfE/G38kx8zfB/CS/K7f4tPVI= X-Google-Smtp-Source: AGHT+IFRACjLp41vZmCsF8Qu4YdvFImfFMAtyIlOlfoTvkjd3UXyuJzftc9Pfo7n400l5S3A3/zPlDc+U2ci X-Received: by 2002:a05:620a:199f:b0:7b6:6756:ef02 with SMTP id af79cd13be357-7b67c27e21amr940063085a.18.1732768576752; Wed, 27 Nov 2024 20:36:16 -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 6a1803df08f44-6d8751955c6sm255716d6.29.2024.11.27.20.36.16 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2024 20:36:16 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 27 Nov 2024 20:36:16 -0800 (PST) Message-ID: <6747f340.050a0220.138c59.1f8bSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 5F1DC6052471; Wed, 27 Nov 2024 23:36:16 -0500 (EST) Subject: |SUCCESS| pw148932-148933 [PATCH] [2/2] lib/hash: avoid implicit con From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1732758837-6350-2-git-send-email-andremue@linux.microsoft.com> References: <1732758837-6350-2-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-compile-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/148933 _Testing PASS_ Submitter: Andre Muezerie Date: Thursday, November 28 2024 01:53:57 DPDK git baseline: Repo:dpdk Branch: master CommitID:f4ccce58c1a33cb41e1e820da504698437987efc 148932-148933 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#339105 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32049/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/