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 8C8FA46100 for ; Thu, 23 Jan 2025 18:15:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 71D5E40B8D; Thu, 23 Jan 2025 18:15:39 +0100 (CET) Received: from mail-qk1-f226.google.com (mail-qk1-f226.google.com [209.85.222.226]) by mails.dpdk.org (Postfix) with ESMTP id 5C81F40261 for ; Thu, 23 Jan 2025 18:15:37 +0100 (CET) Received: by mail-qk1-f226.google.com with SMTP id af79cd13be357-7b6f1be1daeso113918785a.0 for ; Thu, 23 Jan 2025 09:15:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737652536; x=1738257336; 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=v+U6Yye+NuIjFeHetWZAkupedFf5IKoCTXnfkpq4UEE=; b=g6Kan7ATe27nUHJcwUG9/l9yTd33CbWxrfj5dTR9W35EFzaCU3hSspBSx5tGpzbVNs UYp0vGiRCw08cTJ9yadiC31UszlTB7SMLcc6rcIrg8rtSW+furPRgIe41vkRLS+wnvfY EwJIAbInAWiq/q6inecE/eyl9Y2SDqABhYwHA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737652536; x=1738257336; 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=v+U6Yye+NuIjFeHetWZAkupedFf5IKoCTXnfkpq4UEE=; b=EeFbWa5fbPivrocE4XhER5qyNpMm3Vic5p7yrB5DgUAdUxk19PIBY9Cbz6VCb4Cupf tLq74MJOr7XPqTeCsdhkw6dVl11gl/XQvbZFArY5OJVuEGpTrv72YHHt9aapkNlOK279 zhGwbFf1g+n8pgBRdQlgaha/TQwrdClyjnHbwr2UE3ex7J+P5LVMl3X/BkB8LAfw6waQ f32Z5n2mAQzyBWt+3l9LhqHvECHkod6hiHy0+vpfhu+DOPVhtwQMRdsQFGVimQAAfVvp Fdwbfjbnr8LRUHQpELBpontjY9Lpbz5J56MYGwGrk3AeSHmbNdhIDG8ySWlBWFA1zk5a jzWg== X-Gm-Message-State: AOJu0YzqDLfG9g8ldVVOGSrcP5MeIAOs5SNIuNUz2n45mBzTT5pzcRCi wWTjIkj5bDBfr3yqNqYgsDYEXu+xyC6ZvpxymtF+R0EonYXh5XspyBqvn6G6uTftfbDYRxFxJRr zzxtr625ilMNaCLDEpgToDSb+MENloTdlTR4dKK0W X-Gm-Gg: ASbGnctDa6JUD37clDW4zy5qthsht+ZqfvHGEUdu6G0OdQaYxV63/G1s28bsGqKU+3c 7bNakZzg535+qZPlJAHZGljgTUQVAACAObERR13oxpS3KoZRW0Td8ZuuUqSwoXEBkjAK++YxX+C Qh0rJsQWO6h/zJjsnnFKVvPhAAWDsZ7yq8JjwCJ5y/0a4d9sxSEbQc2IlTTw/1Ef8f023M5sZ9d dabNxLho5TDHkDnabQIdE0DeHLU8BPLsjscPc8vgDVMNTerKZrxEPJMh2zcTyXf97UpwbF5MNQi yJ8E1s49CbY9Zu6LyX0= X-Google-Smtp-Source: AGHT+IEea+iWvzhjRe7v8RClD7QrdOegbIHDgDbq1iXE6YOHswehINRWxBgySTBnjPZ+C3g/28URofra1pmU X-Received: by 2002:a05:620a:29c4:b0:7b6:dd7a:9716 with SMTP id af79cd13be357-7be631e5237mr3830460085a.10.1737652536696; Thu, 23 Jan 2025 09:15:36 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id af79cd13be357-7be9ae79106sm285085a.2.2025.01.23.09.15.36 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Jan 2025 09:15:36 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 23 Jan 2025 09:15:36 -0800 (PST) Message-ID: <67927938.050a0220.37afdd.0285SMTPIN_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 65DB46052471; Thu, 23 Jan 2025 12:15:36 -0500 (EST) Subject: |SUCCESS| pw150410-150424 [PATCH] [v3,15/15] sched: add allocation f From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250123163003.23394-16-stephen@networkplumber.org> References: <20250123163003.23394-16-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/150424 _Functional Testing PASS_ Submitter: Stephen Hemminger Date: Thursday, January 23 2025 16:28:15 DPDK git baseline: Repo:dpdk Branch: master CommitID:5b856206c74bbcf19e12cafa15382a7e15b0a1b5 150410-150424 --> functional testing pass Upstream job id: Template-DTS-Pipeline#208669 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/32402/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/