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 0EF1A4298D for ; Wed, 19 Apr 2023 23:14:42 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 09C2D4021F; Wed, 19 Apr 2023 23:14:42 +0200 (CEST) Received: from mail-il1-f225.google.com (mail-il1-f225.google.com [209.85.166.225]) by mails.dpdk.org (Postfix) with ESMTP id 5F0574021F for ; Wed, 19 Apr 2023 23:14:40 +0200 (CEST) Received: by mail-il1-f225.google.com with SMTP id e9e14a558f8ab-32943f2063cso506805ab.0 for ; Wed, 19 Apr 2023 14:14:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1681938879; x=1684530879; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=olUE0lKY9YV58k7IoPH8H4GYFlOoHnYIL4oCo26J1Q8=; b=dBssAya4j+5IbQv0y+/xXWjLKJOUMAjcrIZYsVj1oAsjNaWcsw1j4Lp3oWT3NFuAL/ aD1q8FfOQMaXtifpDHdSmmhi9BNKBUL6KwTCX0LwZz/RiFX6gOGEsgn9T8YGVqsBZnpa ixEzYJXm43kEJTPk/IBiJpf2AF6B+5KB5eTD0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681938879; x=1684530879; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=olUE0lKY9YV58k7IoPH8H4GYFlOoHnYIL4oCo26J1Q8=; b=eOFebyfVRfiZRopX4Gs6rEkVJkl7nnnLS+Bn8eLPqXi/i21hvTfGxV5nUEfu7qvDB6 wi2twTFAjNX0INXWdNDgeBGETrpwRovFtm8bL+5Gyio0t6Q2eMRevmy7IzYaPmzVHKo2 RYlKJMkXKXeP6JFj3Fl56c2yK64j0asuTODOlnrcn2ZH1qIU7hpkZQQifDyhEhNdnB3C Cn8+R3gRcKY5o8uzklzq3s0rmMiKIAg/DUPxxVWWFEfi+lW4BO+oNC51OKcyZpbR/naq QW53/fQwmP6HDR5JheFzUHMluPsimSSx7fr119C/RATkCGqTX1Y/Y6CCrI5EoDxIpDC7 Xk2A== X-Gm-Message-State: AAQBX9dXahHx2eWEkZ0Td91ywpcrOsWQTRY2f+EwVQVBa1QnDqlEG9go MKwPUAx39zZ+5zx4iCCFNC5P0NsnOFPKyeJRQ2mwy6o1blAwVB7WMzmMH9HIb9BjgMOkRvJ5zg= = X-Google-Smtp-Source: AKy350Zr6ofLcSSdn8ND8SYO8AEOmwvIuga9xdRRMKVeDEEbovaS7epP+rc7xR+EQQIFILpls1Cc7W8id+28 X-Received: by 2002:a92:d34c:0:b0:322:f878:abcc with SMTP id a12-20020a92d34c000000b00322f878abccmr1098884ilh.24.1681938879744; Wed, 19 Apr 2023 14:14:39 -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 d17-20020a928751000000b003152992255dsm4875132ilm.20.2023.04.19.14.14.39 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Apr 2023 14:14:39 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from dpdk-ubuntu.dpdklab.iol.unh.edu (unknown [172.18.0.210]) by postal.iol.unh.edu (Postfix) with ESMTP id 67AE2605246B; Wed, 19 Apr 2023 17:14:39 -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 66A6D60092; Wed, 19 Apr 2023 21:14:39 +0000 (UTC) Subject: |SUCCESS| pw126267-126269 [PATCH] [3/3] app/eventdev: prevent mempool exhaustion From: dpdklab@iol.unh.edu To: Test Report Cc: dpdklab@iol.unh.edu, David Marchand , Thomas Monjalon Content-Type: text/plain Message-Id: <20230419211439.66A6D60092@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Wed, 19 Apr 2023 21:14:39 +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/126269 _Testing PASS_ Submitter: Pavan Nikhilesh Bhagavatula Date: Wednesday, April 19 2023 20:01:51 DPDK git baseline: Repo:dpdk Branch: master CommitID:3b3fef9de22af80d173453ab65a80b01ce38cbfd 126267-126269 --> testing pass Test environment and result as below: +------------------+----------+ | Environment | abi_test | +==================+==========+ | RHEL 7 | PASS | +------------------+----------+ | CentOS Stream 8 | PASS | +------------------+----------+ | RHEL8 | PASS | +------------------+----------+ | openSUSE Leap 15 | 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 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 RHEL8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 Ubuntu 22.04 Kernel: Container Host Kernel Compiler: gcc 11.3.1-2 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26052/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/