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 5049943177 for ; Mon, 16 Oct 2023 04:17:33 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 499EE40269; Mon, 16 Oct 2023 04:17:33 +0200 (CEST) Received: from mail-qt1-f226.google.com (mail-qt1-f226.google.com [209.85.160.226]) by mails.dpdk.org (Postfix) with ESMTP id 308F340269 for ; Mon, 16 Oct 2023 04:17:31 +0200 (CEST) Received: by mail-qt1-f226.google.com with SMTP id d75a77b69052e-41959feaae2so28428791cf.0 for ; Sun, 15 Oct 2023 19:17:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1697422650; x=1698027450; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=kgoENcXRQ6ChAxOtcFFMjPqIA8sBxgaJtSlApElCo6E=; b=V9O6c+HWOydQN9xNlP2y7vDflqIDP0P5wq0IOTARSxrpUL+InYnvEax+oFpfBEaF+B XU8P1rm4Y5QY5m1dMGfd5enEgNRwO5IivTtHyudlW7/HYAsakudhqjUJ33dC9z3ogHy7 C1DHXmFwVpnp4owNN7636bIV+ejyPr0WtndCU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697422650; x=1698027450; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=kgoENcXRQ6ChAxOtcFFMjPqIA8sBxgaJtSlApElCo6E=; b=he1HbyY7vdPhfpeJTzMgLsMpSnPfepWOK1vg7D7Z01YQgYwmxCaCwW2RBKRiUIlLbO WCwBIqeue6ly29czoEt+vWz2w2dpHt+A1lhObxr/PP1maUsOT6f/VyRQuiQUxEk7hhl3 CbG/e+JaZI+8LWewvvlpty1wonaRDVXZNU71FBrBG6mRyxgkc7ea3kMwZTO17qegwKvc l1j29wpZQ/SVMBwGvI8T9NfCeZKJY7NMHrpo4khR8/VGp/aEi2+UYfAlnfnik3WWKf6+ os4E9u417K7IT6VZQMI2l2F2a8Va2ETfO7CPclnFO6p5mDQqzPSTKo4VKBTGBV4ujRYP Jb5A== X-Gm-Message-State: AOJu0Yws9SiUjG5EC856wxMq5zHgD9qPCxKa7SdvfyLrnRVX0CSdN2fk ayMsSMkA07ZPaj1wKg2XOqKA6lnLNTTdoPWpTeyXkAlGVny6xXzTCHy/FA== X-Google-Smtp-Source: AGHT+IHjGVIgJQYfPx3xq4lNiyhHVhnH4NQcrvF3KOIQ++p4CSU/ghkC6let+We/NQH0ZbeYGV89JlvoSK6n X-Received: by 2002:ac8:5bcf:0:b0:410:a073:7538 with SMTP id b15-20020ac85bcf000000b00410a0737538mr45926886qtb.29.1697422650710; Sun, 15 Oct 2023 19:17:30 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id f22-20020ac84996000000b00418114b4b50sm289692qtq.28.2023.10.15.19.17.30 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Oct 2023 19:17:30 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Sun, 15 Oct 2023 19:17:30 -0700 (PDT) Message-ID: <652c9d3a.c80a0220.82e19.14c6SMTPIN_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 6B9416052514; Sun, 15 Oct 2023 22:17:30 -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 | dpdk_mingw64_compile | +=====================+====================+======================+ | FreeBSD 13 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | Windows Server 2019 | PASS | PASS | +---------------------+--------------------+----------------------+ FreeBSD 13 Kernel: 13.0 Compiler: clang 11.0.1 Windows Server 2019 Kernel: 10.0 Compiler: clang 14.0 and gcc 8.1.0 (MinGW) 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/