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 7025F43D9C for ; Mon, 1 Apr 2024 04:19:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 64D914026F; Mon, 1 Apr 2024 04:19:23 +0200 (CEST) Received: from mail-oi1-f225.google.com (mail-oi1-f225.google.com [209.85.167.225]) by mails.dpdk.org (Postfix) with ESMTP id D35E040265 for ; Mon, 1 Apr 2024 04:19:21 +0200 (CEST) Received: by mail-oi1-f225.google.com with SMTP id 5614622812f47-3c3d3710018so2742705b6e.0 for ; Sun, 31 Mar 2024 19:19:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1711937961; x=1712542761; 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=C+r6UB+UQYhqkH2vbztuLuM+z/x/Ojjup9jpgwpaLSc=; b=dGNPSJ2kFPPnfmhxwgiH96xi92DGAn1VioOQuor1rLJPTGa6exlKE3jfqXkhR1CTgm UBE0CrrgYVoX/a76WpQdJMUHZ8R3TQh/4/zalAcLI34sepnWixRhX73nva4swkzRUF03 /LNrFigKWjW9OkEASTWm6KwUN8GninwOiQxFU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1711937961; x=1712542761; 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=C+r6UB+UQYhqkH2vbztuLuM+z/x/Ojjup9jpgwpaLSc=; b=atJ67SE4pJ0zH1KMG3C6uzq8V7t7dykdPiKanQdcfYQW4nUKnjrD3M/TSTuLuoZmvF qqYUYwRpWVrWve7+kId99IgueOlrkmzrRbVsX5wdOsrCtNFrujnuVPzljUuh7zPhPKLS 9IuLuyHo2bt2qAXGW7Tcycvf85GTyAfcJHllwP9RkgP/GOVsuGE1LEaLTT8gLBvUTcA0 I6MwqmcLGmDKT+F4UnCSaogp9mXQAVCz4fgzjdnmUrOHknUXVxXGcnjNs4cuywBb1Trz qEoI7hIxBVChsBXfkNiJcBB5VAHZqLcYi6LWNRgqd+3U2FYpJQsfIvGkyEOLYeZoToHi 82TA== X-Gm-Message-State: AOJu0YzdDu9J0eWV/i4KbIDEhpi0WqanEHLWjaP2V1Fkq15vdxOpKy08 Anpl2TpOVNLQ3jjT1H6gUYpFIKcS3DisDzPFXcn2devKG2o9gUFvG/wUmv+qb4XTq2ZUs/VP6s9 SwB/bxc2OYl8SyYmCwA5OsvFBDOtDMaYmJPx63X5Ncrg2mcLEl9uMsCG4 X-Google-Smtp-Source: AGHT+IFV445WVY06im9lAeIcEm6ZUxLPjFhSGwkR1YyU40K2/G0AFWU/xCJ94I5Kz1HbsNnWSDZojguk09l9 X-Received: by 2002:a05:6808:1308:b0:3c3:cb4a:af14 with SMTP id y8-20020a056808130800b003c3cb4aaf14mr8341501oiv.50.1711937961190; Sun, 31 Mar 2024 19:19:21 -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 ka2-20020a056a00938200b006eabc5f5bbcsm574788pfb.8.2024.03.31.19.19.20 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 31 Mar 2024 19:19:21 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Sun, 31 Mar 2024 19:19:21 -0700 (PDT) Message-ID: <660a19a9.050a0220.0b99.2361SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 333D06052471; Sun, 31 Mar 2024 22:19:20 -0400 (EDT) Subject: |SUCCESS| pw139012-139013 [PATCH] [v1,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: <20240401013729.1466298-3-aditya.ambadipudi@arm.com> References: <20240401013729.1466298-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/139013 _Testing PASS_ Submitter: Aditya Ambadipudi Date: Monday, April 01 2024 01:37:29 DPDK git baseline: Repo:dpdk Branch: master CommitID:a9778aad62470a38ccbb4e09a2a6bf0cc2e0e36d 139012-139013 --> testing pass Test environment and result as below: +------------------+----------+ | Environment | abi_test | +==================+==========+ | Debian 11 (arm) | PASS | +------------------+----------+ | CentOS Stream 9 | PASS | +------------------+----------+ | openSUSE Leap 15 | PASS | +------------------+----------+ | RHEL8 | PASS | +------------------+----------+ Debian 11 (arm) Kernel: Container Host Kernel Compiler: gcc 10.2.1 CentOS Stream 9 Kernel: 5.4.0-167-generic Compiler: gcc 11.4.1 20230605 openSUSE Leap 15 Kernel: 5.4.0-167-generic Compiler: gcc 7.5.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/29687/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/