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 C97FF45E4C for ; Fri, 13 Dec 2024 12:18:50 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A77C5402BB; Fri, 13 Dec 2024 12:18:50 +0100 (CET) Received: from mail-yb1-f226.google.com (mail-yb1-f226.google.com [209.85.219.226]) by mails.dpdk.org (Postfix) with ESMTP id 486FC40269 for ; Fri, 13 Dec 2024 12:18:49 +0100 (CET) Received: by mail-yb1-f226.google.com with SMTP id 3f1490d57ef6-e3fd6cd9ef7so1209633276.1 for ; Fri, 13 Dec 2024 03:18:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734088728; x=1734693528; 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=7qecFDo6PsVKV7SanxvVdLKxrZW/+LS4rvoCXlOpDKM=; b=JyviBn3O3P3aRmghDuCH20a3/sJb0O8d2ZiZqqzGSI3PXTA9LRqoXWYkuWvCeO1x+L GH+wIpeE0Gb6ZEi7lKbaefGG2KVI1vaz+QOsHxwDlq50wTQq8Atpft4e0CbgYZW0190I Ujf8CN/JH4ldlAR49ms4ez8CzR0TuiXtidiV8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734088728; x=1734693528; 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=7qecFDo6PsVKV7SanxvVdLKxrZW/+LS4rvoCXlOpDKM=; b=Kqz5mhVyGTdryLGXMmbWjZm+ctypz31Q8arV9ubMSrR2wIdqVlQayrQ4jaHiV5Y2V4 ezc6+yod160kZwY9UKpqocy3CrIkYcv8TiIHB9CK0XXXHY6g0qVGDyFL/79BGZ4Wp3kL ywAu+hnqOUm+UJ1oOeT8xredEXPN057jpVuOdiJqFlCl+iqZ6WElH4hF1BopUUXkXiJH 47gQYpDZMnTK/stJnsu6xBT5wupXojMW7168V+tBq1vq/73PFcOh8HrXc5ViEhv9GiJZ 7Q9O19SmLkmjuerMX1Y1yaA7QJW/Gv4jAzGmROPWjo42R/PEPGuJ8bDE0mZIoorwkb2g 1/QQ== X-Gm-Message-State: AOJu0Yy0Otih7zgTOs11Vu+5CjXtaqdS85Pl6QknoL8ptrwVvFuYWsBQ GhhTWjc4p27XtSlKzdKgjDdeoEryORJE0B+/dsZrLo0nAOhkYIORQ5ncyDqqnm/nZujr0vkWppz bfpAhA8vKWCouUghlotyEEQAIS2ow04Y78U7Ymu0C X-Gm-Gg: ASbGncuUpnVknq40O9Kez6/Zno0XkqrKjZEiZDfpaHH7IRd1M5G8zVc2kI21gU5xEsZ TrBbEkMizCZhtZVe03EdgOcO1D8pwnxKIBbP/xt3s7pYYLUQ/AEV2y05QFRDE7TViC6rJoA8Fcm N3wU++eZPeuFBeY1OZFmx1jZUzLTTCtm5NhVg70W3tXfURm5t5KHOsQPza0RFwBfRM1KagEdpVb I04ORUCj/ryZxWUXQwidPM4YH0HJ0tmX9kMFd7m/anubgg6+tSDs6+ccGWq/NsIfaB5rN9NnIMk rg== X-Google-Smtp-Source: AGHT+IGzBmjceOkW3N5DS1m6sJLS+plwQy28+qoJ1K4KuOXok/82EqdmIwAFIY3sj1OvX04EmMwVKvx0NPSr X-Received: by 2002:a25:664c:0:b0:e38:7935:aff3 with SMTP id 3f1490d57ef6-e41ef02fec2mr3812298276.14.1734088728573; Fri, 13 Dec 2024 03:18:48 -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-e3c949cbdd7sm310091276.11.2024.12.13.03.18.48 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Dec 2024 03:18:48 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 13 Dec 2024 03:18:48 -0800 (PST) Message-ID: <675c1818.250a0220.fdf24.34c9SMTPIN_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 30EE56052471; Fri, 13 Dec 2024 06:18:48 -0500 (EST) Subject: |SUCCESS| pw149220 [PATCH] [v1] event/dlb2: add port attribute for i From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241213043300.18015-1-pravin.pathak@intel.com> References: <20241213043300.18015-1-pravin.pathak@intel.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-sample-apps-testing Test-Status: SUCCESS http://dpdk.org/patch/149220 _Testing PASS_ Submitter: Pravin Pathak Date: Friday, December 13 2024 04:33:00 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 149220 --> testing pass Upstream job id: Template-DTS-Pipeline#202082 Test environment and result as below: +--------------------+----------------------+ | Environment | compressdev_zlib_pmd | +====================+======================+ | Ubuntu 22.04 (ARM) | PASS | +--------------------+----------------------+ Ubuntu 22.04 (ARM) Kernel: 5.15.0-97-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32133/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/