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 A620D45F15 for ; Sun, 22 Dec 2024 17:55:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F56540263; Sun, 22 Dec 2024 17:55:31 +0100 (CET) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id 7521B40156 for ; Sun, 22 Dec 2024 17:55:30 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-844d555491eso132212239f.0 for ; Sun, 22 Dec 2024 08:55:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734886529; x=1735491329; 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=nEi8OOXokfc2g2zyEHQOp4Kc0Ezu96eqhkoiX0T2X5A=; b=gcKNk2oBqLTgXrWEBEh0vYClEY456gkDnbMr56jrX1sFVN+kbfCkWOnHh0jJZBHyUE 4GP+Sw58uLXpEvv+KmU24QRaqPIVbN/q3arXOFafd6Izknw6CVXkXNmhFxBUWqruzv53 dH/1hrieyfQMB8uesCk7iSq3lHqixSArMpWC4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734886529; x=1735491329; 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=nEi8OOXokfc2g2zyEHQOp4Kc0Ezu96eqhkoiX0T2X5A=; b=l9lKqVbIVYrpMRB+TNchTTJJejERXZ5eD7NKjAc+3d72TMP9XWtFqXk2jB4Zb1mzAD OKLLIeNDyl9O/k/bW5sF3rQoYcO97ItCMkroVz3FacR1ec7BXoitZshGxam1VoeCbzVq EG3Zaran3bb+vtjyDuxfHIFrnAnRExq08YnCEAimdidkYT2nbOM5bHmiut6bR5XFxHxd 6L1sgI4bQ0iCQxYPsdNcxBoX/hvRPi7uuZbHEYhReu/S8sYCrFRC2Lano7ZGLxflispt oHXB7wX68HlsdVMDykb7K9rFLjnw4CqannTo3x/4cdifMofTROtCoWO9KXEBAh/krRkT G+nA== X-Gm-Message-State: AOJu0Yz7XwjQMZVY+6VYMiuqw7rrHxBKKgMQgfyPqYFEqrxHEwurGRVU 03lzbpAUzhvVPTtyTuZrIHeffAC7tRdgCASTL03j5CiQlTSTlagVuTKaKuldTDwMbIlGBXtLTRf eECrrmraewQFmzrgw0x0P/S+NL8AHKPiqc7/1QxLo X-Gm-Gg: ASbGncvoOCsPcWqoYYFiwfp6dYb0Eu5vRlBLMG1wCSC6BlsfW/hMZDuOyoj18A91aBt YSYLEl6/kJNd+EThm1CAemZwMcOO1h6OkMTW3kzoK8Grbewvowppnr+KbkqaioHeJ97e86qFoO2 K8tYd9cxa1mDl0nzPgTKqgrdnlhxTk8lCOeAzSYdr8NZGlAp5FabT9/PtZ2GfHo7jG5HpCl9AwR ys5/NiBDGP+Q/S9+MowqGv9x9ymVL0ESftlgyP8uadhnyokAX/pdrag2PiAU0GNujCgIhB0qD4N 0Q== X-Google-Smtp-Source: AGHT+IH/3GIfrqt2zj5BdjFd3Qg4hz4c4hj92QbWrI1U1mXYvimDHQLQPbOiXQISZSPLRSNkmGrWV2eBUuJ7 X-Received: by 2002:a05:6e02:20eb:b0:3a7:81dd:d0ad with SMTP id e9e14a558f8ab-3c2d2568d69mr76380735ab.7.1734886529551; Sun, 22 Dec 2024 08:55:29 -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-3c0e6781703sm4039865ab.68.2024.12.22.08.55.29 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Dec 2024 08:55:29 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 22 Dec 2024 08:55:29 -0800 (PST) Message-ID: <67684481.050a0220.347598.0f02SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 0849D6052471; Sun, 22 Dec 2024 11:55:29 -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-unit-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/149381 _Testing PASS_ Submitter: Shani Peretz Date: Sunday, December 22 2024 15:38:19 DPDK git baseline: Repo:dpdk Branch: master CommitID:94ad302b4ebba4a5b6706a1c43ea0505e5098169 149381 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#301202 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Debian Bullseye | PASS | +---------------------+----------------+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | Fedora 39 | PASS | +---------------------+----------------+ | Fedora 39 (Clang) | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 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/