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 BD00745E3D for ; Thu, 5 Dec 2024 23:09:18 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B4CEC4027D; Thu, 5 Dec 2024 23:09:18 +0100 (CET) Received: from mail-oo1-f100.google.com (mail-oo1-f100.google.com [209.85.161.100]) by mails.dpdk.org (Postfix) with ESMTP id 3AE0E40267 for ; Thu, 5 Dec 2024 23:09:17 +0100 (CET) Received: by mail-oo1-f100.google.com with SMTP id 006d021491bc7-5f201a932b2so652444eaf.3 for ; Thu, 05 Dec 2024 14:09:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733436556; x=1734041356; 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=vJfj1ykwo7fd/LR8zKdqHf/8JzUbBlkUDrl1+AEaCgs=; b=QyD5/nEgwVIm+8b3ntAnR+Kba38jDU6RmgWM4jBP2XCXSpqfOvlRmF4zN3mWlFtFpD fH1j1H5FbakqaxPfQRTV1dMK34cMuE3U894lVoHDvgbU11qgLCzu1uWR+PZcnp5zKb4D A4zormiRj6IlXeza+d4Ek3GMnl88khUNCZ4/4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733436556; x=1734041356; 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=vJfj1ykwo7fd/LR8zKdqHf/8JzUbBlkUDrl1+AEaCgs=; b=dmLLL+lHqkS4C5B0CGyt+YHGXPWPkdQcg24DdjarCmCJ6INOE1VAiANpJEXHKOPdqJ sg+2v1bdyP+TSVzCgFjYyFQhMgoNadrAYwKNgEP+QmUPUBv+OihhIEglrLjrC2R1wZI3 0EyQ0p0bG+YOpr0jr8WwjvNiM2V7fMAY6FE8qbdyBVu0nVZel1FoYZHIWYcXIeFVT4pD 9fv/C2KknvkEz01vRvildbI5fmMUrEDJN//oGE6tCKQcv2gJZxzdMMzsuWoy2AwGOcLM sMpZocJKT2xAJUdJfhtJBRp27kArFJL4BoXGklaLoB2qns5RCHTDsf/Xrpli7jWnQDSj 48Ag== X-Gm-Message-State: AOJu0Yx3U7VQQA4DXB3Wis6USWiygrTtBfJ8uEQ9ARzjFtJKcsBppRJz 9Szo6mFTbleQJu9vZRdS0M513C+BCaoQW1J+jFUC16pU7Pz7rUDVmxM4Q9EgCvmVhpc5Vzxj5MS afLydHKOcDAcueJdUE9B8DWFAaT29SMeLwxkXRW9r X-Gm-Gg: ASbGnctgKQAaQn7sfE+zn0DAkLuBntRFziSpGuaPPc2BmyzXJmDHhLZ7qHHHw9Zy4EZ QHP4XECPfN0NuOvgfjHDP32lkHjx33hRAuPmNZHgKYIIV7bxD2JzRfAGdiZZ0sl9X0wRivdp7O+ bkloq5lq/RgI3qAfvFxRLSW/UBsp9tIlimBq7I9Y9ZLXleGtYmIb5/40tR2Bka8y7hqhz0BpusF qnqdILYinb2qIVB2KSelpWZS8WugLbmptesu7yrgkHUmKuFhHFcEDFJQ9MaDqfWFLsYJt0= X-Google-Smtp-Source: AGHT+IF93z2CsrEuyZoyLXUL0eRz40NKajCT2dB6k7q9s+Ok51CDT1HszGjvLIjxZxItS84eg6Mwp3IXGKsz X-Received: by 2002:a05:6830:6504:b0:70f:3720:16bb with SMTP id 46e09a7af769-71dcf53d53cmr381708a34.19.1733436556018; Thu, 05 Dec 2024 14:09:16 -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-5f279335769sm26106eaf.20.2024.12.05.14.09.15 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Dec 2024 14:09:16 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 05 Dec 2024 14:09:16 -0800 (PST) Message-ID: <6752248c.050a0220.125191.1873SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 7D34F6052471; Thu, 5 Dec 2024 17:09:15 -0500 (EST) Subject: |SUCCESS| pw149047-149046 [PATCH] [v2,3/3] app/test: add test for rt From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1733430950-10412-4-git-send-email-andremue@linux.microsoft.com> References: <1733430950-10412-4-git-send-email-andremue@linux.microsoft.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-marvell-Functional Test-Status: SUCCESS http://dpdk.org/patch/149046 _Functional Testing PASS_ Submitter: Andre Muezerie Date: Thursday, December 05 2024 20:35:50 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149047-149046 --> functional testing pass Upstream job id: Template-DTS-Pipeline#201263 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 | +-----------------+--------+ | ipv4_reassembly | PASS | +-----------------+--------+ | rxtx_callbacks | PASS | +-----------------+--------+ | tso | PASS | +-----------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32094/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/