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 9B97342DEA for ; Thu, 6 Jul 2023 18:00:14 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 973FA40A79; Thu, 6 Jul 2023 18:00:14 +0200 (CEST) Received: from mail-io1-f100.google.com (mail-io1-f100.google.com [209.85.166.100]) by mails.dpdk.org (Postfix) with ESMTP id 466D340A79 for ; Thu, 6 Jul 2023 18:00:13 +0200 (CEST) Received: by mail-io1-f100.google.com with SMTP id ca18e2360f4ac-78625caa702so29718039f.1 for ; Thu, 06 Jul 2023 09:00:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1688659212; x=1691251212; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=b80io3O83UqjiraaXAMGBLjK7G7tIPj+MWBlgA1oDAk=; b=XnD6XqnP6NNJ2kdkre+qa/WJ+UMiVs1GPGGS22lo5Br/DBg3DUAkXeetUquXfyKlB2 +puSCvumtauon+NBSCNustgrbU6MkC45ZjzkBVfPTwRJePR/4XwROpyozLLPxz2zk+7/ phCLKVjEv/2pVTFOlUpEToHMWwonTOXptLFc4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688659212; x=1691251212; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=b80io3O83UqjiraaXAMGBLjK7G7tIPj+MWBlgA1oDAk=; b=Ige5qFV3qB1tC/e8V1gPdU/7ei239B+Lrl5aZ/17mDEgh9tH8WIq8JFrz9I3oUx63F xGAaXgdkXUmlvsxzE8Iaa+aDvl3riTMCCYjVjmKPGXr+CvmFREWGu1JpLBz1QHwqfP6x 8maGRa8/7wHGIGqK9l+79Ogs7RicNTtLikj1hgkqOWdh1Do9zk5iwGdhZrQkerSXEdGY jNYxzXFvb/av433PBP0cZ4Lxlivy1cV8/+YY6q58p/zHtuZLeRzM8mAAULHubj23OE8q mxyodPZEn9q5J3eST0EHdZ9k2m77gELSE9Di0TCy44zWqp0WHpHEj4j0iDIcxZAA3ape WlCw== X-Gm-Message-State: ABy/qLbvesdlJipCfQ+15usTe7pkKOuXv9r2xt/FU3p7D/yXSr1ZN/1D szrrD3LuVgoMYSlDFYCHDcn0jVOVD/9Qyu0d0n1l8QG0zYll4GfxtvImufMJY3mP/rCJGwN/Sg= = X-Google-Smtp-Source: APBJJlG+oIQvuGamq1Gy9dwVpm1zjnOlZ1Vye41slFeIwXBej0TtOhKGqrXEdgO+qke2J84E3vnHqxoxoqwU X-Received: by 2002:a5d:9f0f:0:b0:783:7275:9c47 with SMTP id q15-20020a5d9f0f000000b0078372759c47mr2708249iot.7.1688659212584; Thu, 06 Jul 2023 09:00:12 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id i20-20020a02b694000000b0042b18fdebcfsm80536jam.9.2023.07.06.09.00.12 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Jul 2023 09:00:12 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 06 Jul 2023 09:00:12 -0700 (PDT) Message-ID: <64a6e50c.020a0220.acfe6.2526SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.2] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 3F860605246B; Thu, 6 Jul 2023 12:00:12 -0400 (EDT) Subject: |SUCCESS| pw129343 [PATCH] hash: fix segfault by adding param name N From: dpdklab@iol.unh.edu To: Test Report Cc: Conor Fogarty 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-abi-testing Test-Status: SUCCESS http://dpdk.org/patch/129343 _Testing PASS_ Submitter: Conor Fogarty Date: Thursday, July 06 2023 15:26:26 DPDK git baseline: Repo:dpdk Branch: master CommitID:a64a4564705d18d20d20cfa16c79e795b7bf0f1e 129343 --> testing pass Test environment and result as below: +-----------------+----------+ | Environment | abi_test | +=================+==========+ | CentOS Stream 9 | PASS | +-----------------+----------+ | Debian Bullseye | PASS | +-----------------+----------+ | RHEL8 | PASS | +-----------------+----------+ | Debian Buster | PASS | +-----------------+----------+ CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 RHEL8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27003/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/