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 0C1114302E for ; Fri, 11 Aug 2023 00:34:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0724043254; Fri, 11 Aug 2023 00:34:34 +0200 (CEST) Received: from mail-yw1-f226.google.com (mail-yw1-f226.google.com [209.85.128.226]) by mails.dpdk.org (Postfix) with ESMTP id EEAFA43254 for ; Fri, 11 Aug 2023 00:34:32 +0200 (CEST) Received: by mail-yw1-f226.google.com with SMTP id 00721157ae682-583ae4818c8so15941987b3.3 for ; Thu, 10 Aug 2023 15:34:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1691706872; x=1692311672; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=8FTarsJ7Xj0PqzNsOJOfyzOL9tdeSyvQtJKflj3i/Ss=; b=GBIoBSXOmz0KO+uCXmHSWmH3qR6EWrTMeJwtF36uErxK+gNnGDwliHD+JwcbopZxKp kTLPmjTFhJS9ntBS6BW5TudkInpsiKvHchS0lImvjqU4WDuK5tt6vvKCqLH5OvySq5IY 84jXI0c5ed3RW9k2xsz7Igrzvc1MXXlaE65xk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691706872; x=1692311672; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=8FTarsJ7Xj0PqzNsOJOfyzOL9tdeSyvQtJKflj3i/Ss=; b=Oo21It2IpeRJbqLvS30GPKq4x+NwTjJH2z1vCEal9wIwPITJsoD+/0Q775b2nvkODB J+ixscnaMuIYyfqNPaag5k1l7OHh04CqDsQh1vK2ztIsfD1TBPNLRPYZLB5A8nociP86 BrfYlhHkQGEmoBceRINPRpxguHodi4ck2h/5Ea02TZRGK6oCbD4qiwh260KHBQ7UjN2v OEkVuWRxgMBPtcmD7/ksMdq6NW98VIApXvOg7aNAFih6CV5TDhEp7q/91wxzTpTBvhMM fTV8WP68FhFnsH1GS5Co5AXvCgWozE06BXeeJp4nTuxt4pdJs+PFVDH3A2E6yD0NayBR 2ifA== X-Gm-Message-State: AOJu0Yz8suFOqmeGTgZReUHJu36lllQDyvk2iQxYjLG0l+Gfo56i/ZYG gQHKArJ3nal7XfFoYE/0bRqQK0FIxvS58c8mzdIeDwrdXZ5OSskNWtb3EsLwleIZYoNqcFZg3A= = X-Google-Smtp-Source: AGHT+IGJaVBcsw65uFCU0laqifGKVNNhUzW9oIDyjQGFZ8BMF/t2SSA/SN1CeXoBPcGXDT5NHccq+izTZ/eU X-Received: by 2002:a81:8081:0:b0:583:f80d:f461 with SMTP id q123-20020a818081000000b00583f80df461mr294637ywf.8.1691706872489; Thu, 10 Aug 2023 15:34:32 -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 u81-20020a814754000000b0056ce0c43a96sm185255ywa.72.2023.08.10.15.34.32 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Aug 2023 15:34:32 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 10 Aug 2023 15:34:32 -0700 (PDT) Message-ID: <64d565f8.810a0220.26abd.96d3SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.3] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 2AF7F6052471; Thu, 10 Aug 2023 18:34:32 -0400 (EDT) Subject: |SUCCESS| pw130089 [PATCH] app: fix silent enqueue fail in test_mbuf 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-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/130089 _Testing PASS_ Submitter: jhascoet Date: Thursday, August 10 2023 06:00:30 DPDK git baseline: Repo:dpdk Branch: master CommitID:70b6941e4e22d67bc10495d1638234a7e974f582 130089 --> testing pass Test environment and result as below: +--------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +======================================+====================+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +--------------------------------------+--------------------+ | Fedora 37 (ARM) | PASS | +--------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +--------------------------------------+--------------------+ | Fedora 38 (ARM) | PASS | +--------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +--------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +--------------------------------------+--------------------+ Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang version 10.0.0-4ubuntu1 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27282/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/