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 5FE1145EF1 for ; Fri, 20 Dec 2024 02:22:07 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5258C40267; Fri, 20 Dec 2024 02:22:07 +0100 (CET) Received: from mail-qk1-f225.google.com (mail-qk1-f225.google.com [209.85.222.225]) by mails.dpdk.org (Postfix) with ESMTP id 06E4940144 for ; Fri, 20 Dec 2024 02:22:06 +0100 (CET) Received: by mail-qk1-f225.google.com with SMTP id af79cd13be357-7b6ff72ba5aso95011085a.1 for ; Thu, 19 Dec 2024 17:22:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734657725; x=1735262525; 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=VLsyTXISEs7/FYD1qnxg8oXIs/Pe2JElyzwsOY63nEQ=; b=fJWfyz4Nw2+WVQJ2zZP8iIw6V0lLIs+NjFoWz4xUnXlC+6AwMYj1hCvE1PwniWpEn8 xqTPhdXmfvIB1XntvAni8R2iKugdzpREhmcLmDtbA7cYARmLtLHDTvPqzrahqJGAcU01 bDo8VS3Jh7WflETiew3YA8biaCqsKOOv95qrg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734657725; x=1735262525; 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=VLsyTXISEs7/FYD1qnxg8oXIs/Pe2JElyzwsOY63nEQ=; b=Qtw3+BAy00ipiMoPRiO1VG8ydJYUrxnp49QHvh5w3RYHuqn7WmR3Eowx/bRc8b41yv wuNVHp9ZAgFnXDAGrfgA0mB6y7kcwr+g4Ghs3ohX3y4wNUXC4UJpp48RcnehXFuHgtbz A/5xqA//tSTp9R5bRqgQj1bdARXYBMOJ299hUyF8NFL5eQj0f7RHyCXttp9TDNk2UetI CBdWNz/ctP5NzZ2kTRqReGKq6zEPA8Neg2XlZZ0uXmq+iPxWr3lNfW5tHQtbfUUdvS6V ZHfoQmEWQVYQrwY4OkIjyBbJqeDEL3rd9+baQpTBhVQHR1Cf4DPXMgL4G+Z5dWW6kPg7 2LIw== X-Gm-Message-State: AOJu0YzeuwV2mdOHIyd+QlPMjnazp79JC97b2ozsMhTbMx1CW2kMf5fa MLVf6YbQFlJp3fxPwotDfvsbmlVeHrUc9F0B4tU9VlqkVzZLqu2mLWiPtHfIzdxkdYib+SzVopD ufAS7WWyGodaHfgKvqwikgt5UNjpNxRYv8ubEq4CT X-Gm-Gg: ASbGncuyxeZx3zqzPe8Bf/1qa/bA//10WbAn+UdPzos+RsEqt0AZxV4G+rD5Vyk5Zho Ia9U06VgEm0bZxcN6ep64TR7PvTIR/e2+SwQk1IM1mFj6zRzgznzbM1F5nbyY7cHS3ZnyEyT3jv Npsq4BX2d/r+pZoalo/QurUKDM3uOh31EGVWlqv1sAShRmC971SYzIDEFjNCDDEE0C16OQUBWkg y94H1xxNB2H1NO+4waW7uQ7hJxhLbP6BBWybTi96p9EbAVs76KtNI0lC/824dZEzw2YAZX67neU pQ== X-Google-Smtp-Source: AGHT+IGwF07+KFGlnzjeijE8br5ugBwrUrdpxb55wiAq2qa8CEewRlqLFFnvQl8v3d4aE4tELG/+mSAtpOsu X-Received: by 2002:a05:6214:767:b0:6d8:96a6:ec22 with SMTP id 6a1803df08f44-6dd2335741dmr21424496d6.23.1734657725420; Thu, 19 Dec 2024 17:22:05 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6dd181a36d3sm1266156d6.54.2024.12.19.17.22.05 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Dec 2024 17:22:05 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 19 Dec 2024 17:22:05 -0800 (PST) Message-ID: <6764c6bd.050a0220.14c7fd.939fSMTPIN_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 29D8E6052471; Thu, 19 Dec 2024 20:22:05 -0500 (EST) Subject: |SUCCESS| pw149325 [PATCH] pdump: clear statistics when enabled From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241219235853.854132-1-stephen@networkplumber.org> References: <20241219235853.854132-1-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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/149325 _Functional Testing PASS_ Submitter: Stephen Hemminger Date: Thursday, December 19 2024 23:58:53 DPDK git baseline: Repo:dpdk Branch: master CommitID:07604f264417959d76aa9fcb8cb0c3665f62f0d3 149325 --> functional testing pass Upstream job id: Template-DTS-Pipeline#203452 Test environment and result as below: 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 Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32176/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/