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 F17FB43BF0 for ; Tue, 27 Feb 2024 21:25:48 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ED9CA4026E for ; Tue, 27 Feb 2024 21:25:48 +0100 (CET) Received: from mail-qk1-f172.google.com (mail-qk1-f172.google.com [209.85.222.172]) by mails.dpdk.org (Postfix) with ESMTP id 3C29340150 for ; Tue, 27 Feb 2024 21:25:47 +0100 (CET) Received: by mail-qk1-f172.google.com with SMTP id af79cd13be357-787a8cc7d95so13425085a.0 for ; Tue, 27 Feb 2024 12:25:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1709065546; x=1709670346; 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=JZSpZq+V70l0p4X5kjUsgbGxZFxBdvaETxrXXrV3tSo=; b=ZVGu4klCipKj9P2drYTvJSS3IkfUpn57oBhBiHKaNvVXVXrcKY/hJ6gZOuyu8RSGeY 1BdeXWKZJnvwWbRTzrMP6aWR5is2j8U3eo8gIHDvTlGPQmI5Q/EWgNRQbEFceWUm+MLq vf7SRRbWOlFs/QuMs/ptXuRFg6/mmi+AKYLMaqyL81Pv9mpBdMwl/zLBNw4+bgBXbbPD Mhdvzq63uFys59913xLdSiEHQw/MCKtGlwQiOUehogEc4wQn1uRM10kFfYdOr1+LHm7v DxnAlqi/o/21wus4Z57+HxDTTrfyftyromWPCIKG32J+2a1xgU6lq5caR1CuT2GuA8gO KFkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1709065546; x=1709670346; 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=JZSpZq+V70l0p4X5kjUsgbGxZFxBdvaETxrXXrV3tSo=; b=jzoHgEsd3/pVSuY6DQcbvzba0+qJmFIdlHAGEMBVGrar5M75M7tZIlL6W42vHyEtmR xybB96WdFsax2yVS0Z7qv4GvM0twmwdorJfZ4SW0lA7In9Zo/Gho+6NDCnh5X8lPoCya LaQDXhDUy881+sZ0t7HiWk8MJE2PV+fFZyhMHJJcuNbeEay396KDKo/kY7kDc5e2M39n 5UUW6+r0hGqYBElds34WFCMIPZ5atVUtVQ8ozQebNXaqmGHfsiqHWOZEeG91XiZ4esmd RbhiPWzXnIRMXSkzavewIBpyblynwOnEvl5Y+3zUsKEVuxHDUG1Rh7X6oK/1TpgrHWJr 1jdA== X-Gm-Message-State: AOJu0YzuyxI3Vjb5s7Od03dGZmeAKgEML1DpDgdjglJnZQOOVO3YvITE ZOflOUKbN9ytrNCU8Yq/5UHwEoIwKQvPUKv9npPeAjRpoQtzqKj/sg57KPBrWAb0PM7mfIl0zu3 B X-Google-Smtp-Source: AGHT+IEZoNKFU0nUsKR+4z3o9ykIjEXFhCqR7VGfdd25mA+kXAaUHbPEK/2MtOhNI7egPfkI7vXybQ== X-Received: by 2002:a05:620a:1a8e:b0:787:c781:f04 with SMTP id bl14-20020a05620a1a8e00b00787c7810f04mr784315qkb.2.1709065546227; Tue, 27 Feb 2024 12:25:46 -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 m4-20020a05620a24c400b00787cad5dceesm3182468qkn.18.2024.02.27.12.25.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 27 Feb 2024 12:25:46 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw137399 [PATCH v2] app/dma-perf: support bi-directional transfer Date: Tue, 27 Feb 2024 15:25:44 -0500 Message-Id: <20240227202544.1080254-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240227192601.3932913-1-amitprakashs@marvell.com> References: <20240227192601.3932913-1-amitprakashs@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/137399/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8070495766