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 1288B43DD5 for ; Thu, 25 Apr 2024 13:20:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0D27B435F4; Thu, 25 Apr 2024 13:20:23 +0200 (CEST) Received: from mail-qv1-f98.google.com (mail-qv1-f98.google.com [209.85.219.98]) by mails.dpdk.org (Postfix) with ESMTP id D8BDB40284 for ; Thu, 25 Apr 2024 13:20:21 +0200 (CEST) Received: by mail-qv1-f98.google.com with SMTP id 6a1803df08f44-69b9365e584so15293596d6.1 for ; Thu, 25 Apr 2024 04:20:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1714044021; x=1714648821; 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=0ptzd54Vf9gN4HcIEfEczcyp2iUhd+xQmCml0d5qa4U=; b=CejrsTxkeAr8JimLjqwaZRTEXwSVKLTT05Kmcuw7JDHgqEkokc5pwpp+X840abHlTD B1y6/bfTFbgYDfMpSW0Wsj1tBBrXCDzngDIfNO48Vo1ibmLSdXYT3M/mqRP1E5WAPzic VIzMHTJj+rF6M6OOpsy5uc06z/RmW39Han3S8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1714044021; x=1714648821; 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=0ptzd54Vf9gN4HcIEfEczcyp2iUhd+xQmCml0d5qa4U=; b=kCgxhKIc2mRkDBLBs1ePMWic8IUUPp6k+BaKmFoML/ellHHYLPg0R4KOm+bMZhvoHK B6hy/v99eO75AkA37uxeaCOirGrhOvyIKfOwyp6o1CqTCGte/JGBfogqASMQ3uOyC21O H0mwgJtKL4u5FTuIxHQZWHKHAa8y+lM9qrD2heH/j9Doz2yoUP5ezsyxYuaRvb4+Ax3V 6qqNX2U6YRrBuEgiZv2smxTaTFhkZ6MlntZI66a2wK0HvBEyJKn42t448nELmVTMsbCo fZU7VL+fh/cHgauhwjgvhb9CbCFl9kdc4RHj2+61Lkh9fFDoHWu5F50DK6L/6Kv9pxDw 9f0g== X-Gm-Message-State: AOJu0Yy/COnooH3c6OVNPFDCkkP144MQRJ+cXIPNV8sY+KWT4chBDWao dIP/tS/PrQjXARL5xHQt9G7jNI+MoV3gYcJH45HvldujZ4bggYUG3pTB/GQzj+M1P8PuZMiEmy8 cZHCXYezMYivVutPuTEIm/S615lurm+kd8RcxSxNvcjPdmVCffe74AU8u X-Google-Smtp-Source: AGHT+IF9qMJM+S3ilCh3ZPvCf8lsHvFO+uxmDTPXnoUgljbvgMoUViTwvqqXZv2BBe8Alkfocy6EjT/F14cf X-Received: by 2002:a05:6214:19e4:b0:6a0:8968:51b8 with SMTP id q4-20020a05621419e400b006a0896851b8mr4320920qvc.13.1714044020809; Thu, 25 Apr 2024 04:20:20 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id h15-20020a0562140daf00b006a081d977cfsm707791qvh.46.2024.04.25.04.20.20 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Apr 2024 04:20:20 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 25 Apr 2024 04:20:20 -0700 (PDT) Message-ID: <662a3c74.050a0220.79dee.ef7aSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 7B6626052514; Thu, 25 Apr 2024 07:20:20 -0400 (EDT) Subject: |SUCCESS| pw139668-139669 [PATCH] [v2,2/2] deque: add unit tests for From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240424134233.1336370-3-aditya.ambadipudi@arm.com> References: <20240424134233.1336370-3-aditya.ambadipudi@arm.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-abi-testing Test-Status: SUCCESS http://dpdk.org/patch/139669 _Testing PASS_ Submitter: Aditya Ambadipudi Date: Wednesday, April 24 2024 13:42:33 DPDK git baseline: Repo:dpdk Branch: master CommitID:7e06c0de1952d3109a5b0c4779d7e7d8059c9d78 139668-139669 --> testing pass Test environment and result as below: +------------------+----------+ | Environment | abi_test | +==================+==========+ | CentOS Stream 9 | PASS | +------------------+----------+ | Debian Bullseye | PASS | +------------------+----------+ | Debian 12 | PASS | +------------------+----------+ | Fedora 38 | PASS | +------------------+----------+ | Fedora 37 | PASS | +------------------+----------+ | Fedora 39 | PASS | +------------------+----------+ | CentOS Stream 8 | PASS | +------------------+----------+ | openSUSE Leap 15 | PASS | +------------------+----------+ | Ubuntu 22.04 | PASS | +------------------+----------+ | RHEL8 | PASS | +------------------+----------+ CentOS Stream 9 Kernel: 5.4.0-167-generic Compiler: gcc 11.4.1 20230605 Debian Bullseye Kernel: 5.4.0-167-generic Compiler: gcc 10.2.1-6 Debian 12 Kernel: Container Host Kernel Compiler: gcc 10.2.1 Fedora 38 Kernel: Depends on container host Compiler: clang 16.0.6 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 Fedora 39 Kernel: Depends on container host Compiler: gcc 13.2.1 CentOS Stream 8 Kernel: 5.4.0-167-generic Compiler: gcc 8.5.0 20210514 openSUSE Leap 15 Kernel: 5.4.0-167-generic Compiler: gcc 7.5.0 Ubuntu 22.04 Kernel: 5.4.0-167-generic Compiler: gcc 11.4.0 RHEL8 Kernel: 5.4.0-167-generic Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/29850/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/