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 5D4DD4374A for ; Wed, 20 Dec 2023 15:24:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 57B2442D45 for ; Wed, 20 Dec 2023 15:24:19 +0100 (CET) Received: from mail-qv1-f41.google.com (mail-qv1-f41.google.com [209.85.219.41]) by mails.dpdk.org (Postfix) with ESMTP id 18728402DD for ; Wed, 20 Dec 2023 15:24:11 +0100 (CET) Received: by mail-qv1-f41.google.com with SMTP id 6a1803df08f44-67a338dfca7so46901846d6.2 for ; Wed, 20 Dec 2023 06:24:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1703082250; x=1703687050; 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=0On1L+qbs3yrPtRIGoxgefc/N62lp3kV6P3etidP+U4=; b=diUa5MMA8D0svNqjiI64qIAp5SxDYygBjjRMg7cACYIvbQXTIDU49YCtApStPT5XB4 trqcpJjaKunPMEmjp323z6kVSRID5tAX0WUqHV2ASXnjz2+HAaXnAqKb0ztT//4oh6WD k5nNcJUgf80mX56m2ORelT6VXK2zUvAM6aCyPsvp0K1PQ/5johUR3VrPTN3DHmWpp5h0 Swez+l1/Vz46fXQgpDliP7mQ6C+V61ag3hDzWeEoFMwlTiAfpzvuUb7GhKLdxtUDMh8G cTAkqiUrTT37Pgv26It+zE1fKGEPFHtCAPTvK35WpGUgdd0RSsH9nQJUkFBy6DkTZD78 vxQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703082250; x=1703687050; 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=0On1L+qbs3yrPtRIGoxgefc/N62lp3kV6P3etidP+U4=; b=qJsHNSXF39PLliBTvF1XS0Hu73v/kBttm6r38XX3WuwUF3bWbAy/DUiPLNV0HOV56y n8f43hy1HwZvthKRafyGO74xSqDZZ/GCcXimEvbGQeJn98+TyLMy/pgScxsHZyjzDV68 6iUSvyDZHeZ2+pUmINK117hmOuBuFX3aXSONLK3IJSxBlkBCijZHvc1K8oxaV+O9zrmZ Q4EJ09PC9drYsiG16pjjhGiHI/zHro7NOxekYon0TYUYMzAp7NlLMD3SIwvkNISO2uoP mF0wJpdLkZpzcZns6ZJ+nVO2i4MCyNJJQhpGL9X7AZQfm3dq8AFnjLGAkcqO9vr6/hXP CkZg== X-Gm-Message-State: AOJu0Yw/P1pbe2SHva3XNqWY3+zZhRMtv/ZrwwSRGHClbt+Li3OGixJA WpjPDcTXWm2Fm3fPleTCeU+gR5GmkgkGLKiOMDQ= X-Google-Smtp-Source: AGHT+IF+Qwt/XwlrFtgmxYcFqW5Z03BqDvVXnOPOR2UqZoVNsYne5KKqrBzVlt9/S2HcBdskz67Y2Q== X-Received: by 2002:a05:6214:2428:b0:67f:3136:77ca with SMTP id gy8-20020a056214242800b0067f313677camr11190414qvb.20.1703082249858; Wed, 20 Dec 2023 06:24:09 -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 r7-20020ad44047000000b0067f4807de3asm2555869qvp.75.2023.12.20.06.24.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Dec 2023 06:24:09 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw135397 [PATCH 4/4] test/cryptodev: add tests for GCM with AAD Date: Wed, 20 Dec 2023 09:24:07 -0500 Message-Id: <20231220142407.187296-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20231220132616.318983-4-nishikanta.nayak@intel.com> References: <20231220132616.318983-4-nishikanta.nayak@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/135397/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7276240928