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 682F945E74 for ; Wed, 11 Dec 2024 08:38:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 62E6E402DE; Wed, 11 Dec 2024 08:38:43 +0100 (CET) Received: from mail-pl1-f227.google.com (mail-pl1-f227.google.com [209.85.214.227]) by mails.dpdk.org (Postfix) with ESMTP id 03FCC402A8 for ; Wed, 11 Dec 2024 08:38:42 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-21683192bf9so9892685ad.3 for ; Tue, 10 Dec 2024 23:38:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733902721; x=1734507521; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=T8JoQJObbBIliABPbJBWPQfi2mNzJCZNPfKHm4kqXdo=; b=VJG8g9mCWM9pDZ+BXce2zWRFxl+mW4FW3ge+1GHGHQANCchU3CIy79rZqw3mObtygt ubHK8cF/vfTdVL/d8ZBOsYOXEiDOe3FsMkkeYq5cdVBzMuc+GbLPR24/edx4Fo5AsDHp rQ/ZCM0AiSGyw3RbYPx3BVVGQS5IMCGahS4jI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733902721; x=1734507521; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=T8JoQJObbBIliABPbJBWPQfi2mNzJCZNPfKHm4kqXdo=; b=GkcXOHOUG/AK2XiiJh0AqRIZ4yqONpgUnZ87JmE7woykBrcixYGmMrMu3rGSPp8g7g JVUxlB2V0RrbaAcmk8/jFqBwRlEBCm09LAJ6v2GRVKndXEnSAw/owKryy8XYWoiCJwf8 gQirFD0pFmjQfHggFVPZFa6LrDmph5aP6UxKVKdaAcs/9sAGWsxpJroLpP2VNK4D0D8Y YRttgZS/IFpnmAyA2uxXGZZB4IPyRwsauply/eM2PE9nq+68vMin+REWuaQ8JHzH3L5m uwG/Toda5/KQ1r+5Xh9zeLuIXLrYfO1dnAiUe7oN1nwXJyGOK203Z51Ev6FDjy4uja7D dUYQ== X-Gm-Message-State: AOJu0Yw1BHMDPmHsJyDBPY2kGcivqY0UwD7xnWmKdfjgEmnUiTsRPb4f rvi35yW1sTQaL1VI4MlkrKU1dw0rMLC+PZs5LpW+N4BnV2xz8RkgBCOHt4mVA5EwFt30u7lnLVx XdMYiIGmleI0yWRys558t1PihZRnl4A3PGzI7geGzv+zOGAFv X-Gm-Gg: ASbGncvlHtHy/kAA9xESYvho1d38/1hHauD8MQ3WZDLuClTNuZqHocjRBJ2f/0d15cI F0AElsE+Qo1HDFHCHv5+bBRWq4r/kp/yn+hPyvECGiqLl6G50v5OKfIdbusjwytHrFMEsKFFZ6/ dcWMSkCu3nGqonzsjXYGwh7Q53PgWwojlUTxmzO/vD71n1rM5z0w28Am765M2EhCOMEuyywGupx nUVy6Z0ugqmk9966v7Py9rvGlXnw1H+Xfoie5tyEpD+cKbaZCqKByzqPxAPEuR1Ui5ZDyZy+gLD eY4= X-Google-Smtp-Source: AGHT+IETi88g7/ddYn6RS10QYJe2NanG55qN3BEZl71ayuipUO2YKE2uITOj3N06QXvCSwIMQyxhLJO5YYst X-Received: by 2002:a17:902:e847:b0:215:bc30:c952 with SMTP id d9443c01a7336-21778393290mr33130605ad.6.1733902721242; Tue, 10 Dec 2024 23:38:41 -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-21648f45008sm2933755ad.69.2024.12.10.23.38.41 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Dec 2024 23:38:41 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 10 Dec 2024 23:38:41 -0800 (PST) Message-ID: <67594181.170a0220.203fbc.1a53SMTPIN_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 B85CA6052471; Wed, 11 Dec 2024 02:38:40 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] d75221031514c432abcc02f46fbc349befd50617 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 d75221031514c432abcc02f46fbc349befd50617 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#298729 Test environment and result as below: +-----------------------------+------------------------------+---------------------------+--------------+----------------+ | Environment | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | lpm_autotest | dpdk_unit_test | +=============================+==============================+===========================+==============+================+ | Debian 12 (arm) | PASS | PASS | SKIPPED | SKIPPED | +-----------------------------+------------------------------+---------------------------+--------------+----------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | PASS | SKIPPED | +-----------------------------+------------------------------+---------------------------+--------------+----------------+ | 32-bit Ubuntu 22.04.4 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+------------------------------+---------------------------+--------------+----------------+ 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 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/31897/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/