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 491AD45E28 for ; Wed, 4 Dec 2024 04:40:33 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 402B940A73; Wed, 4 Dec 2024 04:40:33 +0100 (CET) Received: from mail-oo1-f98.google.com (mail-oo1-f98.google.com [209.85.161.98]) by mails.dpdk.org (Postfix) with ESMTP id A42D840261 for ; Wed, 4 Dec 2024 04:40:31 +0100 (CET) Received: by mail-oo1-f98.google.com with SMTP id 006d021491bc7-5f1e365469eso2713969eaf.3 for ; Tue, 03 Dec 2024 19:40:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733283631; x=1733888431; 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=85Apk3LhCHNMxbrjkd+QRkKEwZPrcqTdG99xm1Nlfoc=; b=g8p7orgt37oh1X5S22qpdkTCDz91SsRyJFNahrKzCGw/DRlEwxtFv2dW8Gs4RJcWVV 2oMRXSKUD/eGTcS9o44ado4/rvQXt6b3A4e7cdZjCjc+4p35l3fO3kHk5PQAZ9qteUIt 1JN3zWAHPtMZNl8gTsZPb3QVUBkDLbFGYevFU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733283631; x=1733888431; 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=85Apk3LhCHNMxbrjkd+QRkKEwZPrcqTdG99xm1Nlfoc=; b=V5rZqqa9NVKX0lJxpwAmVJIw2m2K5rrFf4J3QNLIBJluABgPcFqKOQ66sFKxrOOlsS ZRz3hto01oUdDue8Fle+cPZTAEdbgdyZNXhbsGilAnLUTRoa4jDTbk+cDymqpW8TaV6h vKfD2p93le3e6P/dxyrJhXvH5ClmrKfHnTEKByaDJNhukGA1u/mRCsQ5Hu2EDz72zL3/ P/r/AZnAGDnmufw9pRL7hckgIIaSLICxRKOEw5u/5z/FIueUyC/L5Voi999/QjtKy/h3 9TT4LP7z8ovAjt7sFdEKZ/k1PhbInNZhlIzxsinFRxZ+mfo4cDCQot+9FLJMbeCpqgoX ToVw== X-Gm-Message-State: AOJu0YzmVONh1Y3uX2VUPjIUSYH7bPSEcU32ctnEbSh5lljF/RDhFnDn J4XIsRMD97wRXCEoCjRe6wdC6d5mSXaK7+86asdjRy3v/iaR8Dan0cQOJZOM0sqNnY6wRnnlaM4 zdokzOEzgA9i09jyHmxy82C0tTiCMuSn1SBMOxNy9 X-Gm-Gg: ASbGncv4rAI+05R41OK6f1mSwq63XtaVDe3sP2LMUZIJVreap+XMeQrZsa9Op08x7pe le4wJbtkyewFmb/QX2PZJscqINAYqufPpoccdTeWZKbOPwF03ssz47OKKwDWyzc+7GctQw8n83c Q7SoF81Ul9vGYfLh7M7X8phrmEoVZHB7soljNfGnb50Zr01jCDBO1reV0urzxxCqBzHs0C/cWC1 roR7BxzQO2iua38bDx/SNlhPkLTo0sGbTM43CuKKZcIW4tKLCDy6pjGWb2+tnpDUw2jfWc= X-Google-Smtp-Source: AGHT+IHS9FbA97Ojczgcvj82eHq8eyMyCGC15Q2KJ8cwDLWKeYL5n43dIQPyGbXJVThDj6vVDe+7YGTJ7UmP X-Received: by 2002:a05:6830:378c:b0:715:4e38:a181 with SMTP id 46e09a7af769-71dad6ff8f9mr4369832a34.25.1733283630745; Tue, 03 Dec 2024 19:40:30 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 006d021491bc7-5f21a39db15sm497436eaf.9.2024.12.03.19.40.30 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Dec 2024 19:40:30 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 03 Dec 2024 19:40:30 -0800 (PST) Message-ID: <674fcf2e.050a0220.220afe.b9b0SMTPIN_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 383D16052471; Tue, 3 Dec 2024 22:40:30 -0500 (EST) Subject: |PENDING| pw149008 [PATCH] [v2] examples/l3fwd: add option to set Tx From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241204020622.977156-1-haijie1@huawei.com> References: <20241204020622.977156-1-haijie1@huawei.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-arm64-testing Test-Status: PENDING http://dpdk.org/patch/149008 _Testing pending_ Submitter: Jie Hai Date: Wednesday, December 04 2024 02:06:22 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 149008 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#297344 Test environment and result as below: +-----------------------+--------------+------------------------------+---------------------------+----------------+ | Environment | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test | +=======================+==============+==============================+===========================+================+ | Ubuntu 20.04 ARM SVE | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+--------------+------------------------------+---------------------------+----------------+ | Debian 12 (arm) | SKIPPED | PASS | PEND | PEND | +-----------------------+--------------+------------------------------+---------------------------+----------------+ | CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+------------------------------+---------------------------+----------------+ | Fedora 39 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+------------------------------+---------------------------+----------------+ | Fedora 40 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+------------------------------+---------------------------+----------------+ | RHEL9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+------------------------------+---------------------------+----------------+ | Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+------------------------------+---------------------------+----------------+ | Fedora 40 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+------------------------------+---------------------------+----------------+ | Ubuntu 22.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+------------------------------+---------------------------+----------------+ | Ubuntu 24.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+------------------------------+---------------------------+----------------+ | Fedora 39 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+------------------------------+---------------------------+----------------+ Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32077/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/