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 114484619F for ; Wed, 5 Feb 2025 17:56:51 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DD59B40270; Wed, 5 Feb 2025 17:56:50 +0100 (CET) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id 6506140261 for ; Wed, 5 Feb 2025 17:56:49 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-84cdacbc373so934439f.1 for ; Wed, 05 Feb 2025 08:56:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1738774609; x=1739379409; 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=qgjMLeA+UPdeNUgYDIkrcLB823Q++WrzFAvKUujtI0k=; b=bktACIBQDmCyoJrK7SEaL1oHwiYrqQIfWuojPhvDv95fA7qaeQCaicRuJNoGlFTXRS 42VaOjNscHbmHAljPLpkeiBHE9vH6oGWcypYYakvMIJrnlTZ3iCL+oEXijiYL1ooC6Xo 1ULhRQMFSqTc0dvCTWQf64folkcx0nKd5rEb4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738774609; x=1739379409; 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=qgjMLeA+UPdeNUgYDIkrcLB823Q++WrzFAvKUujtI0k=; b=Ncpp57iST1obuylMId3eRGH4uINh2BFlrWwYGFJ2WlDHAtmfKV8/d4IiO3KJqxv+kX bkWCUl+akRCNGfD93NgJGc45P3djpWpUCc1pv8K+mdLEdG+2pL0kkN7QLsrxDcwCfyVT +pDzYI4M0d/JbDum7rWkDScHM0f1TutgBhA/m9CeqGtOYYbKAU994v4E5FWJUemg/uDC GcoAFU3CgKRtR4KmwW+koY7fyZtmKw6cXPOULfVDBf+c5RQSu/zrmiT4ApZCZxd7v0VK d+cTIRM7skxojLJ5U7iXTqrcOXCXbMQwIivRDfk9rX1TbO6feSHT8ApKE/4arMVyXrAx cFsA== X-Gm-Message-State: AOJu0YwpzZzbJtBmYNViBc1gsBRFiW8Zuo09c0GDMvW3TA19Wnz0ywXK GU19StjAPeX0EU5hZCiW9Y9A3GT/1emJ6rWa9iqVMZEqhb219YDWz8B4ZguV351Q6BtBNuG7Slu VKu3OFs90t7z/6VTMGbkBYzONxE6aRWQ3PDM/kya2 X-Gm-Gg: ASbGncuyq12x0ngf+v5xUWu+N/xxvtNTjnyzzbRNiOgmNuC96lKM7RfBawlEg10QPt7 2scx3lPWT48fctSAfKE5axjVwSM3dkMa5Yeqyi2xqHIS2ROtXGrHzN2X5xXKgCSXhv3eQ7lKtu1 EiT7adUds+XK9mrJ7ZoujGdqOPcCOA00UGKPNbEgcum0LiqmSmq1eckEdOpDQrCtnve6Qjywf6R I/h2+u5xi2aWcCFBcLnfEzuWsEq0h1fbmj//Dabg7BRbHuklOAbA2CYXyKqXbjyVmmavAlr3tLd DJ7klfi60vyvLpyHZooDuu/J4q7BQQ== X-Google-Smtp-Source: AGHT+IGlnWU5yntl+WTKTQvE0THV0GHJMtlWRDkt+zM71w52v2AbkxE4s/yLOg9vtl8mIBQZ+o2EOFMsHDPG X-Received: by 2002:a05:6602:3e92:b0:843:e667:f198 with SMTP id ca18e2360f4ac-854ea41b721mr328891339f.2.1738774608681; Wed, 05 Feb 2025 08:56:48 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4ec74592fcbsm839080173.2.2025.02.05.08.56.48 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Feb 2025 08:56:48 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 05 Feb 2025 08:56:48 -0800 (PST) Message-ID: <67a39850.050a0220.35cf24.71f9SMTPIN_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 4484D6052471; Wed, 5 Feb 2025 11:56:48 -0500 (EST) Subject: |SUCCESS| pw150893 [PATCH] net/af_packet: fix socket close on device From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250204164508.864080-1-tudor.cornea@gmail.com> References: <20250204164508.864080-1-tudor.cornea@gmail.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: SUCCESS http://dpdk.org/patch/150893 _Testing PASS_ Submitter: Tudor Cornea Date: Tuesday, February 04 2025 16:45:08 DPDK git baseline: Repo:dpdk Branch: master CommitID:595535be66b103f7ce3ba61939b8013032987404 150893 --> testing pass Upstream job id: Aarch32-Unit-Test#5193 Test environment and result as below: +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | lpm_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 | PASS | SKIPPED | PASS | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Fedora 41 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Fedora 41 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Fedora 40 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | RHEL9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Ubuntu 24.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Ubuntu 22.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | 32-bit Ubuntu 22.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | PASS | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 32-bit Ubuntu 22.04.4 (ARM) Kernel: 5.15.83+ aarch64 Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32490/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/