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 D17B442D84 for ; Thu, 29 Jun 2023 01:00:50 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CCA4F40DF6; Thu, 29 Jun 2023 01:00:50 +0200 (CEST) Received: from mail-pg1-f227.google.com (mail-pg1-f227.google.com [209.85.215.227]) by mails.dpdk.org (Postfix) with ESMTP id 1A56A40DF6 for ; Thu, 29 Jun 2023 01:00:46 +0200 (CEST) Received: by mail-pg1-f227.google.com with SMTP id 41be03b00d2f7-543c6a2aa07so56484a12.0 for ; Wed, 28 Jun 2023 16:00:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1687993245; x=1690585245; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=snYBHvrrimfqlI8p0mLHq7nLnwg/IK909YvOJmmSqp0=; b=aAe2QLflQam1iUwJ50aeDd/WTstUltwXNeOwCa2H6Hp9ScQwxEd2NbT0p4bXNP0lF2 O3ddwQEArIB6z/HiIwzFjOzxyyeaQOhE87GvHAWbvwiQuPj2dthyy/Ek67EtXVQ8UChI TZzAflhu3bRkgNiFvpfwDx8ab28T205Z7YIwk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687993245; x=1690585245; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=snYBHvrrimfqlI8p0mLHq7nLnwg/IK909YvOJmmSqp0=; b=ZsxZtFmbq7RUSoYr70lpfessHrRgt5tPy7uyX8+6TQWMSu/nTT9RTOXUlie80TChRI 2vBEm6ZNJkVnvA3jjW/O3UfzYLXR3017AJxh0IPnG0lldPqupGU1lRxV6spoYzJuxgj+ TZthQpkQDlb0CSt/os0dGSvZil5xtCt40tRm05/tMapIXYWf0VrpObPrFLHYxxG+I6gj Li4PgXczkDf3YQQ7kPyWvPgxqdnPtsyCVn0Vyuw2lQHYsGGGQ/CvpRr5CSdRx49FeLZI TApW8ifN5yrbQIU8WEEg/zidH+WuGxHgl3a5MtQxqsIJjN7oiudjhmonhkUvfvlWxgAR QpWA== X-Gm-Message-State: AC+VfDwyjzb0lL2nuKReO3P0ARiRwQe5aN+Wtho5R5GmJjYaz5VAaAMQ rONYJqARkjpLwCNaUr/Yhpwl8r7Vng5IN3KlZYC1OayDFYlbxSNpIJYCrg== X-Google-Smtp-Source: ACHHUZ5ZyrnZ4XzFdaCj6Ifv9VZzoh2s2uPhjeE9unt/DlvWesRq5iz44Pr07/fVz6axEkUBM8ChC6kJgT+c X-Received: by 2002:a17:90a:7527:b0:25d:eca9:1621 with SMTP id q36-20020a17090a752700b0025deca91621mr26001821pjk.6.1687993245285; Wed, 28 Jun 2023 16:00:45 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id z19-20020a17090ab11300b002566c76bafesm1003312pjq.5.2023.06.28.16.00.45 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Jun 2023 16:00:45 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 28 Jun 2023 16:00:45 -0700 (PDT) Message-ID: <649cbb9d.170a0220.5cb92.9d30SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.34]) by postal.iol.unh.edu (Postfix) with ESMTP id 740B7605246B; Wed, 28 Jun 2023 19:00:44 -0400 (EDT) Subject: |SUCCESS| pw129084 [PATCH] hash: fix reading unaligned bits implemen From: dpdklab@iol.unh.edu To: Test Report Cc: Medvedkin@dpdk.org, Vladimir 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/129084 _Testing PASS_ Submitter: Medvedkin, Vladimir Date: Wednesday, June 28 2023 19:12:08 DPDK git baseline: Repo:dpdk Branch: master CommitID:93a4b3beba4ee611685148917981f846427cafb2 129084 --> testing pass Test environment and result as below: +-----------------+----------+ | Environment | abi_test | +=================+==========+ | CentOS Stream 9 | PASS | +-----------------+----------+ | CentOS Stream 8 | PASS | +-----------------+----------+ | Debian Buster | PASS | +-----------------+----------+ | Fedora 37 | PASS | +-----------------+----------+ | Debian Bullseye | PASS | +-----------------+----------+ CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26852/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/