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 C44C2457DA for ; Thu, 15 Aug 2024 19:24:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BCB1042DC5; Thu, 15 Aug 2024 19:24:46 +0200 (CEST) Received: from mail-oo1-f98.google.com (mail-oo1-f98.google.com [209.85.161.98]) by mails.dpdk.org (Postfix) with ESMTP id 8EC1642D76 for ; Thu, 15 Aug 2024 19:24:39 +0200 (CEST) Received: by mail-oo1-f98.google.com with SMTP id 006d021491bc7-5d5f9d68805so707515eaf.3 for ; Thu, 15 Aug 2024 10:24:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1723742678; x=1724347478; 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=DCayIwUlV+TJWzcAiq+Z6HQLBIuXWGGG3p0vcsep7Hg=; b=hW4+88bj/Wug1XFHztwQWGol+1o30PjnZ+t3XH3XzrmSiq7tKhGrSlJMRAkuyhK2z5 mF9Ln4mUG8b9mjlAHrCPj0hK8Ys6Zk7Sn7HAFJlN4TEHvrucqpzXz4WQBG6k4I6D/ffI I+0HSCFkiw4W7KhOVBCkA60xg1GYXAdpPBH1Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723742678; x=1724347478; 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=DCayIwUlV+TJWzcAiq+Z6HQLBIuXWGGG3p0vcsep7Hg=; b=ijwPq22dOJbkTxEX1k5lxWt7y3w5a3m+gy3W+8cdiFe2bJhKMHxvpDEM8/qlGaYkh4 WRI/8BZFfzZhd3dTaIGg/ZIETNzpuZK8gmogwQyQk+U51abaYpKtlKwjy+z/tXxGGg8H 6ulFrPv/W4qPtze9ijVIY05UcYKy8TX4Yeo5DIQOZZ8Fjxqs0EtLHiLZJJKz7QwlhKMb E7rNg+kcbEisHS++juCG0ha9XxJLKrr3HhfwFHK95h7c5TPuuRTc3x5vfIk/wdJQWSpk WTSiUNZrtZTUcngY011NkwYd80WgtifI8uI/Jt7U53yWsMWRMx9+ftCHWxy55jyELTxA MjyQ== X-Gm-Message-State: AOJu0YyrVWFEUHH5xsmscEI7GEEZHM4w7uB/33P8AyOzP374tXBGnX6u X2fvRopjFVs1XdIDHVcYJmRnasbr7kdsMwSezcE7Foa3bAlaEVJwr/oVT4oAocWsxSNeQZzI9lV kpZXlJwcj//1a/L6V/2S8EgWshgLGyKPyPRFY9PGna053DZnC4I6TMcuW X-Google-Smtp-Source: AGHT+IHUGjjqcOGdAqrnnb6di/9Ibr4ypXlq5Y1drfHrRBw1O35ZrGejH1wI6NdbZk+OENeyGJS1XWTVGuNp X-Received: by 2002:a05:6871:430c:b0:261:164d:685e with SMTP id 586e51a60fabf-2701c5ed5d4mr194098fac.43.1723742678645; Thu, 15 Aug 2024 10:24:38 -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 586e51a60fabf-27015c40a5asm64402fac.27.2024.08.15.10.24.38 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Aug 2024 10:24:38 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 15 Aug 2024 10:24:38 -0700 (PDT) Message-ID: <66be39d6.050a0220.151b82.3292SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 1EBB4605C351; Thu, 15 Aug 2024 13:24:38 -0400 (EDT) Subject: |PENDING| pw143192 [PATCH] net/af_packet: add explicit flush for Tx From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240815115653.603552-1-vignesh.purushotham.srinivas@ericsson.com> References: <20240815115653.603552-1-vignesh.purushotham.srinivas@ericsson.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/143192 _Testing pending_ Submitter: Vignesh Purushotham Srinivas Date: Thursday, August 15 2024 11:56:53 DPDK git baseline: Repo:dpdk Branch: master CommitID:e0f7ebe88ab4588dd352e9ec14270ce4e3b1470b 143192 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#252703 Test environment and result as below: +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | +=============================+================+==============+===========================+==============================+ | CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Debian 11 (Buster) (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Debian 12 (arm) | PASS | SKIPPED | PASS | PASS | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 38 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 39 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | RHEL9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.4.1 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Debian 12 (arm) Kernel: Container Host Kernel Compiler: gcc 12.2.0 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 38 (ARM Clang) Kernel: Depends on container host Compiler: clang 16.0.6 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.1.1 32-bit Ubuntu 20.04.4 (ARM) Kernel: 5.4.0-155-generic aarch64 Compiler: gcc 9.4 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 Ubuntu 22.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.4.0 Ubuntu 24.04 (ARM) Kernel: 5.4.0-167-generic Compiler: gcc 13.2.0 Ubuntu 20.04 ARM SVE Kernel: 5.4.0-167-generic Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/30797/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/