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 4B14241F62 for ; Tue, 29 Aug 2023 22:18:35 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5F3DA4026A; Tue, 29 Aug 2023 22:18:34 +0200 (CEST) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id 84D734026A for ; Tue, 29 Aug 2023 22:18:33 +0200 (CEST) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-792965813e7so114929939f.2 for ; Tue, 29 Aug 2023 13:18:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1693340313; x=1693945113; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=26lnBmuocCx4XgXbMbNleEJzSO2MD07pr0206x5Ukjk=; b=WMIH1chicClnGWqMsFaj26GY0qyLWgrtxZcSOBm4O4D7FsFKLwLcRHlleCjo779q9d 3P4nX6LOcrVx9SQtQsDFsCt8mqQuWyy3r91hbwiOlyfKhUyyXKu350rEeLoIk24Br6bY /JCAoMMi+Ih2RPGjyr0vqvuqjLhy+EoHCIqUA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693340313; x=1693945113; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=26lnBmuocCx4XgXbMbNleEJzSO2MD07pr0206x5Ukjk=; b=gGiPgK8x5oOQ9yxjGPvfC+NPnlYdbItlf9odR1NMSwISCLm7+CJwmg89nQasnA4Ccd p77fRRQ1/wyo82/M3mUq58M62kkIUNARV4nZofVlZGUfwUlrbV+eaOKcoBkO9CcHXKvL D+8rSPlZ2nBd7ctgLxi/cVAQk+FqB0nqcoHs5rlWZ8/Kp2XUpzdrKlunpF9btsXdyP6H rIASOJhXBf30M0AEyKiolK6RlLq4O+3560SFdu/CC9z6jA6fibXJIUBjUNmS1uosb+qD jjGQdC0l33beOSuoADTi+vMCu+73kA2UvKr2POxoFBn9atEF9yjt7/9Eq8+juonjwKmF EMjQ== X-Gm-Message-State: AOJu0Yxby4pZpIZ05MwmWsq7gbBd5Jnfm0qNZ85AZAn99DdxrK5UvnIn +Ix5sotIFlXtfWzvwHjca/DGXo8NqrPrPcquzAeFSxvTziE5qWJOq/cTDA== X-Google-Smtp-Source: AGHT+IHqd+s5kYG9HRe5vWE7gbF5kYRgdqSQ3SuMGAp4FVZ/W/vvZg47DWPm69j43h0DGoX3qdpMhCJZMlQL X-Received: by 2002:a05:6602:4213:b0:794:d7e8:d239 with SMTP id cb19-20020a056602421300b00794d7e8d239mr399676iob.17.1693340312780; Tue, 29 Aug 2023 13:18:32 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id gh12-20020a056638698c00b0042b12b1b40asm466893jab.48.2023.08.29.13.18.32 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Aug 2023 13:18:32 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 29 Aug 2023 13:18:32 -0700 (PDT) Message-ID: <64ee5298.050a0220.371ca.66a4SMTPIN_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 5F7376052471; Tue, 29 Aug 2023 16:18:32 -0400 (EDT) Subject: |SUCCESS| pw130837 [PATCH] event/cnxk: add event port flow context A 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-compile-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/130837 _Testing PASS_ Submitter: Pavan Nikhilesh Bhagavatula Date: Tuesday, August 29 2023 18:19:33 DPDK git baseline: Repo:dpdk Branch: master CommitID:ac1d4db91e9955148e82f2caaa107434409cf35e 130837 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 37 (ARM) | PASS | +----------------------------------------+--------------------+ 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 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 GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27463/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/