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 AF47F46074 for ; Tue, 14 Jan 2025 22:47:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AB06740299; Tue, 14 Jan 2025 22:47:21 +0100 (CET) Received: from mail-il1-f225.google.com (mail-il1-f225.google.com [209.85.166.225]) by mails.dpdk.org (Postfix) with ESMTP id 8F30D40298 for ; Tue, 14 Jan 2025 22:47:20 +0100 (CET) Received: by mail-il1-f225.google.com with SMTP id e9e14a558f8ab-3a9628d20f0so39047075ab.2 for ; Tue, 14 Jan 2025 13:47:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736891240; x=1737496040; 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=lEy9gDyFwG5X0g8kMM5eym34QcWM3yUVixwL2k4aXf0=; b=Ol9cpGCsGummE+nLduXH+fMbE9VFZ9p5apfWpuBF+dgEckVwDUkny233IV1CkWCAJi jlb/m7FplVH3x8qQPv5baL19YD8gRU/S0u4QlaQsHomXVncTjGO+ecVVKQyx10YuRge5 nx0qC4TbiOuuCDY8yVy++M90dNwWMSepjt90w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736891240; x=1737496040; 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=lEy9gDyFwG5X0g8kMM5eym34QcWM3yUVixwL2k4aXf0=; b=W8fddEJwaV0DJJeD5rc1nXtnfVYZ9BDvctcNrTuweblrGTkWf7px+EASV2ZJGF6l5q UiUOfA48e0na1vkIE0xlNbmhB9VrO9OR7UdXVdu7Cp+C12nILQGHjqDu0Vjx7UCvwE3l Bpjm17auzsyvYaovrvuDTIQvrU3f50kQOaKJ9sBDd8e3RbPXgtrYBKmVVTIzAKf09/fi ck6JNIZGwQ4edFRIfIQuC1wxwelZ/opTdcm9LnnPJKwAZI+VuKSaE0z2g3opEPy0m3+y PmvoaVr5aT5bCiBew8gMzZyr6MUB903ghvPDkRV4nZjSqm+kqQ8Y57eRIH86BOML6fR/ vYmA== X-Gm-Message-State: AOJu0YwGEhFu6QOggnrWt0zPu2xggfD3ZkR7eYdtF4zg1403VjlXM4Me bW52/gwF8MAHj6ca6K76x/leEPcCaNUj2LuebQPSL0RXuWslzWhJNN1FeSQZf15nWKu6HjwjVIm Lv+CHUPwUaKChP/kFdTWkH/IRECpu0c8Ic2b59IKn X-Gm-Gg: ASbGncsQ0aV+d+ZkMui+xuURStL1Xj3I3UxlcJicoliT7MXhsx/KIchg/yx/AmkhuRv zV88OdTB84VmdCEwgA+NS7DSF2+54mL74WZC/YbXYbEBY3K0kWUQiEpRk0EOmi1H6ctg6ZZjk5H +if0iZvIedFMRdCI1ZgXjeevynA2jXopx95xGy2yUPt/yMINLKicQi+V/vCqdeAhCxHlhPTNR3T hoN2TkC+QdcoGYiD9rXOTDKmtN4IK/bqQIGKATw3V1Ash86TmYoFsBiVQYr8lzcsE1nfp5Y8UNU hZSnAQ== X-Google-Smtp-Source: AGHT+IHLGpl7LTRRGbgDggYHYtdIs9roRfuDi9eQiaWQ8tAromxzUA+I7ADyG3bU1h0oyLgLsCqVNYM0MMVM X-Received: by 2002:a05:6e02:1f8a:b0:3cc:b7e4:6264 with SMTP id e9e14a558f8ab-3ce3a892c05mr209110085ab.0.1736891239963; Tue, 14 Jan 2025 13:47:19 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3ce5b299398sm5046365ab.55.2025.01.14.13.47.19 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Jan 2025 13:47:19 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 14 Jan 2025 13:47:19 -0800 (PST) Message-ID: <6786db67.050a0220.13cd12.5435SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 6D3F66052471; Tue, 14 Jan 2025 16:47:19 -0500 (EST) Subject: |SUCCESS| pw150080 [PATCH] [v2] mbuf: add fast free bulk function From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250114163951.125667-1-mb@smartsharesystems.com> References: <20250114163951.125667-1-mb@smartsharesystems.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/150080 _Testing PASS_ Submitter: Morten Brorup Date: Tuesday, January 14 2025 16:39:51 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 150080 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#112281 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 22.04 | PASS | +-------------------+----------+ | Ubuntu 24.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 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32319/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/