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 0B0D545561 for ; Wed, 3 Jul 2024 14:08:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 07D9D40E7C; Wed, 3 Jul 2024 14:08:07 +0200 (CEST) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id CBF744029E for ; Wed, 3 Jul 2024 14:08:03 +0200 (CEST) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-3788bf2584aso1599665ab.0 for ; Wed, 03 Jul 2024 05:08:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1720008483; x=1720613283; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=8mgqQ7wYVTILpl24V5wZHzfUTtLpDO4zFxGQwEtCm60=; b=a8kwpR5KZKK6JVR4J6c9z4E2ZvFzqHKp5z3bgSN1KamEakuunnbOsS3a3hHxsq4vFH lpyLH2vWvMNIlwGxmVxlb9lsG4T7b2M5A54x7v6TzKtABr+bXhSDbfMfyzQnw0ku/wJK nKbe2cz9WQvc4XlQJhqD1BQttXXLTFLr7/1JI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720008483; x=1720613283; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=8mgqQ7wYVTILpl24V5wZHzfUTtLpDO4zFxGQwEtCm60=; b=NI6cyTiWk2yBaRyfag7vz4+V2DJ3lIn4Y9Ri+ii1FXBJ4oP5NRtuGiEVTKY75jKb+8 whU4eTrI0HiJbyohyW1vseKB+0mW/WgqD3dVS1R5ZkVDMgK1ZGJPFVaCkW4aBpVNKj+9 Ql92lFeItn/lW072wkULU4++atOXMPbIsLDPIsv/Rbe4tbj3Oxdct4MQIRM8VsFB65wt zYU6NPhl7KuGzCOQMBk0KCz1nZ0Qqstk5JFiBxLt4BOCcbeSfzioLzQg33l72dCG5GT/ Rg/RebKf+UArhzmA5SrV0FmF9VpovRr3/RywL/rKi4X9QNrj16o0xfW7It92UKrZSO7c DwYw== X-Gm-Message-State: AOJu0YxgV8QGE3C6NHVuNL5YNEJa4UvPqq9yTGMW8gUSEHutjQbO8DZ2 GJMrEkODGVEtas/e1aV3zZFIoliS/xPsIek4F7BWWQ/542yd7842/J4uAGtqDRzuzO8PLFsCMrY 8iOzIi5eXtLuA5mvaisQFilEFxmgwF/IVx8dKqxNH2UiJoIihxrSKfB64 X-Google-Smtp-Source: AGHT+IFhk6fOL7+q+tUWiRwzKrGQHnoHsUkdIzMBC2FTZIH5j5Mil1rtzfFp1sW90qLCLRlCuU+hW8fmhT0x X-Received: by 2002:a92:ccc7:0:b0:376:1fe3:f6f0 with SMTP id e9e14a558f8ab-38234787f78mr8078625ab.1.1720008483160; Wed, 03 Jul 2024 05:08:03 -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 8926c6da1cb9f-4bb73db8394sm297363173.11.2024.07.03.05.08.03 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Jul 2024 05:08:03 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 03 Jul 2024 05:08:03 -0700 (PDT) Message-ID: <66853f23.050a0220.96293.7d66SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 615BE60526E2; Wed, 3 Jul 2024 08:08:02 -0400 (EDT) Subject: |PENDING| pw142058 [PATCH] examples/l3fwd: Fix core dump with multip From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240703075038.1594523-1-kaiwenx.deng@intel.com> References: <20240703075038.1594523-1-kaiwenx.deng@intel.com> 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-amd64-testing Test-Status: PENDING http://dpdk.org/patch/142058 _Testing pending_ Submitter: Kaiwen Deng Date: Wednesday, July 03 2024 07:50:37 DPDK git baseline: Repo:dpdk Branch: master CommitID:c15902587b538ff02cfb0fbb4dd481f1503d936b 142058 --> testing pending Test environment and result as below: +---------------------+--------------------+-------------------+----------------------+ | Environment | dpdk_meson_compile | dpdk_msvc_compile | dpdk_mingw64_compile | +=====================+====================+===================+======================+ | Windows Server 2022 | PASS | PASS | PEND | +---------------------+--------------------+-------------------+----------------------+ | FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | FreeBSD 14.1 | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9 FreeBSD 13.3 Kernel: 13.3-RELEASE-p1 Compiler: clang 17.0.6 FreeBSD 14.1 Kernel: 14.1 Compiler: clang 18.1.5 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/30395/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/