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 3DDB746284 for ; Thu, 20 Feb 2025 23:09:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 34FB34065B; Thu, 20 Feb 2025 23:09:29 +0100 (CET) Received: from mail-yw1-f228.google.com (mail-yw1-f228.google.com [209.85.128.228]) by mails.dpdk.org (Postfix) with ESMTP id CD0ED40609 for ; Thu, 20 Feb 2025 23:09:25 +0100 (CET) Received: by mail-yw1-f228.google.com with SMTP id 00721157ae682-6fb2a6360efso10789637b3.0 for ; Thu, 20 Feb 2025 14:09:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1740089365; x=1740694165; 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=CpU1IPH62LXxWX/Hw/v0k1G6ioVFAhrbcpl+ArdJZng=; b=FyXhou8vZ3ztLcbDqXZUWhp1D4AY1cmjX37zyid4AC3So6ePc0wHv+Avdmeq8MDDh1 wRNboc3eaGlj2UAcf9zmNo7eUaZcWwA5fa7WH930gLwb617cjfovVGyZnEJGSjrk9lPF 8NYkYGwVftbYeXqrxCBf20qxgxwRNGW9tblmY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1740089365; x=1740694165; 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=CpU1IPH62LXxWX/Hw/v0k1G6ioVFAhrbcpl+ArdJZng=; b=FwMdJ/GHfj+Fep+vO4OYlzHaMbC0cUKUdj250IoIOJp+ujCJZgiHjjdgFoKAl6Sf7s ILMm029c4aZgknerEubDMyu8bZgPx5U2IASdG+Q8xIJjpETMpm6DFkFFcE9c7Z5dd8Nc JCkVFiFytleb10clb1AQSbi9CoslF/l3+j9yw2UelIMi14gcXmzsZyubVtb54xdmVfC5 gjTj4IuwYKj1uhNkg1EU6WsPXBgh1wm94tQAFjC72jpo7FvMn6i7n3O1+lGLO+GoOZyn i1Raw3WmVhwRS1g3L5Ht3Fed2CC6pMooDW1IA/EzudTVJiJIV7xbJGfCR8JPRYsYP3wU Z5tA== X-Gm-Message-State: AOJu0Yz0R+4gUhGLL5xY3Dr7AbAptUbDe9jrsoNZ6hFI7KQvMTDSPQ/g NC+X16lSprvhQ+1Xs0a5/X6VN181x32iwq+c1RRb4LtcOJZPj/9h5gyYbGaDOtCTTRmieXcFIOM 5o1qlVAJ57Weej9ppyYAn8ouOS/PdgOs2WqvGITKa X-Gm-Gg: ASbGncv/uYNaLirqFko4UbRlXsdkGwUhr8ieXBUe/amLwgOghBXvtecR8yvqHMQg4gn hmED9vuCZa23lVeELix6NJMRnmhmB1A3R5MHVRaB2LYts6i4T8esrbjP00kbgoXxdAzXaFX4hYY 7qY5d53q2dQ+JbalctX+CuLMpRU5oEEuHoAdLXnG3IsBmKHVlLXL5+9k7SzPbT5hMvXBnruR3us EE3EnkZNaKGI+B/4oMuSgIf21BSYpVlD4rGYJq7BAjQYcSWnmzh709A7rwKgpN0IDG0mNf/hlrk IB4UQuGJqw6zVowJf4mj5MipLi2/eg== X-Google-Smtp-Source: AGHT+IHtoWsYcDkoBqcCiVcqzXK23HwtRSys/i6qlAZgH7KoZSYZ6LeIXYrXLIQOsdTn+YaSnqcNGF3cy9AK X-Received: by 2002:a05:690c:62c3:b0:6fb:b3fe:9e3d with SMTP id 00721157ae682-6fbcc23a243mr8888407b3.11.1740089365140; Thu, 20 Feb 2025 14:09:25 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6fb35d4f39asm4806877b3.26.2025.02.20.14.09.25 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Feb 2025 14:09:25 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 20 Feb 2025 14:09:25 -0800 (PST) Message-ID: <67b7a815.050a0220.32594.7b55SMTPIN_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 635676052471; Thu, 20 Feb 2025 17:09:16 -0500 (EST) Subject: |SUCCESS| pw151690 [PATCH] test/crypto: remove unused variable From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250220132807.2000-1-felix.zhang@jaguarmicro.com> References: <20250220132807.2000-1-felix.zhang@jaguarmicro.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/151690 _Testing PASS_ Submitter: Shaokai Zhang Date: Thursday, February 20 2025 13:28:07 DPDK git baseline: Repo:dpdk Branch: master CommitID:fab31a03ba98e7457284df95dd9eef2223a4ccaa 151690 --> testing pass Upstream job id: Template-DTS-Pipeline#213530 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/32623/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/