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 94851432BD for ; Mon, 6 Nov 2023 22:15:03 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6E31A402B6; Mon, 6 Nov 2023 22:15:03 +0100 (CET) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id 8DA65402B6 for ; Mon, 6 Nov 2023 22:15:02 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-7a94c5538aeso183680539f.3 for ; Mon, 06 Nov 2023 13:15:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1699305302; x=1699910102; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=RnYJ04nHzzMnExcxx51q12rwc6WPi3eWUx2hTbtINbI=; b=OH7aZu9Y8id3OvswZUbKaj64dsl24FnkjaBmGAi4vgr4xgHOYNRMKM/3Sb/pJglOqs JgCqiBOMKiXl7SGFpCgFUOlxKihjpUjh6Zakhp1EOcUzkZ7H0KW+jzFR8++fJioNT1ej hRrLggAp6EmVIDNCVxIMLIL1Sjbgg7a6w0tGg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699305302; x=1699910102; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=RnYJ04nHzzMnExcxx51q12rwc6WPi3eWUx2hTbtINbI=; b=NRG2D/y0hMay5tVKTN12DKjieJ+2TZY0RQGcFGwSFEUAekyAaj9AlUpfkBCmNyR0Ax JQtldbWNvimGGrbq/Fs4YrnoobBOFpznDyTzWlVzDKahNJmpgkAmRGJE9ypFe+4el2bm WbYngtHv2YYHbwPQsFQRSHPSeo5u9Bk1hM+Wz3wnIUjPYmQu/n5MXj+C0VaWRVQBPnYI N3u976R0ZBPmrAo5Yp1NeVYNjRs4SjI5HZyx7KI8F5bUBBqmOHpfRpaVliA9mERzSVnY zOOUbHbXxnc0MWLk3Wg6NbVnYvMdqVei+k3Ks2fCEPEOirRlLhIOue1P6im6BAGjj5tn fa1w== X-Gm-Message-State: AOJu0Ywbjv/F29Di5djM4L6XTzDnYqgkorlVsUjoZyRDbt+/iWkZN0CL 1Xa+ahdQFpLDVUARd8so1tTK7WTnMv+ujqyonin9jvaKziXz9lWU+XaHJg== X-Google-Smtp-Source: AGHT+IHR4MzTpQEK80FMt1Saz+2LWsilJWsFhcx4ojEy5AxP5mvvgnvoda6bd/kB9YGVo1S2CuYJcHHRZCcm X-Received: by 2002:a05:6602:2ad6:b0:798:2415:1189 with SMTP id m22-20020a0566022ad600b0079824151189mr37418432iov.12.1699305301890; Mon, 06 Nov 2023 13:15:01 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id c21-20020a02a615000000b004317ed8931dsm217573jam.38.2023.11.06.13.15.01 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Nov 2023 13:15:01 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 06 Nov 2023 13:15:01 -0800 (PST) Message-ID: <65495755.020a0220.6641d.8f5bSMTPIN_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 4244B605C318; Mon, 6 Nov 2023 16:15:01 -0500 (EST) Subject: |SUCCESS| pw133925 [PATCH] [v2] dumpcap: fix mbuf pool ring type 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/133925 _Testing PASS_ Submitter: Stephen Hemminger Date: Monday, November 06 2023 19:34:23 DPDK git baseline: Repo:dpdk Branch: master CommitID:70aef239d0de6b2048aecb1220da1d78edb75168 133925 --> 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 | +----------------------------------------+--------------------+ | Fedora 38 (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 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28259/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/