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 4479743C4F for ; Tue, 5 Mar 2024 09:25:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3D90A4026B for ; Tue, 5 Mar 2024 09:25:26 +0100 (CET) Received: from mail-qv1-f52.google.com (mail-qv1-f52.google.com [209.85.219.52]) by mails.dpdk.org (Postfix) with ESMTP id B4D074014F for ; Tue, 5 Mar 2024 09:25:25 +0100 (CET) Received: by mail-qv1-f52.google.com with SMTP id 6a1803df08f44-68f54a65ae2so20123706d6.0 for ; Tue, 05 Mar 2024 00:25:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1709627124; x=1710231924; 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=7SKmNJt7EMdPrIMqS7pNi0Hc8JZ6TYCKuzldRmzwgO8=; b=zCdSYj7hciflsQ95Ok+QdtcrBJXpIBcXbcOrGq13dtj5JbNtPCGnm+omKgOgYk4Eh7 4R1AxnNjQTcLJIFlrgTkzsplobxac45l+KT7UcjBK0U0aevoMIxTK8J1rLHkPnynDgvV dAtFlUNmQlXDwWFRDfs+fvjJSWvcy+jazeXl/c1dlVokVgOUUQgpTGJ8YF4NL0j3EWdW nLwVq1Cic0Gfd29+sjiMNMScYOWJBbmVKdM0D20FUVlOFHW+1bFOFghIG7I7YhrRjczY sR8SVn4e8cusPkw8wWcUSJLbH5eQ+6Iq+4wg3dlSgUztDOENM8fWBknJiukq1QHcdyq/ OIJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1709627124; x=1710231924; 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=7SKmNJt7EMdPrIMqS7pNi0Hc8JZ6TYCKuzldRmzwgO8=; b=DLjJlrsAIQyhkenSC1lRGMu6hHzvF5OK2o3rU2wZBEElgBWWPGeTWtKYCxpuNmaWs4 z1VfesT+MPcA67BHkNVwWaN4G8YvrdhAPQwlItGiYkqRzkHmwYaqmA0QpSw7mqTmQ/o3 dLnTgY+mb5EZzZzInjgiEN7N9Li+eDPNWx7WQBoXdFCLvPj8IL7qn5um96c3VY8UKtzQ aTRQaCrSeYVNwqHqxpA7hVB/BHjvyhlrQ5Lb1xQHRakjIOYYF53K6PB7GJs5gj7s2pnT V7pxlJA7j63yugxSFtGeoLs6UNI9Z2x0Se/xgfLdiI0pQRkzyf9lpMAl8fk1CLb7fXtd 3IcA== X-Gm-Message-State: AOJu0YxIScABRofjNR87NuNynDpdUmMLqWcVW5qsu/Z8A+fdai0v/6MQ pq49XLRShWz/Jz/2/JX3tfxIA9am2uqRgrGpy9DgKOpEfmLC3KL2Yd0oa1CARZgtaSXq6GWxYoi + X-Google-Smtp-Source: AGHT+IGRa1DHI3jtk3mPSALLE+MbSF6i+EB7YujztBSNCScZXnhlKUX4KgXj27zqdL7ati95HAS1xg== X-Received: by 2002:ad4:414e:0:b0:690:5fd5:37cb with SMTP id z14-20020ad4414e000000b006905fd537cbmr1283107qvp.28.1709627124581; Tue, 05 Mar 2024 00:25:24 -0800 (PST) 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 qj22-20020a056214321600b0068f73372424sm6020752qvb.90.2024.03.05.00.25.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 05 Mar 2024 00:25:24 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw137982 [PATCH 21/21] test/security: add out of place sgl test case for TLS 1.2 Date: Tue, 5 Mar 2024 03:25:22 -0500 Message-Id: <20240305082522.1112870-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240305072213.283205-22-asasidharan@marvell.com> References: <20240305072213.283205-22-asasidharan@marvell.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/137982/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8152718581