From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (unknown [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 14D07460A4 for ; Thu, 16 Jan 2025 18:54:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CEC3040DDD; Thu, 16 Jan 2025 18:54:14 +0100 (CET) Received: from mail-qk1-f226.google.com (mail-qk1-f226.google.com [209.85.222.226]) by mails.dpdk.org (Postfix) with ESMTP id 27D9540DDB for ; Thu, 16 Jan 2025 18:54:13 +0100 (CET) Received: by mail-qk1-f226.google.com with SMTP id af79cd13be357-7b6f53c12adso101700085a.1 for ; Thu, 16 Jan 2025 09:54:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737050052; x=1737654852; 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=ME/ZNL8aPhNqZw1GUq2lCMhTS4JSQMOETqqwwPda470=; b=aZlxB1y30qeAyENvrThDEnUudIOVQZfnyNYOtFb/WbMgOBOEElaaeOj31tzJwUSpYy aaLH6/YSIibLRCI5iFfxQpUIbp69BUi4XGjctCpuUzPMPRR8NlK3+xvyeHQL/5/xcYKi tjFYcNvo78JZrs3s+MmwbrECoGlVPzMg6SJUw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737050052; x=1737654852; 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=ME/ZNL8aPhNqZw1GUq2lCMhTS4JSQMOETqqwwPda470=; b=kwpP5bvGKj1vRHKJ00s2Foq15f/rGe6Hmk3YpzQuLiK75yOwzsJ1NWi8pQVtxlP86Q 2XNKplcBMoFm8P1ieSjjnJoMX3P1iX0C8i1EtAyM+cveGuslFP7aVlkNzhBu/X1Dfs1Z yaHmk/qSCuIfgSvferCCo6iLtPFBsZWSPZZ/cnvsrRNKcQuvTafg7mQ85B14TyG9uN5R ON9UlyJ+h2aSXWXKcE0Ji1rL107LZRlEEsRt+jgPTeSIymarzRedZiZIUc9Rj/yJOrgp jyRou8w+w0AOTFray6pFuv3V43RdF5ZKqI+F7Mys0wbWGEw0P6RsR9dUAtQ3jp7FhfAn ooww== X-Gm-Message-State: AOJu0YzNLhCF+mdmU0Sruytjygwy2gyL+5tVJjvBg3rsx0855VV+y678 zzkqwywSFesGt577mO8Z+0VYrkxebtoucfafgae5u9dc/yxr+WoA6OwsxQxJiIYU0C93xXE6Cv8 epuFpoEuFXl9F33gVJ3CPtDWzmKWm3xkPub4NGMnxubYiB8uljQEJUOKN X-Gm-Gg: ASbGncuFt2DFD7tqyfy1G8LHSAIsOP53pGIxAktkcef31+/6f5LgsJ/bcIk2/baK4w4 pMKezeMmOOwmisI80NsxZSFTX0kqoIET0kmhqDAyQstbZkAT5gAMJ1U5Ui9viuZadLM8zDscKQt dKjK2sXZ/I0P21CbQWtZNyuVvT56JLIigk3pAFx4w44CWwezXnmqHk6ku06e6FQW4SOgP8P1C8y bIIFSn1wqhLNgr7GnJXB1LX3Kbvi/hM4zJY4judnsbJXIDkJhXRqifNmUvFzTa3GxY8cALVe6np DpPfSI9USIYuN76FAg== X-Google-Smtp-Source: AGHT+IHldnWpnU9kbTlh0AKQKn2bklMNjPgefmNB5SrlJ9R6BwELwplwEBdxASoRtePpNUlnimd2nfa6uu0X X-Received: by 2002:a05:620a:40c2:b0:7b6:d089:2757 with SMTP id af79cd13be357-7bcd977ebb5mr5590627985a.35.1737050052497; Thu, 16 Jan 2025 09:54:12 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6e1afc0f883sm223026d6.15.2025.01.16.09.54.12 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jan 2025 09:54:12 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 16 Jan 2025 09:54:12 -0800 (PST) Message-ID: <678947c4.050a0220.494fa.1bfbSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 350BD6052471; Thu, 16 Jan 2025 12:54:12 -0500 (EST) Subject: |SUCCESS| pw150145 [PATCH] net/af_packet: provide packet drop stats From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250116161703.917279-1-stefan.laesser@omicronenergy.com> References: <20250116161703.917279-1-stefan.laesser@omicronenergy.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-abi-testing Test-Status: SUCCESS http://dpdk.org/patch/150145 _Testing PASS_ Submitter: Stefan Laesser Date: Thursday, January 16 2025 16:17:03 DPDK git baseline: Repo:dpdk Branch: master CommitID:167adc84d05c732af3c47dd569f152fa4ba234d6 150145 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#112606 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32344/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/