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 534F445EF0 for ; Fri, 20 Dec 2024 00:47:03 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4EB9440265; Fri, 20 Dec 2024 00:47:03 +0100 (CET) Received: from mail-il1-f226.google.com (mail-il1-f226.google.com [209.85.166.226]) by mails.dpdk.org (Postfix) with ESMTP id 9291B4025F for ; Fri, 20 Dec 2024 00:47:01 +0100 (CET) Received: by mail-il1-f226.google.com with SMTP id e9e14a558f8ab-3a8aed87a0dso4550045ab.3 for ; Thu, 19 Dec 2024 15:47:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734652021; x=1735256821; 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=U0sPhaC5I5q77poU/o4ZRqOOB7I40al1mZ9D+mk0aRA=; b=X7zuv5F6mCnWxiyhSbm+qgTYkgnqFT4s8rz68TOwJV7igWJJ0xPBWyJBKTkHQb2lFh YpZSTfmVPBdx+4Ladv1BMzLEFRfM99mDbpkD/esmtPZ//nW4NgnoVm/or/FjTvBt24YS 0zPW5v3uOXNBBPresnu8wktLca0AG+RLXp41E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734652021; x=1735256821; 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=U0sPhaC5I5q77poU/o4ZRqOOB7I40al1mZ9D+mk0aRA=; b=dmqYya4FTU3drxtl9GruLmUzZly58d1sV5rpramlUOypCOcDPQ2fJPKVA7zzjIh5oZ DYIIRO/EfnzG4kdeWgPfTwDONku8IZoOQyp/Ng/4S6H0s6OwOjRRaiZ+xlzASe5NunQu AyQ521jmoC44yDaenbWKN+oQb00IynW8alDlCA484tVQcogVOitby/SjcnQAxvexWTYJ S8dzfd4/lli5hyKeKXkB/LAXYawcC2CvAoUHmB856K3Mvl37rUgzmxgyLwqVoJawmmWX GfTS06X2T88gaAWvn34y4kDTgPxTNhXWNJnsxWapvAnW1ED32SI/62OaW+kl7zMKFrdf Ef7A== X-Gm-Message-State: AOJu0Yyhqu9Aav9N1cSPFXY6fZ2PK3VmTpzIBv+vQKehNCAq11i848Qg iHK2KR3+8WLDlDEBnT1yEsG/lwlK01mpTxZCb9ZzO6mW/morBfj73jooUdTfdXI+U2wWD7hiRYn HTNF68lnAZ6tkIuY9OpSez3yskW/yuzdWgN8ciGFiOpQBZ1aP2qxKYgFu X-Gm-Gg: ASbGncsoITPe5LmKVY+eu/M250oqGkTrPnsait6DvVvspJrX32jBQgv4fWsjxjxu6+U W4OL9DUrdJn36GKIuLdn8CGm0BFePvcGrovlEtXe6vwKlKobQss9tDaa03rO8mTpNcVe/zY/uIi Eag5CsJwL+ZbPbOMs0D4EXJ/v78x2f3SiAQD2PlEXoaiWInBko5mws5ZBSKrGU2aEQ+pqlQ5GL1 XtVYz8UPB71tT0FAwMMu9H9x+AcQCijpcbIweDnGjJbNz18ILLy3krLaZfRDUS2P6VHuUarL/eo CkvR0w== X-Google-Smtp-Source: AGHT+IHjKV+IErJk0x+LAFfcCgfKrZcd0m1pzUpXdjJI9IV+boxaGwZn4r4+XHdkWufnHGbbYorSg5leibbo X-Received: by 2002:a05:6e02:3683:b0:3a7:8d8e:e760 with SMTP id e9e14a558f8ab-3c2d1aa23demr8654035ab.4.1734652020943; Thu, 19 Dec 2024 15:47:00 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4e68c243cf7sm102234173.76.2024.12.19.15.47.00 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Dec 2024 15:47:00 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 19 Dec 2024 15:47:00 -0800 (PST) Message-ID: <6764b074.050a0220.3313ec.7453SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 79FE06052471; Thu, 19 Dec 2024 18:47:00 -0500 (EST) Subject: |SUCCESS| pw149320-149324 [PATCH] [v2,5/5] vhost: use strlcpy instea From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241219225253.782792-6-stephen@networkplumber.org> References: <20241219225253.782792-6-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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: iol-unit-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/149324 _Testing PASS_ Submitter: Stephen Hemminger Date: Thursday, December 19 2024 22:49:55 DPDK git baseline: Repo:dpdk Branch: master CommitID:94ad302b4ebba4a5b6706a1c43ea0505e5098169 149320-149324 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#300669 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Windows Server 2022 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Fedora 39 (Clang) | PASS | +---------------------+----------------+ | Fedora 39 | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32175/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/