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 000B243177 for ; Mon, 16 Oct 2023 04:08:37 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EDB2940269; Mon, 16 Oct 2023 04:08:37 +0200 (CEST) Received: from mail-yw1-f225.google.com (mail-yw1-f225.google.com [209.85.128.225]) by mails.dpdk.org (Postfix) with ESMTP id 92A9040269 for ; Mon, 16 Oct 2023 04:08:36 +0200 (CEST) Received: by mail-yw1-f225.google.com with SMTP id 00721157ae682-5a7dafb659cso48885677b3.0 for ; Sun, 15 Oct 2023 19:08:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1697422116; x=1698026916; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=hFL5+VBAQo3/tLaPemaxzfL1fXNC78JZTYIVUh3RMQQ=; b=NPw/gZ0Nip7RrK974VUVUcoQ4Kus7X2AvKIX6BYJE4OSzEMQ6ahkT7TWuQFAzUcrjj vDQK7Z6LZXP0knEYgHOIvtUJcLkTeedeJOR35ARokZf6ZIWWonfPPrXzCH+p0TDbJSiB rUQRqETSBJQyQvXfoH1E/WP0pNVWAkauS8IdQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697422116; x=1698026916; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=hFL5+VBAQo3/tLaPemaxzfL1fXNC78JZTYIVUh3RMQQ=; b=DfVKN7I4PdCDuhxiqaOww8zSzImLp+ngh2S9O90TaYLFjWnxq8MSKouQ3zbw+HKNw6 pgSZeSqCCEbfhSRMvymdBY12SkG9e5fpBLHyuxN+loJT1VAjoe5qx7a96N0eWBIiD7lG uPYfC+ZhvxwBKozu/v3+KaOOVDmasyrkx/gRew5gujBsICYbIkehblhdsx1g3DKN9dYN 4yZ8kunUomDKexITFTsrqa4NJ0Bo/KNyiWqK3Wp0XyidgDDSzaD3uQLYRx0IgpDUBJtO VC1ppWe7V2GJmD4lgmyNBqre1xaXn8W5i1K/DIIvNvcbIPe1y5rhLcAmhUh/HmPzbv/d rXJg== X-Gm-Message-State: AOJu0YwYPf4CohoA6NaGDp50ILb0pKO02SC1M5QBY4D4qaaw0PYMcfw2 lHUOuCJ5nWLprpM1GO40+0KOYsTptQr52KJnqvzMCD45A3do2z9j+InJNw== X-Google-Smtp-Source: AGHT+IG8sADahPt3OpZHK5OhE4OC29tfhF+gLeno9xIOvd2cOePU2vVT3mGANiIElyt+OeqfHyUTqnCztgjI X-Received: by 2002:a0d:d486:0:b0:5a8:204c:5c9b with SMTP id w128-20020a0dd486000000b005a8204c5c9bmr7388698ywd.18.1697422116005; Sun, 15 Oct 2023 19:08:36 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id w2-20020a816202000000b005922099bd73sm352970ywb.61.2023.10.15.19.08.35 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Oct 2023 19:08:35 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Sun, 15 Oct 2023 19:08:35 -0700 (PDT) Message-ID: <652c9b23.810a0220.41394.bf25SMTPIN_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 A569D6052514; Sun, 15 Oct 2023 22:08:35 -0400 (EDT) Subject: |SUCCESS| pw132613 [PATCH] eal: use abstracted bit count functions From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/132613 _Testing PASS_ Submitter: Tyler Retzlaff Date: Monday, October 16 2023 01:29:22 DPDK git baseline: Repo:dpdk Branch: master CommitID:441e777b85f1ea1eb6a2a970ff5d5c8e027f520c 132613 --> testing pass Test environment and result as below: +-------------+--------------------+ | Environment | dpdk_meson_compile | +=============+====================+ | FreeBSD 13 | PASS | +-------------+--------------------+ FreeBSD 13 Kernel: 13.0 Compiler: clang 11.0.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27931/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/