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 3964143D47 for ; Mon, 25 Mar 2024 12:48:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1E0BF40A72; Mon, 25 Mar 2024 12:48:31 +0100 (CET) Received: from mail-qv1-f100.google.com (mail-qv1-f100.google.com [209.85.219.100]) by mails.dpdk.org (Postfix) with ESMTP id C42434021D for ; Mon, 25 Mar 2024 12:48:15 +0100 (CET) Received: by mail-qv1-f100.google.com with SMTP id 6a1803df08f44-6962e6fbf60so43500946d6.1 for ; Mon, 25 Mar 2024 04:48:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1711367295; x=1711972095; 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=p/UnAJCjrMrKKMKKzwgKg0UDRFQdC/0C1MvAt92fGkg=; b=aYz50RZhGT9aBBF2uWAmYcfdq0b+1xphr5cg+FpBfMDHiODDDc9d00Kt5y2QzZS6jZ 79nM2JEJBzS/5FEbYtXByz5Qy9ldMutHdI6HkXvOKPa2LVCnjkC/lkRcrtr1FS1hcreS EkqzjkxLyGPKZ78OUMUUPG/KfO2SzVr91k/+8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1711367295; x=1711972095; 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=p/UnAJCjrMrKKMKKzwgKg0UDRFQdC/0C1MvAt92fGkg=; b=ApyYwgQz8l1hUGA77Qn0rDssiPVOm5mHzXfDX6oQ6EOx2mXdykadY01OAgO10W61XH 8t7gpzYKfKM+PJleoIl02X7EWrDx97J+/kssiyJWwCJXkVilKrCeYIVC2HRyx3McxKdN n5zD0oq1/ZcugyDcD2se5VZNcRyV6tHkVT46fh4xhLNmPjKtEANFNG846ShXst1/uXPt lCLOtNnQnSadYtQTkVv9rxK7osDRprJaDeRGBSXyu4zFJgng1goRfS7gWMcVd1pPld6/ qssQdG3S0BK7pVjtombmreV+cXCxOOsvL29KsXSHsDFg6Vd5y7g6eb1qXrgL/H+7GX4X vSjw== X-Gm-Message-State: AOJu0Yy1giJ8MNv9udCfRBRyR/fv7wVl7ugOG5EIaF//wpDAdlvHi3Sy sEhXkZ87W3Qyr0FQGKhYPhFk/yelYSKIs9a9SaCDsZJEkBlASI8IpdFxgchDqSpjVtlEB3XDj++ 7nLnaCrx8FZYLTADcK4Pb5+0/BuobjWAWx2lJCwQtxchgbFzoR0srD2gh X-Google-Smtp-Source: AGHT+IFQ7v3kH8zptXz2Lf8+4ZEWj8tlKBfKPIJmh4czXzGow3EUvWh/RN6lWxNfwDOLvVC7fhKCPa2/LwL0 X-Received: by 2002:ad4:5e8d:0:b0:696:80d0:a54b with SMTP id jl13-20020ad45e8d000000b0069680d0a54bmr7545804qvb.32.1711367295295; Mon, 25 Mar 2024 04:48:15 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id r6-20020a056214124600b00690b663a1c7sm526684qvv.28.2024.03.25.04.48.15 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Mar 2024 04:48:15 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 25 Mar 2024 04:48:15 -0700 (PDT) Message-ID: <6601647f.050a0220.0ce4.299cSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id EF4AC6052471; Mon, 25 Mar 2024 07:48:14 -0400 (EDT) Subject: |SUCCESS| pw138764 [PATCH] net/ixgbe: add param check when tx_queue From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240323144842.12331-1-keivinwang@126.com> References: <20240323144842.12331-1-keivinwang@126.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-compile-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/138764 _Testing PASS_ Submitter: keivinwang Date: Saturday, March 23 2024 14:48:42 DPDK git baseline: Repo:dpdk Branch: master CommitID:2c54ea7a59dfc0a819d3527309c62846fc8853af 138764 --> testing pass Test environment and result as below: +---------------------+--------------------+----------------------+-------------------+ | Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | +=====================+====================+======================+===================+ | CentOS Stream 9 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+----------------------+-------------------+ | Windows Server 2019 | PASS | PASS | SKIPPED | +---------------------+--------------------+----------------------+-------------------+ | FreeBSD 13.2 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+----------------------+-------------------+ | Windows Server 2022 | PASS | PASS | PASS | +---------------------+--------------------+----------------------+-------------------+ | Debian 11 (arm) | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+----------------------+-------------------+ | openSUSE Leap 15 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+----------------------+-------------------+ | Debian Bullseye | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+----------------------+-------------------+ | CentOS Stream 8 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+----------------------+-------------------+ | Fedora 38 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+----------------------+-------------------+ CentOS Stream 9 Kernel: 5.4.0-167-generic Compiler: gcc 11.4.1 20230605 Windows Server 2019 Kernel: 10.0.17763 Compiler: clang 14.0 and gcc 8.1.0 (MinGW) FreeBSD 13.2 Kernel: 13.2 Compiler: clang 14.0.5 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9 Debian 11 (arm) Kernel: Container Host Kernel Compiler: gcc 10.2.1 openSUSE Leap 15 Kernel: 5.4.0-167-generic Compiler: gcc 7.5.0 Debian Bullseye Kernel: 5.4.0-167-generic Compiler: gcc 10.2.1-6 CentOS Stream 8 Kernel: 5.4.0-167-generic Compiler: gcc 8.5.0 20210514 Fedora 38 Kernel: Depends on container host Compiler: gcc 13.2.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/29646/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/