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 DD3C045E09 for ; Mon, 2 Dec 2024 18:43:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D95C240270; Mon, 2 Dec 2024 18:43:05 +0100 (CET) Received: from mail-qk1-f225.google.com (mail-qk1-f225.google.com [209.85.222.225]) by mails.dpdk.org (Postfix) with ESMTP id 5A8734025D for ; Mon, 2 Dec 2024 18:43:04 +0100 (CET) Received: by mail-qk1-f225.google.com with SMTP id af79cd13be357-7b66402d0b0so309287985a.0 for ; Mon, 02 Dec 2024 09:43:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733161383; x=1733766183; 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=GQ/tNi6jJehahR94NyLXvhvrzKuUoVA+wq3hfU48JR0=; b=C3EFaHIFkk6vD6ItCKz4fYpaefy2sD7p1a0IWBoUzcOtr8i03RGWHsvnDiMrd60TqN MMcV5OSP6HOX+509/ykVEbt0i/2iM5JMTFydxHrV99cGnPaYgfVkPPD70o0vXaPwxwSE 6tsf3pE1bP/Y++SGiOI0Hi8yKP9ru/JruoHSI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733161383; x=1733766183; 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=GQ/tNi6jJehahR94NyLXvhvrzKuUoVA+wq3hfU48JR0=; b=nELPpZ/URwaVeBA5u0zJxJpvknoIVZrR3XET5tAJ7SLD0GONqK1PTmFBP/XKNNNLA3 J1nUAlVOXr8Vw0A9OS76FV+5dGR4fh4XuOdCjk8GWimv/Ag1CnzDgjQEkh7gGYxNWLJj MXDU+iI3krR63WSWDOhPrlewYRRFk2olDme9fuUgYMnng33s8aJ7hLXRwWNvZAcnDMFi guq/owQShxYStVO+cfBpTDjjs0iD6e300wBgUHWLAnf+8ZXULQX8KnicPsS6qfGquSnj Hu7ETeEt+V1QrgAf6MI/oVD2tZTFFZI4yDyeXm7Fur3PLNtTLbeG6jEUg7+xx1Bkg1bL oDQw== X-Gm-Message-State: AOJu0YwQxpMwlu8NQ10KC05OZDAEdGDdHOgbIpy1Y465GRnpP8yY1Rwk VmWWFuAEmeUOM76O+Mxjxbt04I3WpwlRieqY9Zq/Dn+BfdfTISMXiiwusLUD7f4zdoT+RMdEs1t dxYONgHQ1t5d8RJmuJgNzj0ULhKh8Dheq/iWBL7KX X-Gm-Gg: ASbGncvgcCs+XmxllkxLyr+XnKMVqORJnvuU3eXR3wosrMgEHH/ijEWkNN2vOTg5E+E QeSqzeQjOjkna484gOoGNd1sSn2bf3TZkCzGh3kOk49GZRF1xy05khAWDYG4fj2g+gW0Uv+b4K/ JW1ItV6z9u5pyqKFnkMjDXjqbWtayPaNHhTRb3+SlwQhT29u96evrj5pg+dLkyP8b22A1joWLGP 4C86yNBW95kCfzB4mCwbw4flk+Vj4g2u7+R4RXvf59Q5XVQDzyw0jPrd+rI/JWSRRxzdZE= X-Google-Smtp-Source: AGHT+IHscOgqZFgK0X1QOIXJiintZs8R4oHOAI9E5+y3pHWqpBQJ+tsbjD1eqAwgb5Rmxs2omnq+HqIwHpwr X-Received: by 2002:a05:6214:48d:b0:6d3:fa98:cf4a with SMTP id 6a1803df08f44-6d864d8e7a3mr304915186d6.34.1733161383673; Mon, 02 Dec 2024 09:43:03 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6d8b4f5b102sm102116d6.9.2024.12.02.09.43.03 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Dec 2024 09:43:03 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 02 Dec 2024 09:43:03 -0800 (PST) Message-ID: <674df1a7.d40a0220.326afa.0872SMTPIN_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 563306052471; Mon, 2 Dec 2024 12:43:03 -0500 (EST) Subject: |PENDING| pw148978 [PATCH] [v2] common/cnxk: fix atomic load in batc From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241202165739.1896876-1-nkishor@marvell.com> References: <20241202165739.1896876-1-nkishor@marvell.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: PENDING http://dpdk.org/patch/148978 _Testing pending_ Submitter: Nawal Kishor Date: Monday, December 02 2024 16:57:39 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 148978 --> testing pending Upstream job id: Template-DTS-Pipeline#200465 Test environment and result as below: +--------------------+----------------------+----------------------+ | Environment | dpdk_fips_validation | compressdev_zlib_pmd | +====================+======================+======================+ | Ubuntu 20.04 | PEND | SKIPPED | +--------------------+----------------------+----------------------+ | Ubuntu 22.04 (ARM) | SKIPPED | PASS | +--------------------+----------------------+----------------------+ Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 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/32070/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/