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 97914463E8 for ; Wed, 12 Mar 2025 12:41:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8D499402CE; Wed, 12 Mar 2025 12:41:24 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id EA43040265 for ; Wed, 12 Mar 2025 12:41:23 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-2255003f4c6so72226075ad.0 for ; Wed, 12 Mar 2025 04:41:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1741779683; x=1742384483; 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=VZllz7/xsoVQFysz58Ot9FtQxiuLoeXukDUqlgHfwSU=; b=f/9l9abLREMn3GzDe+rbFzYZ3jQXFouBMvkhnLZuIOrR6a/deD2zrlZondb1kkxdnI tl47NU+git61Y3l3geZoRZCc3CvDm9tvrHZhqv3qodVyxZQGzKgQEom+/dd00zRdFFN7 NTe3KaeKvpYFlgsv6RSKE185y++9u3YfSaanU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1741779683; x=1742384483; 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=VZllz7/xsoVQFysz58Ot9FtQxiuLoeXukDUqlgHfwSU=; b=YTQQKwmyemDGQqi74dFyfLiBiT5vz2gZqISlOlbn87B58vUoEdpTPR5vDGcHursz16 4Cboa7QUP0vVSySporHF3RlG3sa/1M0uyrf+LnCEtL6F06erCaTvRGFqg6WZfT1xbtxS yYPZ5guaaYqlCRVGQTUA4hzsqHmA22tRQnclAdWaxhwxoRVYIShx5OfuFyvaYa2lOk2x x0J6lexv2Zu3JztCcaKuvOEWWblNzHa8V/fkagitx85DTG6fDq2QH3Y/fe4iQxF6bhWb GxxKaiMrbBW9P9JbSaN3V9/PagiZXwk11wvHH8p7mPlgW7eteSMs7LooZCNJJ+JuUyZZ dn7g== X-Gm-Message-State: AOJu0Yzl2yPTcjQguiXbikLBCt5uXbPLsVJPH1cwtAwdm6CiaaLbN6cq GNXBvHWO0U499u3HeUm3Vwkqotq06kHg3z4TdHjOHJv0JS7psAu7kfN9lBo9DYuR5KK9B+u0VDF cFPzMYOstG/PRmsEOtGWgqIHCCgIerClTHFQkFSv4 X-Gm-Gg: ASbGnctMyvVBPOnh9wGUULR+S/oQDT+kvL4jwRzLoFwyXJfN7imIap3opDMCyO/YyMa 9dyAw4uz8g9pj3XbtoohFaDKOuot0RmGpWnjod/dOtCfE6ggol08RFhq8UKnBrHoRNhEPW7a983 E6OP6GU6dEjkvLMSlMZSseHbW4LHfn7ABmqdEI0VIWiQQlRKs18kFC8lgntwE5W7Oq6IHCV4jOU fnzh5ghsg1lY69gTACjNPioA3svUV+jdfCpZbfhZqxyAPXbYPKOwdEc2ZQizXza3nSoWXXkUMEA M7pbS1V0dde9JRwsoLXf66yW0PznibDZhdfVNc/z X-Google-Smtp-Source: AGHT+IGMyew8iyepPxBY7/lmrj4a2/W76/MKhAn6KywF1ulTzqqD+EjrkHE6vwt+YC9CeT9PASFtA2pmj+tW X-Received: by 2002:a17:902:e887:b0:224:1579:5e8e with SMTP id d9443c01a7336-22592e219afmr109755915ad.1.1741779683016; Wed, 12 Mar 2025 04:41:23 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-22410acee8fsm7883145ad.106.2025.03.12.04.41.22 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 12 Mar 2025 04:41:23 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 12 Mar 2025 04:41:23 -0700 (PDT) Message-ID: <67d172e3.170a0220.2512cc.4434SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 355156052471; Wed, 12 Mar 2025 07:41:20 -0400 (EDT) Subject: |SUCCESS| pw152343 [PATCH] net/mlx5: fix NAT64 register selection From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250312095108.105978-1-dsosnowski@nvidia.com> References: <20250312095108.105978-1-dsosnowski@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/152343 _Functional Testing PASS_ Submitter: Dariusz Sosnowski Date: Wednesday, March 12 2025 09:51:08 DPDK git baseline: Repo:dpdk Branch: master CommitID:6a2610c2f4b8ad7b3cec850bad14c4af8840654f 152343 --> functional testing pass Upstream job id: Template-DTS-Pipeline#217413 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 22.04 Kernel: 5.15.0-131-generic Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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 | +-----------------------------+--------+ Ubuntu 24.04 LTS Kernel: 6.8.0-44-generic Compiler: gcc 13.2.0 NIC: Intel Corporation Ethernet Controller XL710 for 40GbE QSFP+ 40 Mbps Aggregate Results by Test Suite +------------+--------+ | Test Suite | Result | +============+========+ | mac_filter | 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/32805/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/