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 7C05045EEB for ; Thu, 19 Dec 2024 13:19:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 45783402A3; Thu, 19 Dec 2024 13:19:53 +0100 (CET) Received: from mail-pf1-f228.google.com (mail-pf1-f228.google.com [209.85.210.228]) by mails.dpdk.org (Postfix) with ESMTP id 66B17402A0 for ; Thu, 19 Dec 2024 13:19:52 +0100 (CET) Received: by mail-pf1-f228.google.com with SMTP id d2e1a72fcca58-728e78c4d7bso540756b3a.0 for ; Thu, 19 Dec 2024 04:19:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734610791; x=1735215591; 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=Q4QyaFYWDUi12wZ5yAcVCRoJXUnwhUDHwNBiRRbFOIs=; b=K02rx9t60kqrmp8EvAjRyO1ptVUPTTwjDLzOoMNAGlNXwfCuNgvycB6XGMgny9Pe4I Z+CtbGsiaGb757qgf8ksGy0P3EqK7OjYs8ghbMjhBQfFajYMw6bcrDH92bFRqe4Yi1ew OAFDAYCOn6Yz8/1C0KXRMCX5YZIWqztW1FOVc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734610791; x=1735215591; 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=Q4QyaFYWDUi12wZ5yAcVCRoJXUnwhUDHwNBiRRbFOIs=; b=TR3GOfibB2tC5H1Fn5CAGZ/Z6nZWytzHmLPpXCpPrZDQ2xkec8AOQJ/dJebG1pfMTJ g7/cdtXDCgjkLPj1FrrAe2f7qsRR3HDk6+/H3RZ1zwreaymIiNeYZhtgKoEuim6Ch4Kd fyrY/pSnutxEqHS/MjxH863UC8Wdbg2pfpYanaQHHRQY42X58Mf6yxQ0LCcRu/UU7smi WLHcwE+k39YWHYAyc8WaAWYGrf5AG4DmEpx5M+Ee4mSyFDHZIRllxm+58hvUemcY4C2X sgHcbEHbZ7POByNOA9bHdqbtD0W6i42qKt1Ot5I/zEO/wlVweJtRdK87NfVqC4mbYIpc Uk3Q== X-Gm-Message-State: AOJu0YxtrGONEWqqoqORnRszgtsWtbfh+bdEbKtuyhbLl2YaHpe38RYI G42MlEkamwUZASZ8HJoPjtWvaU3DoxRhI3GrYfyWkt4PLTWzKASVullhQE4VH/G0JuLXBJQavQB hopqmLkOeG5puM1bzYQ8P+aZ/weopm3mGa6x1DcWg X-Gm-Gg: ASbGnctrbrKWNPlQCGe1NeOmWyLWlpMf7/f95/zmlUk8QhQMBS0cM7EzBv/sU62ecCV 0FmDJyNT6aZRYZxz0O42x46YC3PIc8b3WF2fuxRh08vMmqsVJAwJPFsBas1FEA7CkkOh2y1oG5T yN1EZTNcZNHX1WvfK8BB3yS/YJC365Qa0i+GbMeBAekp+hVRIbs/VchkS3Dj/oWZJ+ieY4qh1kq Q8LmRzRGsgEu134pHllWXI6FIPbcmqtS7TfDde5RmVVexlTiPaOnEYpq3YQuCx7swPjmV4xV5Nb qg== X-Google-Smtp-Source: AGHT+IEncfVyBhvUM+2dHKMfnliI30cBPhUSn5llvt6NgcGjtVvabKzCepjCE1vkpPzsaaVN4s9/To+Qh76E X-Received: by 2002:a05:6a00:6103:b0:72a:b292:1e96 with SMTP id d2e1a72fcca58-72ab2921ec7mr2115287b3a.12.1734610791227; Thu, 19 Dec 2024 04:19:51 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d2e1a72fcca58-72aad9751c3sm63963b3a.24.2024.12.19.04.19.51 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Dec 2024 04:19:51 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 19 Dec 2024 04:19:51 -0800 (PST) Message-ID: <67640f67.050a0220.2e921a.41acSMTPIN_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 6B2896052471; Thu, 19 Dec 2024 07:19:50 -0500 (EST) Subject: |SUCCESS| pw149311 [PATCH] [RFC] eventdev: adapter API to configure From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241219073147.1719079-1-sthotton@marvell.com> References: <20241219073147.1719079-1-sthotton@marvell.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/149311 _Functional Testing PASS_ Submitter: Shijith Thotton Date: Thursday, December 19 2024 07:31:46 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 149311 --> functional testing pass Upstream job id: Template-DTS-Pipeline#203361 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 | +-----------------------------+--------+ Arm Ampere Altra - Ubuntu 22.04 Kernel: 5.15.83+ Compiler: gcc 11.4 NIC: Intel Corporation QAT 8970 0 Mbps Aggregate Results by Test Suite +----------------------------+--------+ | Test Suite | Result | +============================+========+ | crypto_perf_cryptodev_perf | PASS | +----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32166/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/