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 6E0CB45E94 for ; Sat, 14 Dec 2024 00:02:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4D01A4026F; Sat, 14 Dec 2024 00:02:53 +0100 (CET) Received: from mail-oi1-f225.google.com (mail-oi1-f225.google.com [209.85.167.225]) by mails.dpdk.org (Postfix) with ESMTP id 47D02400D5 for ; Sat, 14 Dec 2024 00:02:51 +0100 (CET) Received: by mail-oi1-f225.google.com with SMTP id 5614622812f47-3eb8db8ae9aso917169b6e.1 for ; Fri, 13 Dec 2024 15:02:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734130970; x=1734735770; 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=QCoDuFiuHMktnqXOi/FY4vovNbdvPPU9R/3zClvM1zQ=; b=elomFrAlthX+98ZiCnEyaSLSp9WLnq/BZ4QIEaipwz4rvR/oWBJIbQGwcTDri54Abj dZN4MI6FTIa+O75jYzbzWfXcrkgttQYt5CBorn3aAssOeLDAdiHdK0wJ4QdVyCu4B2gQ bj069f5tw6ZntzeZYih3s+WIMk3pyZBr4YdZ0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734130970; x=1734735770; 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=QCoDuFiuHMktnqXOi/FY4vovNbdvPPU9R/3zClvM1zQ=; b=gPjKb3V0qRepmIQ6j7uSr+OQOznexq9vc0MUcFaUvY6yM5ZBVt8nvSbSuZO1MthkHf 8WV055BqKgiSwppsis6p6Mq1l24iq0g7leKVfFlnpcHjN4eJwFDiXFv7OTLRTFcM2zH1 wIMdsSfSYveolZ+D+5GOmXOGuwoewYTaIFJBJKauBtvRMTCCPeTqVdvNjExyNkKPCGJW w9uAQOwQOMldQTJv13Z/aQDnWJHhkfFmeewANputBvKYbmsy/v9mJHBEH/R2h3IxH5hN jyWE5rHVL75IVfGcimQXr0dMi70/lB86X0gXkcTu+g6FdfMiDbkqG19PqGNcHK/ceo5q H5Iw== X-Gm-Message-State: AOJu0Yw/2nsCSgrHSXT+QlMZEVMQhrM02AVJE3g0SK6RJYf/tMLBGoaE Q0knIvamngb+bXxrZ3t7I6960qI9EvB3gDuLRABtJBB1mgNbufE83+USf4ilFIdxpQesCFQISsZ 803OBWgOYevq5LyvrbjfBngruz3GnZwgDMP7SuxE+ X-Gm-Gg: ASbGncsJzBIvpsrPOyy3+HBq5wFFAxO2iKw40854hwDKLlzQ8RQshxcZCyEUgCnziWK hnZTUKaVWVj2UCRVxbwn40IUFYxjqEuekZfuIHhEZ+Kk7lMA0NbLOUhIr1qu1oy/GvMx61jwnim mFRM+nlixgb5N1WH0Db/Ubg0e75ayNon/X2uoINvrzbAf8SeONaD3DZocFdkC2R7f9a296KwMQu U9eTrRherz1WqLiRt4nHtLdE4aQYw0Yjsq8kWnEFvqNUFT3LomayV//GO9XBhFi/iHdae+za3f8 Ig== X-Google-Smtp-Source: AGHT+IEq/zaZBS7daqE9QA6hFvP9iK/kc2+4aYgkRuCIfE71YdarI9VONIhtdK2KAX8oRG34VMqRAJZXkDhR X-Received: by 2002:a05:6808:189e:b0:3eb:66d7:a33e with SMTP id 5614622812f47-3eba67f9917mr2935073b6e.5.1734130970434; Fri, 13 Dec 2024 15:02:50 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 006d021491bc7-5f33a895762sm14920eaf.16.2024.12.13.15.02.50 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Dec 2024 15:02:50 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 13 Dec 2024 15:02:50 -0800 (PST) Message-ID: <675cbd1a.050a0220.1188fc.0ecfSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id E0FC86052471; Fri, 13 Dec 2024 18:02:49 -0500 (EST) Subject: |SUCCESS| pw149231-149232 [PATCH] [v1,2/2] app/test: add SM4 GCM tes From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241213125850.2714328-2-brian.dooley@intel.com> References: <20241213125850.2714328-2-brian.dooley@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/149232 _Testing PASS_ Submitter: Brian Dooley Date: Friday, December 13 2024 12:58:49 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149231-149232 --> testing pass Upstream job id: Template-DTS-Pipeline#202162 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/32138/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/