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 D3E9D4605D for ; Fri, 17 Jan 2025 23:39:18 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CBF6440298; Fri, 17 Jan 2025 23:39:18 +0100 (CET) Received: from mail-il1-f225.google.com (mail-il1-f225.google.com [209.85.166.225]) by mails.dpdk.org (Postfix) with ESMTP id EE5BB4003C for ; Fri, 17 Jan 2025 23:39:17 +0100 (CET) Received: by mail-il1-f225.google.com with SMTP id e9e14a558f8ab-3cdce23f3e7so20741245ab.0 for ; Fri, 17 Jan 2025 14:39:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737153557; x=1737758357; 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=i5m2vfJ/EiKS6Y7sD1WRIxId21uTTtBrE+7XK9XZos4=; b=RoVSM179YsWbVzCBYGwuFt1341X2wfTYIGsPzDOEPWMTQPjbA9YVNfW10MAHoVHDvd JuZxVSQOVS3L1ya6yeMEv2hvDvDdK17CvRORuf6pOrMKp0fMyv9uHO++m3vwCKucisn+ ksbNVp4WxINBSIxV4uCOM5REA4U7cg27FquaY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737153557; x=1737758357; 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=i5m2vfJ/EiKS6Y7sD1WRIxId21uTTtBrE+7XK9XZos4=; b=a64RK+X+21YZpxX4/YC7+XLTDtSDu8VUnqK65QUZj9x2SqZDIZ0EhmGdu5qTmy4+XA P5/w1/BpQNDhzgsYGQPdDNcc/79ERfUkkKyyNQmRoBDn7JHHMNiWhNsj+IKr4xx53QRr M31lmwPgpDRzrV86i1R+8izi0juArqun8USCfGcqeS7V284BVaqyaSvZvgMmM/puLTDk QiPhHWW6Vis71MW7JDq23xzN/iqRKeZu75HopaADv3AvYiuUlVEtgWWgMi0U0D32LdlW YaYrxQURJgDytX+degDZEKryg35LaMOP3Af552+6ti4m9hU6yS1Z7T5VO88yCsdg8uun kwGQ== X-Gm-Message-State: AOJu0YwGuRtfhEGSZ+oV4OvzasgjegtPTg9Pr1i/imytqGhRX61rfiRh il2+aYIfsL0oZ+iMqSh9SKjihFDomN0sFIU/7B6lIUbbAXZbM+SXvoTU/IwvmcKNFsFJc6tgKFJ lZh/rf33XZ/P05C3gvITJwzB6G5j9Sb7JKW/lPBmQ X-Gm-Gg: ASbGncsY5/hSQWjWI6xO0DdZZG8E5L1KI5wvPrx2MssvqndC21KrrhUrdInebEddkXd AC+qeKqcmHsmXwjEw0iH2uoFJz4JSgE2vktIWL0i4bQq4/9EK6NmFZEJAvlJ4h8Hhj2fmowhoa9 cfIygRebm+JTQItTc4Rbl+eSUBJw4Wr8rO7eJ/GcWOtyMiBIeUs9Vtv0y9ICFMpWaSresrJpPJj ZWhFNmaEGCJuMK9ViIrHXYYSVH+x9tV077YQ/cjzLqgeNHk4Z8DExejW6WbqWu/bcgmWFXQlW1z cYlsbA== X-Google-Smtp-Source: AGHT+IFi+2HIBytZ9cRKnzptr1N8SkGP6GS5AIjosjsN2Z18hQVxbA6oFz9WvRTEMVW8TDGsSU7+QrJx9sCz X-Received: by 2002:a05:6e02:23c3:b0:3a7:9347:544c with SMTP id e9e14a558f8ab-3cf743ba928mr37869255ab.5.1737153557235; Fri, 17 Jan 2025 14:39:17 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3cf71ac0f78sm1861095ab.31.2025.01.17.14.39.17 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jan 2025 14:39:17 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 17 Jan 2025 14:39:17 -0800 (PST) Message-ID: <678adc15.050a0220.19b892.dae6SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id B196F6052471; Fri, 17 Jan 2025 17:39:16 -0500 (EST) Subject: |SUCCESS| pw150203 [PATCH] drivers/net: fix indication of allocation From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1737147093-11172-1-git-send-email-andremue@linux.microsoft.com> References: <1737147093-11172-1-git-send-email-andremue@linux.microsoft.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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/150203 _Functional Testing PASS_ Submitter: Andre Muezerie Date: Friday, January 17 2025 20:51:33 DPDK git baseline: Repo:dpdk Branch: master CommitID:06e2856620a70000b2a28f0ea715fc247b85fd8d 150203 --> functional testing pass Upstream job id: Template-DTS-Pipeline#207628 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 | +-----------------------------+--------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 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/32363/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/