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 3574645EC8 for ; Tue, 17 Dec 2024 06:53:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1087C40265; Tue, 17 Dec 2024 06:53:52 +0100 (CET) Received: from mail-ot1-f100.google.com (mail-ot1-f100.google.com [209.85.210.100]) by mails.dpdk.org (Postfix) with ESMTP id 38F7040261 for ; Tue, 17 Dec 2024 06:53:50 +0100 (CET) Received: by mail-ot1-f100.google.com with SMTP id 46e09a7af769-71e2dccdb81so2982672a34.1 for ; Mon, 16 Dec 2024 21:53:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734414829; x=1735019629; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=WVM2uDtY5npOQWqo8lMuKZvpAwDjoCZlo+ZckdIGGdg=; b=Kt/CEnlNdEtnVJY2tXe4+XAG5VGHR6p0V4wBD8tvYQVe/OuhirkLlrOcdihgVwR0/B 0UOCAAmR6aPBgV/s1qyLLUotV5HI+7GQmM8OD7LAmBmjZyTn0/MR2lIJuCdKLA5/YR25 2R2+uMbwv2oPBpeMd6uXGtXJKk8guka9k3Coo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734414829; x=1735019629; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=WVM2uDtY5npOQWqo8lMuKZvpAwDjoCZlo+ZckdIGGdg=; b=N5h4edC2C9ErJHvWIZuccKujFxmvLvcLeTF82RMyqnQfN90V2l6b/A9xS47eJLvXyi JbCQZt9YJYM1kReCTfD5k/QnDBki0bTZ7bnS0YUdg3d+RKhfXDbHOKjVsHsSyc25ws5+ 5l+JVFnFCo5q4vtlR0k6/61S7hDlxNR3urz7qly4ghshXNbrjJv4KNSnNRt4nqRopFOT UA3ialqqlbsN0dbpC8BHYtsm1nqwVmcowvZ4eY/23soN9pqlcT/kw88Z8W8CjDW6vA0X 8iuVR+5aYvpnB1k4kmZyWjrWpKlhHODtdhCMOqN/qaJ0gIYzNHbjbYh9ooOI6/tbRqgM zLZg== X-Gm-Message-State: AOJu0Yy7oxdBhYQeTtTq6GEPhiSt1wW0XhqbtiVQz2CVqYf5didTsQ1W c3LVUjDmKzff7cuLu5+aZNnATRdcekqnNaISAO5xNq1S7zIfFjpDsPNPAtHMsyatYTNlboJ+YBH 2ivPnRDzb+Q/wtL0Vw7AQc5pW44ULV3YUe9osObLw X-Gm-Gg: ASbGncuLAxAEzefT/YzLLH35sltDLYPic70JRJK2SoykzqQgIVh8suF7FyY9PtPvjUI XrMAtO3qM3aOjSnCUPmMaeeJP41oMo1YLQ8kazDcjZwGcPkq+kPKFuTP0Cn460oaz8dWqV9+dGS TBr52LYp0DPvlR4mzhb7RtUpB6LzEnyhGvoNAvISjws4sj3N7y2sJCA9zGwduaYADBpgilVPh+8 TvNM46jITQNYG0q2eTD+V6M7zkp2JHbYhrvMc11BZQlHrUhDARZlvRUignOREhzTwKHnPDN3DsJ lA== X-Google-Smtp-Source: AGHT+IGyunNxRSPNBZxE2zoxm+tbrON1qCnoAAivXEyAbY7s5oIeGBHm4hoG6ytEu6LbPcJYwI5sBwwH5Ove X-Received: by 2002:a05:6830:498e:b0:71d:eee3:fd1a with SMTP id 46e09a7af769-71e3b5bcfd6mr10175623a34.0.1734414829390; Mon, 16 Dec 2024 21:53:49 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 006d021491bc7-5f33a895709sm127810eaf.19.2024.12.16.21.53.49 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Dec 2024 21:53:49 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 16 Dec 2024 21:53:49 -0800 (PST) Message-ID: <676111ed.050a0220.1be1b.8270SMTPIN_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 B82CD6052471; Tue, 17 Dec 2024 00:53:48 -0500 (EST) Subject: |PENDING| [GIT MASTER] 39bcde2d05afc0f904f906182be1e659b60ceeb7 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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 pending_ Branch: tags/v23.11 39bcde2d05afc0f904f906182be1e659b60ceeb7 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#299768 Test environment and result as below: +----------------------+------------------------------+---------------------------+--------------+ | Environment | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | lpm_autotest | +======================+==============================+===========================+==============+ | Debian 12 (arm) | PASS | PEND | SKIPPED | +----------------------+------------------------------+---------------------------+--------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | PEND | +----------------------+------------------------------+---------------------------+--------------+ Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.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/tarballs/31947/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/