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 8B5B445ECE for ; Tue, 17 Dec 2024 10:16:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 60CC5402A9; Tue, 17 Dec 2024 10:16:41 +0100 (CET) Received: from mail-yb1-f225.google.com (mail-yb1-f225.google.com [209.85.219.225]) by mails.dpdk.org (Postfix) with ESMTP id 1564E402A3 for ; Tue, 17 Dec 2024 10:16:39 +0100 (CET) Received: by mail-yb1-f225.google.com with SMTP id 3f1490d57ef6-e3984b1db09so3690860276.3 for ; Tue, 17 Dec 2024 01:16:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734426998; x=1735031798; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=C6Yh0DoJ7ZtJDRxT15/KIjNytxWyxzOTSmFVHOc841s=; b=OIVZ+E6OLtqyZ0g465iYrF9Ibgr7K0JJZMzJ3SFMS+OhJVeWT1tHzSwV0Q8Vu77mIG SdMVVXX17WCWgMGkXfSLZ5ypY9miXay8mgC3e/k9dZFaqhbgi917uKR8cl+sezLQdOjn GNaApC7Alnhj3S+ekHic+DA07pmQJGMIhBeA4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734426998; x=1735031798; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=C6Yh0DoJ7ZtJDRxT15/KIjNytxWyxzOTSmFVHOc841s=; b=mBV2l+DIay3bcpSHCeQkPh3hgn6KM2EHCluHTIYPoVkmuBy5WJuhiYCJVkTfQLnDas CELBHr2tMMq/sOsMlJLtCmqAjWauloEMTAAiU5o/Xe9U0BpAQbu+ZrLB7IsR8SqJuwED 1VKaUUR6G7DZ7WTXvnjjn2dYilzgOsgBTdeSp2hlY8eKu0c1ZExgCBMThN1js1AQsbVc fdQJbk/CQwL4O5skFCqAWWzAtKj1iJgTa1NugnM7Avt05Hw22rpJRjkN6PINRSp9Kgig z/xETUE2NHBtn3kE+vMf1Oqt9rUhENp2XQc1i1Ae0JV4xg5CzwYMoboq5RjiEsyeiE0F FPSw== X-Gm-Message-State: AOJu0Yyma34jJRW+hEAWWT1D1LrHJrcyAMWymgCEyrKOZCm/dqQmOEgr pFDU1dBgFeN4y8m8ALooFmusuAqdzJaLuDTvU5tChQ19nOrE10atRI35vRdj2hLa8se5xCq9JUG qT8gZVpOgTWzeKd0YgOVaISy1rBXT5tJg X-Gm-Gg: ASbGnctIC+YTO3MqIKg+4c+cC8hdh9KwDPc8nCYDZs0LXKL2uTTgOB0DhvBh1y87WNj PYJ7JY/yUhjvtHwKXBKjojC7buGMLZMgJ7fI3nq94xVd0odmRz9++IfbSYHtgmgJDa7o1+B8QwE ezNaRAc7vo/pTepkod8f9YamqPu7ZtjrLW7CQAvNelg8+ndUmtxHOSRap+aXHCBBtbpxU4Df4O4 dMvJXlS03jCe5Jq9By3/hWs41foXDDWzT+7ZGjk0QY2ZkGfuOeb5HfoWZhWYeZBJ2K8jAEnIVeu 2g== X-Google-Smtp-Source: AGHT+IH16GIiyY4jS5y4BhTiE+5qeiwAp0tI3Axx/gJGiD5Y710yVP9bJh/s631l38fTD0Z5s+skPDUH3btu X-Received: by 2002:a05:6902:128f:b0:e38:f3f1:a15b with SMTP id 3f1490d57ef6-e4351d14197mr13606456276.50.1734426998404; Tue, 17 Dec 2024 01:16:38 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 3f1490d57ef6-e4cd3dff859sm254014276.22.2024.12.17.01.16.38 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Dec 2024 01:16:38 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 17 Dec 2024 01:16:38 -0800 (PST) Message-ID: <67614176.250a0220.10084d.01e9SMTPIN_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 0ECC06052471; Tue, 17 Dec 2024 04:16:38 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 78d0246a2e2fb14cba220d507192d12d2ce896ac From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Andrew Rybchenko , Ferruh Yigit 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 _Functional Testing PASS_ Branch: dpdk-next-net 78d0246a2e2fb14cba220d507192d12d2ce896ac --> functional testing pass Upstream job id: Template-DTS-Pipeline#202769 Test environment and result as below: Ubuntu 20.04.6 Kernel: 5.4.105 Compiler: gcc 9.4 NIC: Marvell CN106XX 50000 Mbps Target: arm64-native-linuxapp-gcc Aggregate Results by Test Suite +-----------------+--------+ | Test Suite | Result | +=================+========+ | cmdline | PASS | +-----------------+--------+ | dynamic_queue | PASS | +-----------------+--------+ | ipv4_reassembly | PASS | +-----------------+--------+ | rxtx_callbacks | PASS | +-----------------+--------+ | tso | PASS | +-----------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31949/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/