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 E2FBE43E52 for ; Fri, 12 Apr 2024 14:44:15 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DDD89402A8 for ; Fri, 12 Apr 2024 14:44:15 +0200 (CEST) Received: from mail-qk1-f179.google.com (mail-qk1-f179.google.com [209.85.222.179]) by mails.dpdk.org (Postfix) with ESMTP id 6EC10402A2 for ; Fri, 12 Apr 2024 14:44:14 +0200 (CEST) Received: by mail-qk1-f179.google.com with SMTP id af79cd13be357-78ebc7e1586so188058485a.1 for ; Fri, 12 Apr 2024 05:44:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1712925853; x=1713530653; 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=NkjjU79S3pzdULgYIO7sTX8j4FaAF26Do5lQdK4wjsM=; b=TfbA7WiMINCSpH+xvvERPNsx+V2noQdNCgU98CP+0DQM/q6yfh1ufO5I8mF8faly6z 7B9MncB12xNLyeaGwBjsfweWHmOQ6bi75cKvwYP0G0DVL/ZYxcxh6yZ5gY56djDQyPKW UteilGDVN6/gK+A4LWRoKsQQ0q5KNH0Gt8hLyXZQBxCBNIk0VX0dMp9A1ywfODgkesl6 BEnkfcQOunb4h9+4CplR59AUGlzYig0dgDgfnTMNFV9O49jRcUSMzSTuZpNvcouS9SBd 8JjgM8dKfVtPmAoC0n/mtSwnbLLzUjZq0lpzJx9BBeDEjzJLsibfQe0zduAyQo9B56yj Aa4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712925853; x=1713530653; 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=NkjjU79S3pzdULgYIO7sTX8j4FaAF26Do5lQdK4wjsM=; b=Oktn+mSu/NiDcfSjNmKGDbTS12PpqsKUYqvq4q6iaBDDTUJM1DlNRENDu1pPgjmjIx dJ/CELUsqqvKVo4IAghCeyYL3u/w6cLZpiEKzHqL8mbT5dZl0hJIG0fmmrFW/OCF1HhP yHNtGqr8tLsuHSPyz3TXzm64Eu90l5dhqFJFREnSTUo4KzPSdJxwKtw6xxD+wmS+KobO qRn69/seDalzn9s9MR/by24APbdYU2FngUstCkxXsXDaj/KdUeIzH/c+HwThEmPUIVyL hmMCZFmV0gccBBL4/JeDLzzXeJ3ocHVIax0E1WEj+YQhUZav5x7zBgs9vVr2iEeGa6sX +iIQ== X-Gm-Message-State: AOJu0Yx81ne2F3vJX17FcBaIp6vSA3a9248n1a2IGMRaEEL+IrYa3uw3 zByWZhpROnCXcofMruav0/uWkP7Vvck694JP/OA+oX7qmVyaqQuEkMD6dL4g0YIGs+H0whRP47X 4 X-Google-Smtp-Source: AGHT+IE2bD79zeMmLJ8kAUULMg+5MsFlhohBVw73SZ2T990PHwIEvVMOWai36vWAjvmdBpa3W+7GrA== X-Received: by 2002:a05:620a:4606:b0:78e:c817:8f7c with SMTP id br6-20020a05620a460600b0078ec8178f7cmr5069568qkb.35.1712925853557; Fri, 12 Apr 2024 05:44:13 -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 h7-20020a05620a21c700b0078d72553055sm2334096qka.11.2024.04.12.05.44.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Apr 2024 05:44:13 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw139246 [PATCH v2 3/3] test/crypto: add QP depth used count case Date: Fri, 12 Apr 2024 08:44:12 -0400 Message-Id: <20240412124412.2110157-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240412115722.3709194-4-gakhil@marvell.com> References: <20240412115722.3709194-4-gakhil@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/139246/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8661731350