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 5D9C845F15 for ; Sun, 22 Dec 2024 17:32:58 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 412A240263; Sun, 22 Dec 2024 17:32:58 +0100 (CET) Received: from mail-qt1-f225.google.com (mail-qt1-f225.google.com [209.85.160.225]) by mails.dpdk.org (Postfix) with ESMTP id 5AA4C40156 for ; Sun, 22 Dec 2024 17:32:56 +0100 (CET) Received: by mail-qt1-f225.google.com with SMTP id d75a77b69052e-468f6b3a439so32637041cf.1 for ; Sun, 22 Dec 2024 08:32:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734885175; x=1735489975; 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=Y0HXDUgV81iu/GhoutkBIFrAudN5OnLVb1FjFpevrB0=; b=jBTseHmXeDk8jjewo5Cupjl1eXZddwfaVEvcDPoNiFGLDdkZ8PCPGQslh3ZiIdV1rv t9ofkdcJPSSx3ncC7RUDZdtDrXqvxkbJILwY03aVCXJwz528SdZCexa2wyvBfTxItnbz l6KPH2k+sx3Us5+2H4QYmN7FF4THXNq72XojU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734885175; x=1735489975; 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=Y0HXDUgV81iu/GhoutkBIFrAudN5OnLVb1FjFpevrB0=; b=pCNwvCv52yjIQT8UH1gZCxqRT3HgGtc1WwnDG9BDSHcqCzuQbdpIo2eKl8Pvg1P9y0 aujZlqHrrWmu7YD7YXKv0wK3G2MwDzr4SCQEmJoX/LGxrJPbgmDoB1tnt+ZQN1GPOC+P PBOuEX3n62M82tXX1RTtIPtF066FkOJS91JHQmIUrvGZflf1Zq7TOW322hq31vohXAK9 KAvW56cfQ188kULHyauiDAxqGHSHG76aRYBmdI3cFz19DX5KWpIGBvOYMrrDgVvDSLjE dqN6CYfqdoMwEniyS/4kjGS5HFY0T73+WsUVutAo0TFskmjerwj9ELBNAgc4m+Aa5vk/ xWtg== X-Gm-Message-State: AOJu0Yx7pnuS2+4IMsHwSsLSVefNpmJVwl50Pp/YYcvPXUYPSorS6zHd priCJ69mXH7LLhEl+W6thuyJwYjU5zccWS6q57jC2lSritKOJkevgJ1LiYhNIRtzNCxctRzJnY/ iMNzXvDwiSnYNfOp+2kd0kOBuceUqBwM3ND9lHKuA X-Gm-Gg: ASbGnct/FaAykjEKSpmdqmBci9cw9/xYcasnSz9QmzGh8U/2sByO1U1KBrWnI1C8oQX 6bCLsoNB1boEhI4rcRa4vWBS6gXyBJpHruh59gk2C9QXz39KVykdbaJKb3edxNOPJ3Y92OQGBkg sEM3WAluPMTTFz+wspMAo78icV8yUC65spL+2U8gLCw5TITknC0t+LnaPbGIeOrqjhvG5ngDBh4 /Rvs5oDiynvbTUtA9UYlSO2Rn/sY2SdzeqjT2fS1bY75pCi+UpBK/7pimvWJiZ5ynaJVMnANOAW GQ== X-Google-Smtp-Source: AGHT+IF/tP8VtU8cPXa4T7ZySAfoUV/E5Ab0d5UcIPWWJaIs1xkOB4+lG83vxGANlfMphnnO9dv/7BwuHp0C X-Received: by 2002:a05:6214:c64:b0:6d8:aa14:f5b8 with SMTP id 6a1803df08f44-6dd233b6e4emr161356466d6.40.1734885175634; Sun, 22 Dec 2024 08:32:55 -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-6dd18113428sm3634406d6.35.2024.12.22.08.32.55 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Dec 2024 08:32:55 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 22 Dec 2024 08:32:55 -0800 (PST) Message-ID: <67683f37.050a0220.38fb3e.df2aSMTPIN_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 4AF1C6052471; Sun, 22 Dec 2024 11:32:55 -0500 (EST) Subject: |SUCCESS| pw149381 [PATCH] [RFC] ethdev: add new API for enable/disa From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241222153819.62519-1-shperetz@nvidia.com> References: <20241222153819.62519-1-shperetz@nvidia.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/149381 _Functional Testing PASS_ Submitter: Shani Peretz Date: Sunday, December 22 2024 15:38:19 DPDK git baseline: Repo:dpdk Branch: master CommitID:94ad302b4ebba4a5b6706a1c43ea0505e5098169 149381 --> functional testing pass Upstream job id: Template-DTS-Pipeline#203821 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/32189/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/