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 D4A7246527 for ; Mon, 7 Apr 2025 13:12:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AA26B40156; Mon, 7 Apr 2025 13:12:12 +0200 (CEST) Received: from mail-qt1-f226.google.com (mail-qt1-f226.google.com [209.85.160.226]) by mails.dpdk.org (Postfix) with ESMTP id E5D5A40041 for ; Mon, 7 Apr 2025 13:12:10 +0200 (CEST) Received: by mail-qt1-f226.google.com with SMTP id d75a77b69052e-476ab588f32so643121cf.2 for ; Mon, 07 Apr 2025 04:12:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1744024330; x=1744629130; 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=r2lcK9BKttKGfqddu7ZqMPPMpupJzvDLWixDCq96zkE=; b=YNmXUqKSV0mDRu2cNgoX6a1AwnuRwnweUGFVH2+ifIpi2adRx2XbPZ4jEpRyehxefq a84yMLz+UKQZ68Un10uDj4mG3dA18U9J2yFG4AbSoG+GU8v0avY+gNXipPeWliuAJ450 Zgukb50v6IfRjZfXroebIcJZmrY9iKCoZoySg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1744024330; x=1744629130; 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=r2lcK9BKttKGfqddu7ZqMPPMpupJzvDLWixDCq96zkE=; b=HFZW3aVuYgH9RBZtWXUG2zK8NLj+dtMJIpoly1qCAkxJOG45O2Iqq+SVxSl3RZUQKP vwqKhaN1TJbhlNVBukY1kA7z715qJ5sgy3d+6IOaiQFFQg0zyQR0b8ighHnWYrIdZbF1 nnThkJpEMO5YvIV0sqn1xq7NZWnTbAYP69w//vgzWlXJ/W7C2D3nlwpczN40NLWNiyYC VWe50JyhDaHLRYheYgI887ylE03+w43gJN0QnD4hrrgEYwXtF5NXZMGYAH4cxv7EZjCG 8QiFYcLtB8ui4LibemQPfwqCp9Rr0WbS+5YVYRUU5kNxnHwJtnE2lZp/4fnBQ1lN9LpT vDVw== X-Gm-Message-State: AOJu0YxLWvvCMTJczr282QsqUyaMDooHqmnrDncEBLRI3Wt1nyHlBEfE t0yHtUOJLuRHIX9bbShcqxcFJ1urbFL2EQ4TfLzsAvwT1DnJKpAH71RRqH4Y03sZFpGKOzSMakV WiiLL78e7Es0raCIkRtotF0g6a2ESt3t91d+jzDKF X-Gm-Gg: ASbGncvgL53rkYQMUE3vRpwHe+p43eZ+25oIJa+9EMV22PI610qUEnqpaBW5pntAoyx vKx//9gSwMAL+/5o0GjnShEHzcLT7p09kkkfqLo1s8ONtqEiQaaLhvp9aoAPaheW7rAfe8rqgPs pZANIWMdvu1wOzIO0xae+kXdDF/r5tLPh5hK3zVUVPzsmu+ez4J7/Yr7JeChpSp7l1I7fkENklS NXPj56KcXInZyCoul0uYF3HfyG91UgZr7W3Mm8vSm+soy82neVZ7by1OlPvDkGvFCmrm291L+mV rq/qHmSaC7ZIdx0wrmv/6v/FcicocHEd9KE+HoL/ X-Google-Smtp-Source: AGHT+IG4SZEhUqNcgOAWfFL2AaqtWi8/rGASUDCgXJb+g9Bp7fGpJPJR7Hlklu7PRCcftkc30Qt5Z28FQYlD X-Received: by 2002:ac8:5316:0:b0:476:8db0:8cae with SMTP id d75a77b69052e-4792491190cmr119233811cf.10.1744024330316; Mon, 07 Apr 2025 04:12:10 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d75a77b69052e-4791b120269sm6008831cf.17.2025.04.07.04.12.10 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 Apr 2025 04:12:10 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 07 Apr 2025 04:12:10 -0700 (PDT) Message-ID: <67f3b30a.050a0220.24900e.66b1SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id C198B6052471; Mon, 7 Apr 2025 07:12:07 -0400 (EDT) Subject: |PENDING| pw152787 [PATCH] [1/1] examples/ipsec-secgw: resolve segfa From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250407072155.1255817-1-rkudurumalla@marvell.com> References: <20250407072155.1255817-1-rkudurumalla@marvell.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-arm64-testing Test-Status: PENDING http://dpdk.org/patch/152787 _Testing pending_ Submitter: Rakesh Kudurumalla Date: Monday, April 07 2025 07:21:55 DPDK git baseline: Repo:dpdk Branch: master CommitID:0c4fb260a3dd4e977e88cbf5c8e39289bcc94520 152787 --> testing pending Upstream job id: Generic-DPDK-Compile-Meson#377965 Test environment and result as below: +------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +====================================+====================+ | RHEL9 (ARM) | PEND | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PEND | +------------------------------------+--------------------+ | Fedora 40 (ARM) | PEND | +------------------------------------+--------------------+ | Debian 12 with MUSDK | PEND | +------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32951/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/