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 8F27145DB3 for ; Wed, 27 Nov 2024 08:30:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA2F34025D; Wed, 27 Nov 2024 08:30:40 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id 9B4554021E for ; Wed, 27 Nov 2024 08:30:38 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-21290973bcbso61689525ad.3 for ; Tue, 26 Nov 2024 23:30:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732692638; x=1733297438; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=aTSOYc3+xqm8ALfOD2Q59kdNXMqGKeeF3PJQtWhwtMA=; b=OK7Zq2Tqgs9UdAO/HFIK/0BQNisLO+WxoUKhdWhC+GZSy43rTPrpJy8+M4isKhTwpO FFJBFshjyBGtA4Gd29vm4EAX3sLbJL2dFq/nSX+JxlKHJiry1IUiS1TI1R+nCijoVJN+ CA4poCZ5vDJu92JEHzqIWPlzXraOwRx/p1mLY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732692638; x=1733297438; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=aTSOYc3+xqm8ALfOD2Q59kdNXMqGKeeF3PJQtWhwtMA=; b=dz6Lxq3sdzagv/dmzYLzjNNh7AuObBrV9LiL7ozCurdb33XtNHswOfURswgYCOenzp 9HF7Ccfl978uMf3sQqT6JQBfmPTVhCiGaRInGKxLSCkjoPmEhSMc9PpHD2oDr9oPR183 OMrxrd+7pXPWRPLY9YvxoxJEl1bQp1y+X219A9X1go64UO70hKILBEb7VA2qFlglprbV vH/ygDl0xkzyV3j3VMr3/V+fPPeBW08soIW+XzwgW+YIevUUvHwdhxpVdKe/8gCxczkJ 3j7b3yRgZItcA6iGFkt8wyn2Ski0wmDrrS4kvnx+yGo8mEu7h+8plELaGHTgGAiL8Zw0 fQhA== X-Gm-Message-State: AOJu0YzVbCuJ1wTEa/G24UYF1YKMhiXlf1lc0uIBK0xgfXuWxWSRFgyS r0YMEbzn222jVnHHyoT9i1lk+ty/ezZrQtey41Lq2tIs4FyjBglFUVIkeXbFb5pNOLxa1VAlC07 OcEk6l9YkmuDjqamhHbehVMXwwFCh9ttFXaU16kxn9+sb1+MA X-Gm-Gg: ASbGnct1dHfNYI/Kft5dBJrco4DwknW5XnKlPTle1gOjeQhsMv+safzwcVPWl9ICYlC JAsG+6Ea+RfBy/RmWD6lcb+9aN+x0qrs6aidMZo2tQqM8FAj/cy+L5ljc5MbT4hm/97KHNmyfhj im7wwqQki59PoJjqB9tZKbkpGJQ6ZTe2vTx2QCEnE9C0fjm4p75ZELWv/iV0Ica3MAWCPCnfTIr OfkfiCJKrqcIuEWyEVHuNr9TRf32s4GF61B/V4Fse5ys3LivitVuEWTJw4iAWmWFVEImNnN0f4= X-Google-Smtp-Source: AGHT+IGfKKfvH6QwzWOqoWyXh6vMkB/2ae5M4Wm0eBYO3vc6qKFpAnkjZOJt8/Cm99nUGE94bP3jHZYrkwpK X-Received: by 2002:a17:903:2347:b0:212:3f36:d992 with SMTP id d9443c01a7336-21501d5d312mr22618775ad.49.1732692637723; Tue, 26 Nov 2024 23:30:37 -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 d9443c01a7336-2129dbd0b04sm4719945ad.107.2024.11.26.23.30.37 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2024 23:30:37 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 26 Nov 2024 23:30:37 -0800 (PST) Message-ID: <6746ca9d.170a0220.83580.fbf5SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id DF0A86052471; Wed, 27 Nov 2024 02:30:36 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 65491527fa667ee05abf48043978ace2e6cbb154 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Xueming Li , Christian Ehrhardt , Kevin Traynor , Luca Boccassi 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 _Testing PASS_ Branch: tags/v22.11 65491527fa667ee05abf48043978ace2e6cbb154 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#295411 Test environment and result as below: +-----------------------------+--------------+------------------------------+---------------------------+----------------+ | Environment | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test | +=============================+==============+==============================+===========================+================+ | Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+--------------+------------------------------+---------------------------+----------------+ | Debian 12 (arm) | SKIPPED | PASS | PASS | SKIPPED | +-----------------------------+--------------+------------------------------+---------------------------+----------------+ | 32-bit Ubuntu 22.04.4 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+------------------------------+---------------------------+----------------+ Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31745/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/