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 0916843263 for ; Wed, 1 Nov 2023 18:48:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 043C9400EF; Wed, 1 Nov 2023 18:48:19 +0100 (CET) Received: from mail-ua1-f99.google.com (mail-ua1-f99.google.com [209.85.222.99]) by mails.dpdk.org (Postfix) with ESMTP id 91D44400EF for ; Wed, 1 Nov 2023 18:48:16 +0100 (CET) Received: by mail-ua1-f99.google.com with SMTP id a1e0cc1a2514c-7b6043d0bbeso4937241.1 for ; Wed, 01 Nov 2023 10:48:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1698860896; x=1699465696; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=HbXRHXtixXCA49bpkYwE7nRcnItIsuJd5t2Wh1SgipE=; b=SBxdcUot2gMarfpOsDPNUbq81iEXVj65VUULFf0nWNrky0Bbvi40B20mgQDutS+6yh Kp2wjfqt14ocgkMPJkFJTdvPWLGGAwpxTEWLV2yF974Cnbu3qZokFzwxOrjxlOZNDcB6 VldOK8R0MQ+7hzXpmbv+FubYQuSsBrzt5Aigs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698860896; x=1699465696; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=HbXRHXtixXCA49bpkYwE7nRcnItIsuJd5t2Wh1SgipE=; b=CacPJ74VY9QHStWID9sBN55bLcxpBDGk0uppz8ZG5fgKybneqKmSq8kmhav3Tq/oUF 4sn8+LM9aMWSinVt06pjhK+D750ahOjo0uSTLtrkd6kCxuQS+NRRwN7r7VPimNcrnSXF b+/M4186VeKT7nHqVVGmj/LpOWccnwLW80jpC+b1Egn4qFuxiXCeP6w9g3fp1bo3UF3Z 9IUXkE2WiEk8BShV8IltZD5RepkZEDeESn+aG94NQpp56HOf+hOsC5X+Z4nzNeOSWkhd ZbWHKTIGlUnhBY0bxeuxF3yb1YhPojscvRmUmd8nB1yDC4voLu04R3RDDKEwcvK4ZM4U 4qMg== X-Gm-Message-State: AOJu0Yxxl5qLilNvSzvzvph6Cb1JUGYjeCG0h44dOeyyvR/HHiqd5Hv4 ycssCWIQHYvsqFtw0org1Cw2X3yNu+2KK68SYi+nnLMVbUXvV0qr2ig0DRuyl3U83p1GphhTSg= = X-Google-Smtp-Source: AGHT+IE1l0DCjB9nr52lpZmqS7ctNcY7u3HRssVWMLWIvqF6PJgTrX8CcUYzc2MBHFK4Pa5sPHs16xWqL8MJ X-Received: by 2002:a67:cb88:0:b0:457:c23a:b71c with SMTP id h8-20020a67cb88000000b00457c23ab71cmr11257289vsl.5.1698860895976; Wed, 01 Nov 2023 10:48:15 -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 v13-20020a0561020f0d00b0044d505364f3sm407758vss.5.2023.11.01.10.48.15 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Nov 2023 10:48:15 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 01 Nov 2023 10:48:15 -0700 (PDT) Message-ID: <65428f5f.050a0220.32ac3.6c83SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.214]) by postal.iol.unh.edu (Postfix) with ESMTP id 9FB026050A61; Wed, 1 Nov 2023 13:48:15 -0400 (EDT) Subject: |SUCCESS| pw133710 [PATCH] ethdev: fix 32-bit build with GCC-13 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/133710 _Testing PASS_ Submitter: Ruifeng Wang Date: Wednesday, November 01 2023 07:15:54 DPDK git baseline: Repo:dpdk Branch: master CommitID:1025bd1c24b1be70e028c7ba0595782bce75fcc6 133710 --> testing pass Test environment and result as below: +------------------+----------------+ | Environment | dpdk_unit_test | +==================+================+ | CentOS Stream 9 | PASS | +------------------+----------------+ | CentOS Stream 8 | PASS | +------------------+----------------+ | Debian Buster | PASS | +------------------+----------------+ | Debian Bullseye | PASS | +------------------+----------------+ | Fedora 37 | PASS | +------------------+----------------+ | Fedora 38 | PASS | +------------------+----------------+ | openSUSE Leap 15 | PASS | +------------------+----------------+ | RHEL8 | PASS | +------------------+----------------+ | Ubuntu 22.04 | PASS | +------------------+----------------+ | Ubuntu 20.04 | PASS | +------------------+----------------+ 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 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-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 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) Ubuntu 22.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.0 Ubuntu 20.04 Kernel: 5.4.0-153-generic Compiler: gcc 9.4.0-1ubuntu1~20.04.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28174/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/