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 2548443CA0 for ; Wed, 13 Mar 2024 16:43:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1B5E842E2C for ; Wed, 13 Mar 2024 16:43:43 +0100 (CET) Received: from mail-qv1-f46.google.com (mail-qv1-f46.google.com [209.85.219.46]) by mails.dpdk.org (Postfix) with ESMTP id 7EEEB42E2C for ; Wed, 13 Mar 2024 16:43:41 +0100 (CET) Received: by mail-qv1-f46.google.com with SMTP id 6a1803df08f44-690c73735b5so88586d6.3 for ; Wed, 13 Mar 2024 08:43:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1710344620; x=1710949420; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=EtL087xhVq0UrbgRp+E0ZrL2sZ/1NBGsx4QZtryRwAM=; b=rdoGH0GlHQ6G05rREiVfu4QSGXldubY6aYzLoGDK3Dozxd9QUzR9LCGoyNFxL5E/oM 2J9aeUJgihfl3gsGi+ih27qKMKvCC3xGWlS5CnGpat4YAbRg8QEwnEIZFAD9wOAmEicS +lwwL+4mk7Hy0ZxgU3x7pE5K8qgv/CpED+eDoQ3siWEhnNuHXgzpyr4IB/UnLttK5VSz xHGugRAn2CJFyuMFlmtId6uBa6Yf4KjKrLHnQLvT+HG2NxdN0s5MF8CLi822TZFChUF1 224IdDvc6UnJiRK5X81MlV1YBSK3gm6Hi/cNwedXUGBXQimR/JLcpvZTTgnKOvm3DJtY e9XQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710344620; x=1710949420; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=EtL087xhVq0UrbgRp+E0ZrL2sZ/1NBGsx4QZtryRwAM=; b=lOvxqV6ixUwolRZG0R3BSCz/o7bVsqeYiPMF32J04MgWZVtCHqhtOUrNtXUvUw6iKZ P5Pm/nMLqMn7dcIiivZtQNZfGCMgr4r2tGvt3O7VuRotDzIcnJnNfZ4Ve9R+G02VqQrF 0dqnXRCDT8V2xBTG4ps8K+DyBWVb9wzadCx6H//ICwpRdW67q84DdfpEBQhrbt8D1m2G /BxqBBVkfrK260TvkTR/xBpMrCVFq6Y0RP6bfBC99TuvDVtF7dp8dPKBU9zSDJTztON0 SvfjLnWO4WjFQN5xizKFZpOUfc/45CjIDCHrW8FzDlTbqu2RJNxP7CN82tBdii8p49Qr lXVg== X-Gm-Message-State: AOJu0Yw+VEWOK+P0+J41cb0SSHz7LG5oZQ9HtIwvWqQkZlPT2RsV2Kkm cDJezBJFFTvbmZED1trDjWL72v8Xe4dRhPOyEm+z8xm/87Y+0WwiWAO4+u1cdXI+kjQpthwxGDl k X-Google-Smtp-Source: AGHT+IEcd7EeKh7s2Xz1qpbnTLfVd72ECg1hSmP7tOkPV4VulbG8kr0UnFsvX5gXNJ1xlWc8jYAMww== X-Received: by 2002:ad4:4b74:0:b0:68f:ab60:785d with SMTP id m20-20020ad44b74000000b0068fab60785dmr226023qvx.11.1710344620635; Wed, 13 Mar 2024 08:43:40 -0700 (PDT) Received: from openvswitch-ci.ntdv.lab.eng.bos.redhat.com (nat-pool-rdu-t.redhat.com. [66.187.233.202]) by smtp.gmail.com with ESMTPSA id t4-20020a0cea24000000b00690d91e0b00sm2661127qvp.11.2024.03.13.08.43.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Mar 2024 08:43:40 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw138331 [PATCH] app/crypto-perf-test: fix unset crc algorithm Date: Wed, 13 Mar 2024 11:43:38 -0400 Message-Id: <20240313154338.1697001-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240313145448.26264-1-arkadiuszx.kusztal@intel.com> References: <20240313145448.26264-1-arkadiuszx.kusztal@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 From: robot@bytheb.org Test-Label: github-robot: build Test-Status: SUCCESS http://patchwork.dpdk.org/patch/138331/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8266911474