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 93E0542B9B for ; Thu, 25 May 2023 16:58:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7711C40DDB; Thu, 25 May 2023 16:58:27 +0200 (CEST) Received: from mail-io1-f99.google.com (mail-io1-f99.google.com [209.85.166.99]) by mails.dpdk.org (Postfix) with ESMTP id 5EBC140DDB for ; Thu, 25 May 2023 16:58:26 +0200 (CEST) Received: by mail-io1-f99.google.com with SMTP id ca18e2360f4ac-77483a5a350so57747439f.0 for ; Thu, 25 May 2023 07:58:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1685026705; x=1687618705; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=fkIYvpEtjLDM+UbQ/NNUo4w6mcIW7lq2FY9gLL9t+wY=; b=LylI88ENfTfFLSY5rx3OdXn18vRHBGmh1AkEmtPxYM3HULKUuXAq9VvRU6l78+KcV6 hm8LC2RfyaKBoLNUaSLGbqTWwsNHpKFqnvZ6qHBLbsP0++Rn/Dp+Y3ZiOpGKZOCA/jNi n7t4LCmIpOPun2SbX5UgNI8jzbrM+M4E6pqZE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685026705; x=1687618705; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=fkIYvpEtjLDM+UbQ/NNUo4w6mcIW7lq2FY9gLL9t+wY=; b=l6Nb4HNeur7AezAvPv6PzHVq3hGHLmsAkY5vB9XAC6PLHI9j/JweJQrvd9Hyqqon2n oB13q0FuKKxVq3PDZnRtN9AubeMC9SMihxYd76iGDBS0Z5uOdDfKw/iv97WPb7vhn7YM FinFSi5KTK9FFBujq5sMfqRrgr3f6+B4EypS/Mtwe6RFNGWpmSn15r67fIv1TM+c3F6R TSewZTUChaQEBikZeYE9LWgIHWrv0c/e7ffSe0cSWBZARQwvduUQGYLDXGQzBy2oqiF3 iNigl8iuorfymVHNBActdvqf0cRdYhnfkxB0qtYoNl5o46sD2P7AbNnB4stRYft0yZBI PwpQ== X-Gm-Message-State: AC+VfDy86DK3FepjokE+Sgn+bt4OrEH9KPlN4fHIwh8ZrATdQFSTXgV+ XF3f80e7NV4hk+FKE77+JcJ34RNWFcfHoTEQbChFr7a6++FoLTk2mMCDeQ== X-Google-Smtp-Source: ACHHUZ7XD7WyFrHv4XbgUuUJNuv+uF5jPKlPrTOAwnKVjlfqM/6ENfQD7Lql2m/yfstQO4V8+Ra8kUySS2pS X-Received: by 2002:a05:6602:2046:b0:776:fa1c:2d6c with SMTP id z6-20020a056602204600b00776fa1c2d6cmr444513iod.14.1685026705714; Thu, 25 May 2023 07:58:25 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id u6-20020a5ec006000000b007749424dbc7sm3243iol.26.2023.05.25.07.58.25 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 May 2023 07:58:25 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 25 May 2023 07:58:25 -0700 (PDT) Message-ID: <646f7791.5e0a0220.98c73.0349SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.34]) by postal.iol.unh.edu (Postfix) with ESMTP id 421D6605246B; Thu, 25 May 2023 10:58:25 -0400 (EDT) Subject: |SUCCESS| pw127357 [PATCH] pci: add O_CLOEXEC when open uio device 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-aarch64-compile-testing Test-Status: SUCCESS http://dpdk.org/patch/127357 _Testing PASS_ Submitter: Weifeng Su Date: Thursday, May 25 2023 03:00:35 DPDK git baseline: Repo:dpdk Branch: master CommitID:2d9e10932d535ea553081b489a25f6fce7ec7996 127357 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM GCC Native | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Native | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ Ubuntu 20.04 ARM GCC Native Kernel: 5.4.0-53-generic Compiler: gcc 9.3 Ubuntu 20.04 ARM Clang Native Kernel: 5.4.0-53-generic Compiler: clang 10.0.0-4ubuntu1 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: gcc 9.3.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang version 10.0.0-4ubuntu1 Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) Ubuntu 20.04 ARM GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26374/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/