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 F412C43804 for ; Wed, 3 Jan 2024 05:49:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EFFBB402BC for ; Wed, 3 Jan 2024 05:49:53 +0100 (CET) Received: from mail-qk1-f180.google.com (mail-qk1-f180.google.com [209.85.222.180]) by mails.dpdk.org (Postfix) with ESMTP id 44E94402A3 for ; Wed, 3 Jan 2024 05:49:52 +0100 (CET) Received: by mail-qk1-f180.google.com with SMTP id af79cd13be357-781df3bc08fso66305485a.2 for ; Tue, 02 Jan 2024 20:49:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1704257391; x=1704862191; 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=jM+I4xq5j9hiSVq6beqsMLNYssYTj/z4PjdpfCeo+hY=; b=Q1WIO7xYt5gvb/yZJPmTfvKQaD5zNKnHe5x2mtSjgMMNCl9j3KI+qcHbvmNMQjmov4 W4Gm25tK8r3DdWSU3QoWQYAy7q6LmZV9QpXvQ1oqoFtHyoCWGJEvKGQYFWMwr1cbcAZL uRIXKaEftlLQftrSHtkkB0lnE4XVkoxsHsvchs0KJHOQ4u2gfRC6WY9wA6qlPaS5+4ZZ yOdEDvYWvcoEYU9GgLzGtn6XVYY3CPOtV/+aqwgLbiD1vyeKTkh5x9j6KH33PzKAcfYZ mF+WuJkktwf/gNDN+Q9b3EXBReN7Bl90TlthJ73lkby2wbUSX+CVGaaNKUhmbfE+peGx qJ6g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704257391; x=1704862191; 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=jM+I4xq5j9hiSVq6beqsMLNYssYTj/z4PjdpfCeo+hY=; b=lbuJ5oDpgGVO1SXCFBXXO0fbd6yR/lA8d7yFj/jcu9VQsfBmD71SkoSgvvpxTbGk76 LTBfLtjjtHdIMz9itzudzLMV/iSQgLbYj54Fc+4E76nrFbtbwyGlSmBWX3bCrOmqV3up L+4ifO6bJb8JnBQFvKlO4uzY8xQDTpiTVscmvsz3phayoHjwKH/A9pFYCiIQWMUtOiwk UAMoo9WmR9NNyIi6rQH8Lx4WMrDMKpYEuE1y6odypkqw5BWdVDcHtucTUSgqPK6WLgYW 9bUjSzLPfzqr7uUPB4VjQ1YmZElFNhJ4nDRkYcns3oFVllPMNUkED9xpttgmZsAI3skX 2z4Q== X-Gm-Message-State: AOJu0Yx9CdFEsLNzdOVK75Kx9HymfbjGhnkcvO+smGgX5eosUdvpdIh6 PpOChpY51Pm+jbKm+SnHfdJPbxr3rg7Dt/ssGTtv2gPEoHE= X-Google-Smtp-Source: AGHT+IELLfnWacKZjdmrCHuFRJnAu3KZvWHPU4xNk++5vSkqUUx7M/RFqaxs+QjOF1K+umkUUMRcJg== X-Received: by 2002:a05:620a:470c:b0:781:deb2:9086 with SMTP id bs12-20020a05620a470c00b00781deb29086mr1628810qkb.28.1704257391086; Tue, 02 Jan 2024 20:49:51 -0800 (PST) Received: from openvswitch-ci.ntdv.lab.eng.bos.redhat.com (nat-pool-bos-t.redhat.com. [66.187.233.206]) by smtp.gmail.com with ESMTPSA id qp15-20020a05620a388f00b0078144ddad47sm7649927qkn.134.2024.01.02.20.49.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 Jan 2024 20:49:50 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw135698 [PATCH 2/2] app/test-crypto-perf: fix dst_mbuf size calculation Date: Tue, 2 Jan 2024 23:49:49 -0500 Message-Id: <20240103044949.445035-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240103040024.720600-3-suanmingm@nvidia.com> References: <20240103040024.720600-3-suanmingm@nvidia.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/135698/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7393392258