From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <test-report-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 7957644116
	for <public@inbox.dpdk.org>; Sat,  1 Jun 2024 13:55:27 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 721AD402B4;
	Sat,  1 Jun 2024 13:55:27 +0200 (CEST)
Received: from mail-yw1-f225.google.com (mail-yw1-f225.google.com
 [209.85.128.225])
 by mails.dpdk.org (Postfix) with ESMTP id BA5CC40270
 for <test-report@dpdk.org>; Sat,  1 Jun 2024 13:55:26 +0200 (CEST)
Received: by mail-yw1-f225.google.com with SMTP id
 00721157ae682-627ebbefd85so31331387b3.3
 for <test-report@dpdk.org>; Sat, 01 Jun 2024 04:55:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=iol.unh.edu; s=unh-iol; t=1717242926; x=1717847726; 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=pBWtapN9qjYHXg2nvKvxrRSALXhmJCQ7auM0NqNy0Ic=;
 b=Y7zki9IYAi0a8Nkay/yzxmVHJ0uH2PuAPSei1SWqBayhYg5lD+R6J5HB8N5LEYqyrl
 ldS4iz6M7nliXVSmc+3qaC4o2Q0HuxO3MLO1836nUpEHDWt/ip+2bPDLWJdTpnSLL4dx
 N/2GCjKTTn4R617ugNpIBGP/kUAtvD8LdiHeU=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20230601; t=1717242926; x=1717847726;
 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=pBWtapN9qjYHXg2nvKvxrRSALXhmJCQ7auM0NqNy0Ic=;
 b=OFxMJP8j9YUNZfplaAdDsD1CDtzYnNIsYKf2fYl6WaHnpRRuBbOg/JSoghRn8tvkgh
 h0P2Q9ix+wx4J/Ce5va8y5Y6LQK9Drm2UZnI9huE8aP6HYgipDWcZeOCmZy20xwLqNDg
 wMIJiP98zDnExS49sXnUAdsmQPOVKw8s/fsRuUNqWW2Dd4oIDt+urH4L0ft3yEGYqKHI
 FaV3YmBmhsP0qvosgrjthK2bKR1Fr8c+HgFsEXRH/xwvrGr6jRjqexr4Jj1eWW/m9A7t
 tfkWlKTIRrHIIE9KISbaZXUSSm1h8czoeXiwEhYTXsWZGSGxncSjY62m7T716XZ3Ljw7
 owrA==
X-Forwarded-Encrypted: i=1;
 AJvYcCWc5XiNdp9G+uRYto9l9FghWY+fI5Wdkq3ZbjV5LdDaVC/apO7k8bRyOiixG6/ZHRSPvsApTJkY/TB6iMjDTdZdTJdQCg==
X-Gm-Message-State: AOJu0YyaJcOqZOhJBQTLaFV/MfFJTGo6ef21noaPPPofy6oWcWEL/72b
 j2jVmOvl3Ruv4NSgUfT1GA3hm/svzYZfISXaUAg65C9D4090jQCT2WocgwWZaYXDwrBEibt+8yE
 HO5+q5MsfhYicLh8U5sVHGIf/yje6oC60DgG8BFv4gD1GFXoN3aHpd+0A
X-Google-Smtp-Source: AGHT+IHY0hQO+IbMxZ8BrDOm0NR6wVFboVjCXeGpMg7A2MA2mXAtZcZ1q1FUa6GKxnyD9kNzNx9gaZyCin+9
X-Received: by 2002:a81:9e46:0:b0:61a:e903:8d4f with SMTP id
 00721157ae682-62c797ef689mr44216927b3.37.1717242925787; 
 Sat, 01 Jun 2024 04:55:25 -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
 00721157ae682-62c765fe2d1sm1349557b3.2.2024.06.01.04.55.25
 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128);
 Sat, 01 Jun 2024 04:55:25 -0700 (PDT)
X-Relaying-Domain: iol.unh.edu
Date: Sat, 01 Jun 2024 04:55:25 -0700 (PDT)
Message-ID: <665b0c2d.050a0220.66fb5.a402SMTPIN_ADDED_MISSING@mx.google.com>
Received: from [172.21.0.6] (unknown [172.18.0.240])
 by postal.iol.unh.edu (Postfix) with ESMTP id 6AC0D605C373;
 Sat,  1 Jun 2024 07:55:25 -0400 (EDT)
Subject: |FAILURE| pw140395-140396 [PATCH] [v2,2/2] app/pdump: handle SIGTERM
From: dpdklab@iol.unh.edu
To: Ferruh Yigit <ferruh.yigit@intel.com>, Test Report <test-report@dpdk.org>,
 Georgii Tkachuk <georgii.tkachuk@intel.com>, Qian Xu <qian.q.xu@intel.com>,
 Lijuan Tu <lijuan.tu@intel.com>
Cc: dpdk-test-reports@iol.unh.edu,
 Stephen Hemminger <stephen@networkplumber.org>
In-Reply-To: <20240529160933.282846-3-stephen@networkplumber.org>
References: <20240529160933.282846-3-stephen@networkplumber.org>
Content-Type: text/plain
X-BeenThere: test-report@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: automatic DPDK test reports <test-report.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/test-report>,
 <mailto:test-report-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/test-report/>
List-Post: <mailto:test-report@dpdk.org>
List-Help: <mailto:test-report-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/test-report>,
 <mailto:test-report-request@dpdk.org?subject=subscribe>
Errors-To: test-report-bounces@dpdk.org

Test-Label: iol-intel-Functional
Test-Status: FAILURE
http://dpdk.org/patch/140396

_Functional Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Wednesday, May 29 2024 16:08:07 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:76cef1af8bdaeaf67a5c4ca5df3f221df994dc46

140395-140396 --> functional testing issues

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 5.15.0-97-generic
Compiler: gcc 11.4.0
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: Unknown

Aggregate Results by Test Suite
+-----------------+--------+
|   Test Suite    | Result |
+=================+========+
| mtu_update      |  FAIL  |
+-----------------+--------+
| unit_tests_mbuf |  PASS  |
+-----------------+--------+


Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: Unknown

Aggregate Results by Test Suite
+-----------------------------+--------+
|         Test Suite          | Result |
+=============================+========+
| unit_tests_mbuf             |  PASS  |
+-----------------------------+--------+
| scatter                     |  PASS  |
+-----------------------------+--------+
| vhost_virtio_user_interrupt |  PASS  |
+-----------------------------+--------+
| virtio_smoke                |  PASS  |
+-----------------------------+--------+


Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: Unknown

Aggregate Results by Test Suite
+-----------------------------+--------+
|         Test Suite          | Result |
+=============================+========+
| unit_tests_mbuf             |  PASS  |
+-----------------------------+--------+
| scatter                     |  PASS  |
+-----------------------------+--------+
| vhost_virtio_user_interrupt |  PASS  |
+-----------------------------+--------+
| virtio_smoke                |  PASS  |
+-----------------------------+--------+


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30040/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/