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 822F5428FF for ; Tue, 11 Apr 2023 14:11:43 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 601CD40C35; Tue, 11 Apr 2023 14:11:43 +0200 (CEST) Received: from mail-oa1-f97.google.com (mail-oa1-f97.google.com [209.85.160.97]) by mails.dpdk.org (Postfix) with ESMTP id 71C4A40C35 for ; Tue, 11 Apr 2023 14:11:42 +0200 (CEST) Received: by mail-oa1-f97.google.com with SMTP id 586e51a60fabf-1841c57c221so11755877fac.3 for ; Tue, 11 Apr 2023 05:11:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1681215101; x=1683807101; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=qDPhBYIoxIca7Zs3HgAc75S3By1VAsJHOz2VqhQyxC8=; b=dO2FqntqBoCy7TCvsuMTa+zhDnycgJF3z5zxpIrjw2FX3/m5oZEucAOGpBVy7d3Lmk eUDWJKpMcR/R9vJU+0Ry3kfCVl9iGn9YRirXxAZGioBkwHXe4Nw7mTx906mspyPj2PdT dvxxFkho7DmKFZy/C9FTDwuzdXVppiLUP1A/Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1681215101; x=1683807101; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=qDPhBYIoxIca7Zs3HgAc75S3By1VAsJHOz2VqhQyxC8=; b=tjK3JU2l239BOMyzsv4uvB9gjMr48QOKgswGTtilKT2Bh3VrXNrjXdKGvv8LbwH4Z2 oeY9cPpBcEXh8HROqQag58la2MwpUWRh4QYTUrKpc70efxfW7HWwYKoXWq8E3DO5k07Q ++oAt8XPKXn0gqZH6v6m0BmCawhvfmFimidDp7rPNOq8ztymYfFB3xx8Ew14eCBmmrZK txwtuyiqjKfNavkYf9umEiHnUKDaN/23z1BjitZYQTsFpOcJ0cCduhbYRaha51DoVzUf JKbZ5C51Bq7Y6Z1EYa7VlX2GSRGro6z5N9ZSD8oY/xNUeeRfER67pn4Wn0vAnufly2RI vc/Q== X-Gm-Message-State: AAQBX9d0Zrzx5gTqpX8A3RZ0QAfZCZMsXYBU/tm7+Ihh1tERD6hCpHbM HUTxFBkv48Rj5eISFJ7HsquafUuIFEi6HS2xzJ8XWS89MXdH9R7aeEYxBQ== X-Google-Smtp-Source: AKy350aFcZn2BbGS5nystRAu6XmexoE1E1gjcM4ked3mdvl+nVytgkVTq5priptUEXVnwUWc8uKqWGRF2UdK X-Received: by 2002:a05:6870:14c1:b0:184:2ebe:479d with SMTP id l1-20020a05687014c100b001842ebe479dmr5258031oab.16.1681215101697; Tue, 11 Apr 2023 05:11:41 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id w10-20020a056870430a00b00175cc21bab2sm922397oah.34.2023.04.11.05.11.41 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Apr 2023 05:11:41 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from dpdk-ubuntu.dpdklab.iol.unh.edu (unknown [IPv6:2606:4100:3880:1722::210]) by postal.iol.unh.edu (Postfix) with ESMTP id 3A88F605246B; Tue, 11 Apr 2023 08:11:41 -0400 (EDT) Received: from dpdk-ubuntu-2.dpdklab.iol.unh.edu (localhost [IPv6:::1]) by dpdk-ubuntu.dpdklab.iol.unh.edu (Postfix) with ESMTP id 38E2560092; Tue, 11 Apr 2023 12:11:41 +0000 (UTC) Subject: |SUCCESS| pw125901-125905 [PATCH] [5/5] mempool/cnxk: add support for exchanging mbufs between pools From: dpdklab@iol.unh.edu To: Test Report Cc: dpdklab@iol.unh.edu, David Marchand , Thomas Monjalon Content-Type: text/plain Message-Id: <20230411121141.38E2560092@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Tue, 11 Apr 2023 12:11:41 +0000 (UTC) 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/125905 _Testing PASS_ Submitter: Ashwin Sekhar T K Date: Tuesday, April 11 2023 07:55:28 DPDK git baseline: Repo:dpdk Branch: master CommitID:65487b12db83c9ef37526a983c43191cd44dae99 125901-125905 --> testing pass Test environment and result as below: +------------------+----------+ | Environment | abi_test | +==================+==========+ | RHEL 7 | PASS | +------------------+----------+ | CentOS Stream 9 | PASS | +------------------+----------+ | CentOS Stream 8 | PASS | +------------------+----------+ | openSUSE Leap 15 | PASS | +------------------+----------+ | RHEL8 | PASS | +------------------+----------+ | Debian Buster | PASS | +------------------+----------+ | Ubuntu 22.04 | PASS | +------------------+----------+ RHEL 7 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44) 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 openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.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) Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 Ubuntu 22.04 Kernel: Container Host Kernel Compiler: clang 14.0.5-1.fc36 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/25954/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/