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 21CDA43066 for ; Mon, 14 Aug 2023 19:29:35 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1D36D40A8A; Mon, 14 Aug 2023 19:29:35 +0200 (CEST) Received: from mail-vk1-f227.google.com (mail-vk1-f227.google.com [209.85.221.227]) by mails.dpdk.org (Postfix) with ESMTP id 6233440A8A for ; Mon, 14 Aug 2023 19:29:34 +0200 (CEST) Received: by mail-vk1-f227.google.com with SMTP id 71dfb90a1353d-487db6c9059so505169e0c.3 for ; Mon, 14 Aug 2023 10:29:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1692034173; x=1692638973; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=h+WvPZxohOMvcTlAhhXXeiwdZ9pjJDskvNq4WPGVdG8=; b=C1J1m78i+R9agqIGbMk4mW1e6PVeZ/Jt/OCEo9ZhcAZxa38O7bIJcCRw1+7qpAidHx cFXAV6efmrIPgAbK6LpDQDAjGW18AJOQJwE/KBdgc29cjDUdA5md7sAqQQSTzhd6pJED jUk8owhJIDr0WKqdRBg4M+7E2/uZvde7Xxngk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692034173; x=1692638973; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=h+WvPZxohOMvcTlAhhXXeiwdZ9pjJDskvNq4WPGVdG8=; b=LEFrfVL2ehJlbaMKka/ZSE+NU7ImX8XMs0ZW/jXXQCgBPVpef1PhPQ7giIkQdqjqV/ t0NajJ3lXkJ27SG/RYj1aSAiBXuE5AWnQeQLhzXTCRPAi66O++grPGgpxO22cIJW1/MH W/vI2ICll++S3r9uXDGGPkpO9H/KnENe71hKL8E2RQb/ssy1aYzSXOCMZAaN23HBe8Ca hhMZ5hyQqbRnaIMhhBjCY1FobEAnt/+KJB7HWI0EeG07e4i82c+6bHckluWc7HcY3fNA IiGxtDf+luAz6jHm5A+9v4yAINJxzvhmmtoI8lPdzhMXiiQAZoiKMpBwazbUu1N3kp2Z 9REA== X-Gm-Message-State: AOJu0YwQBbHStq/usmeNeIxTKnHaV97LCNGuQ4+bMxVt6ct/c6esNbiu scuhQfVGbLD2+rtzWbJUk4hIXBBhrQJigYCffMJLdgGVXbXjuMZbXFMpJg== X-Google-Smtp-Source: AGHT+IHKugNhJ07DSZbig62pIsFINc18bCdZzDVuIL0I0nxZzld63Uc0TQ9SG5nb/xl2CsKETG124pKQe5Br X-Received: by 2002:a67:fa58:0:b0:447:4ce7:527d with SMTP id j24-20020a67fa58000000b004474ce7527dmr6794208vsq.19.1692034173715; Mon, 14 Aug 2023 10:29:33 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id o9-20020a0561020e0900b0044394e50899sm661238vst.0.2023.08.14.10.29.33 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Aug 2023 10:29:33 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 14 Aug 2023 10:29:33 -0700 (PDT) Message-ID: <64da647d.050a0220.6c160.3017SMTPIN_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 5470B6052471; Mon, 14 Aug 2023 13:29:33 -0400 (EDT) Subject: |SUCCESS| pw130266 [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-unit-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/130266 _Testing PASS_ Submitter: jhascoet Date: Thursday, August 10 2023 15:39:51 DPDK git baseline: Repo:dpdk Branch: master CommitID:68150b90bda5e8f81ad1b1bad82be653b1d42a81 130266 --> testing pass Test environment and result as below: +-----------------+----------------+ | Environment | dpdk_unit_test | +=================+================+ | CentOS Stream 8 | PASS | +-----------------+----------------+ | CentOS Stream 9 | PASS | +-----------------+----------------+ | Debian Bullseye | PASS | +-----------------+----------------+ | Debian Buster | PASS | +-----------------+----------------+ | Fedora 37 | PASS | +-----------------+----------------+ | Fedora 38 | PASS | +-----------------+----------------+ | Ubuntu 22.04 | PASS | +-----------------+----------------+ | RHEL8 | PASS | +-----------------+----------------+ CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 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 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 Fedora 38 Kernel: Depends on container host Compiler: gcc 13.1.1 Ubuntu 22.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.0 RHEL8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27331/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/