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 B1C6B42E3D for ; Tue, 11 Jul 2023 02:33:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8CADD4003C; Tue, 11 Jul 2023 02:33:23 +0200 (CEST) Received: from mail-pl1-f225.google.com (mail-pl1-f225.google.com [209.85.214.225]) by mails.dpdk.org (Postfix) with ESMTP id D1FBC4003C for ; Tue, 11 Jul 2023 02:33:22 +0200 (CEST) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-1b8b2886364so33096035ad.0 for ; Mon, 10 Jul 2023 17:33:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1689035602; x=1691627602; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=wfgvKXXAJMNjnxGvsUxcepw+d/k0E6vL7ZYkWN2okDA=; b=SU/p7sI3dexbR0KaXdX5iYtSiRf6MblLiGyiJm8Ncd8n3E6E4NHzLB4tsp8eo1dA1E UziVbgdSUKELGJHShC56t7Qk5K1yvGab5mYamb4/gnlK8pgv/MCnSRFGvi67g1/gmK64 4hRtMGklAVgSKBuz1CgGeQJVNsfDAXkhm6ObE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689035602; x=1691627602; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=wfgvKXXAJMNjnxGvsUxcepw+d/k0E6vL7ZYkWN2okDA=; b=Uqz5sVoWYvORAN6awAsL8i07mzlyL5Poeegq4f9+0m0RUdgNcUyaXbYs/YxP9Dg/a3 LC6e+Aydr6dYK2M6WDwi1ycjeJJtrlmvgW4A/NNjvpjbKRXrtYqSfMlXZs89/2muyBW0 BE2bWxgKM9JjIzxqGi+TMQd+d6UUGGjbyH8vKVZCG4QC8RDCmasPfrHSgxk73EEj3+PX /M5/2H1lBHXobzt4NDg8ud63wCVvTwE0+VI+zjcUXprZIH37lWE37u3Kzs3WWHW8m/Ox 6kZ3P47FhExtNU3Ke40W1oXI5ZJPTXqU3rIzlFPJbdk17KJadhqlvIV3AoZQEy+Wf2DH ZNvg== X-Gm-Message-State: ABy/qLaSQ3/YXoujJGcwJvIB2PzbRpPFBQNOqBL7SQyG1VNi2NZjZSME fbo5dswUIfR/rKJsMgsWlxA6Xt5UoMkeh772ab492o3WJRJBq7ttYjXohg== X-Google-Smtp-Source: APBJJlHo4PlOA+cIjkxch2lWNQdLnP/isT+xSDFlKHmsusZYvH5Qh+apWvFHwqOldn7xIoDUcZsKc3uxGAZ8 X-Received: by 2002:a17:902:b110:b0:1b8:9cf2:35b0 with SMTP id q16-20020a170902b11000b001b89cf235b0mr9445993plr.41.1689035601864; Mon, 10 Jul 2023 17:33:21 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id n13-20020a170902968d00b001b8abd7037fsm76080plp.86.2023.07.10.17.33.21 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Jul 2023 17:33:21 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 10 Jul 2023 17:33:21 -0700 (PDT) Message-ID: <64aca351.170a0220.a5b2e.1c2dSMTPIN_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 056CC605246B; Mon, 10 Jul 2023 20:33:21 -0400 (EDT) Subject: |SUCCESS| pw129429 [PATCH] net/mana: fix counter overflow for posted 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-abi-testing Test-Status: SUCCESS http://dpdk.org/patch/129429 _Testing PASS_ Submitter: Long Li Date: Monday, July 10 2023 21:34:41 DPDK git baseline: Repo:dpdk Branch: master CommitID:623dc9364dc6a818799941cc26dc8f70feb2bb24 129429 --> testing pass Test environment and result as below: +-----------------+----------+ | Environment | abi_test | +=================+==========+ | Debian Buster | PASS | +-----------------+----------+ | Fedora 38 | PASS | +-----------------+----------+ | CentOS Stream 8 | PASS | +-----------------+----------+ | Debian Bullseye | PASS | +-----------------+----------+ | Ubuntu 22.04 | PASS | +-----------------+----------+ | RHEL 7 | PASS | +-----------------+----------+ | RHEL8 | PASS | +-----------------+----------+ | Fedora 37 | PASS | +-----------------+----------+ Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 Fedora 38 Kernel: Depends on container host Compiler: gcc 13.1.1 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 Ubuntu 22.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.0 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) RHEL8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27028/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/