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 1724D457D8 for ; Thu, 15 Aug 2024 18:37:10 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1972542D76; Thu, 15 Aug 2024 18:37:10 +0200 (CEST) Received: from mail-oo1-f100.google.com (mail-oo1-f100.google.com [209.85.161.100]) by mails.dpdk.org (Postfix) with ESMTP id 0E2F8427E9 for ; Thu, 15 Aug 2024 18:37:09 +0200 (CEST) Received: by mail-oo1-f100.google.com with SMTP id 006d021491bc7-5d5b986a806so1196503eaf.1 for ; Thu, 15 Aug 2024 09:37:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1723739828; x=1724344628; 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=USUuHuQNfwZBZNXXvP4V5RO8N7vHkSNF4gb39j4BkvI=; b=agzlctV/66lUm5Pzk0Q5xbyCYQimjrLTayuoa00Orlm2+QxnUUvEgm354hgWc0sJrl Hw0AQrdSqC/kr6d0OM0O9a82Qsc1y/nDNnIQmAQTw47qhMGtvCTboKyFZHHE7MDZInyB JUqcSdL0sIgp+ZO9r09T3PLocib4ggzMij9gk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723739828; x=1724344628; 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=USUuHuQNfwZBZNXXvP4V5RO8N7vHkSNF4gb39j4BkvI=; b=TgdCjY8Yn9je+zTF4w1iWIW5IfJOVQQaLA5IEGWLClNJNe+s0D3oNhYJ3j8XFxEs3u t31hOu052TrKN7bqbNFHE1MRBfhQ/1W5pz7/yqsbNBnPZzXCaepLYcr9acbVEBhK80ju i0r8lCcHbOTQyocmBkqj3LlwTymORgIDWxZzV8XHZ7qhI23WwF8aRKBb7lKZC/2De89D T6bK7RAJJ0gIhl9QWyl1LNUlz2eSSRSf82N4Kqu0B675D3NHFn/b7Mq8hhy61HFd27VA Sb74gjeRU0z3QBXJ0m61cVgEU4SpKVSRtYak2HHkNR6tZRy59FInItZIOMrepkn2IK8m bx+g== X-Gm-Message-State: AOJu0YwOWxWV/WMeSLsjvU1JIswmGPgTp8v19vk2Muokso2IWz5TSnXh 9r8BGEn3o8AdXy3jYM9X7vH+TZn7Jaq5RsXkp3TvYc+gIb1BQxe1cE5C6rRGVRvsaClgYclB4R/ 9kkokfkewhHPbainzmsbErEa7aT0wb3nO8Cou96kkNSCbjJi7V1NqMiKE X-Google-Smtp-Source: AGHT+IEz1i+cxzKiLuRWY9aPKDMH3pF57cYEQPYFH9XH1yZxhQDwAbpCO5FQgThdklOUcfNNfzwnS6KXXv07 X-Received: by 2002:a05:6870:bb1b:b0:268:282b:bdec with SMTP id 586e51a60fabf-26fff445fbbmr1525991fac.8.1723739828133; Thu, 15 Aug 2024 09:37:08 -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-27004486ce9sm140925fac.17.2024.08.15.09.37.08 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Aug 2024 09:37:08 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 15 Aug 2024 09:37:08 -0700 (PDT) Message-ID: <66be2eb4.050a0220.3cdc57.5ec3SMTPIN_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 BB78D605C351; Thu, 15 Aug 2024 12:37:07 -0400 (EDT) Subject: |SUCCESS| 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-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/143192 _Testing PASS_ Submitter: Vignesh Purushotham Srinivas Date: Thursday, August 15 2024 11:56:53 DPDK git baseline: Repo:dpdk Branch: master CommitID:e0f7ebe88ab4588dd352e9ec14270ce4e3b1470b 143192 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#252687 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Debian Bullseye | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 37 | PASS | +---------------------+----------------+ | Fedora 38 | PASS | +---------------------+----------------+ | Fedora 38 (Clang) | PASS | +---------------------+----------------+ | Fedora 39 (Clang) | PASS | +---------------------+----------------+ | Fedora 39 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | openSUSE Leap 15 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Windows Server 2019 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ CentOS Stream 9 Kernel: 5.4.0-167-generic Compiler: gcc 11.4.1 20230605 Debian Bullseye Kernel: 5.4.0-167-generic Compiler: gcc 10.2.1-6 Debian 12 Kernel: Container Host Kernel Compiler: gcc 12.2.0 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 Fedora 38 Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 38 (Clang) Kernel: Depends on container host Compiler: clang 16.0.6 Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 Fedora 39 Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.1.1 openSUSE Leap 15 Kernel: 5.4.0-167-generic Compiler: gcc 7.5.0 RHEL8 Kernel: 5.4.0-167-generic Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 Ubuntu 20.04 Kernel: 5.4.0-167-generic Compiler: gcc 9.4.0-1ubuntu1~20.04.1 Ubuntu 24.04 Kernel: 5.4.0-167-generic Compiler: gcc 13.2.0 Ubuntu 22.04 Kernel: 5.4.0-167-generic Compiler: gcc 11.4.0 Windows Server 2019 Kernel: 10.0.17763 Compiler: clang 14.0 and gcc 8.1.0 (MinGW) Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9 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/