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 5EC3342FBB for ; Thu, 3 Aug 2023 02:49:16 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3DCB6406B8; Thu, 3 Aug 2023 02:49:16 +0200 (CEST) Received: from mail-yw1-f227.google.com (mail-yw1-f227.google.com [209.85.128.227]) by mails.dpdk.org (Postfix) with ESMTP id 14D83406B8 for ; Thu, 3 Aug 2023 02:49:15 +0200 (CEST) Received: by mail-yw1-f227.google.com with SMTP id 00721157ae682-577ddda6ab1so6812837b3.0 for ; Wed, 02 Aug 2023 17:49:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1691023754; x=1691628554; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=+fg/TMqX84Gcz9WW/7fHAaVnn9AQtyTaEt7iTZfYbtQ=; b=W60TFOjFO94CzpTIma76y5dbWX3llB/Yba83N2lCDKGjK3llqjYx8KYGsmsTzhVolG UnpvBvuroQH8jUXB1giIQG1u/sEIh9xWgQeJmoyH/u7gVnGo15G470mgMn5tvckv0RK9 D5qMn9R9MgZmtJ2iBPzcABT3a8GHpR79ay118= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691023754; x=1691628554; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=+fg/TMqX84Gcz9WW/7fHAaVnn9AQtyTaEt7iTZfYbtQ=; b=h/ZqvsA/c3ZHNUT3CohsLbuMLA63fTvXavTrXouhYd1K8E51CPTLxvrijtJLdX489P OwxiQX0dr5vXn3wgGUAVnClmnQpE9MCFN0j3AfuNhjYhXxr7AP8SEVmpZO06BvUeNWy+ OMd+40gEWYsoiXjA/foospzyDopjl08w+Sc7riCY422mx5Yjfb4X3S+P9KBda38xZvic ArSeCJA8OSu91q/ZVlwQjmPdeBzKDByxn3VxZDhN2crnL9EostpHDmDQowQtlo8aTxDs d2wF5GjCddKI4wQH/gQBxJ7XY8qD0qKU5iPgoSf7BBNZHyhZNzCD32ii1Kc5NDDXeTNy L6aw== X-Gm-Message-State: ABy/qLYCA8MTXtNrWghYzkcjT4itpE4fnJNQAjZgEYWiHGydmOQHiSZh hmWo7DhuzUkBJJHFd1ZQFnbgDNinSXTzZJvplOe6y8REsfvj+E2KlrujkQ== X-Google-Smtp-Source: APBJJlHdg//WzOnLQhoHX7SO2/GIknkps2sLYVPr0miTvKC5ESdpS3L0jxa6hjpkEb02BVPjIusCryVtYtrA X-Received: by 2002:a0d:dd15:0:b0:56c:f0c7:7d72 with SMTP id g21-20020a0ddd15000000b0056cf0c77d72mr19372167ywe.4.1691023754396; Wed, 02 Aug 2023 17:49:14 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id i184-20020a0ddfc1000000b00577113801d0sm1623407ywe.10.2023.08.02.17.49.14 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Aug 2023 17:49:14 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 02 Aug 2023 17:49:14 -0700 (PDT) Message-ID: <64caf98a.0d0a0220.ba17e.63f4SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.3] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 025E36052471; Wed, 2 Aug 2023 20:49:13 -0400 (EDT) Subject: |SUCCESS| pw129837 [PATCH] telemetry: avoid truncation of strlcpy re 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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/129837 _Functional Testing PASS_ Submitter: Tyler Retzlaff Date: Wednesday, August 02 2023 21:21:01 DPDK git baseline: Repo:dpdk Branch: master CommitID:0ae35eceb9e4569b0814fcf671b4455301bb7518 129837 --> functional testing pass Test environment and result as below: Ubuntu 20.04 ARM Kernel: 4.15.0-132-generic Compiler: gcc 7.5 NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/2 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27219/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/