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 22BB4439D0 for ; Fri, 26 Jan 2024 11:04:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1EC6F40289 for ; Fri, 26 Jan 2024 11:04:22 +0100 (CET) Received: from mail-qk1-f171.google.com (mail-qk1-f171.google.com [209.85.222.171]) by mails.dpdk.org (Postfix) with ESMTP id AD76D4021D for ; Fri, 26 Jan 2024 11:04:20 +0100 (CET) Received: by mail-qk1-f171.google.com with SMTP id af79cd13be357-783da26489aso9537585a.3 for ; Fri, 26 Jan 2024 02:04:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1706263459; x=1706868259; 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=aQsNTx+0mtF1w2qx3AeaWS0NS5YbsnqN6SixnYjO3pw=; b=G1aGlD66OQrSAM8P480+TBYgshp12rHqK4dzuKPc8SU7A0pjzCfYv13+7H0eI5SUxe 79L+901MD1wMPq/QQszXJLMWr8YG+Z0hAsDkzhr+RidNh0s/fdSd3iSQ+A0ZvQolpzau +kakvuwLtMdNlPC18X4+sKKXgyseguGUbFXIzj9KRX8MWQnvremOG9G5bQvQlJcexi1z EjHljk+EAAOXEaUC+z3hlPiFcY6Lbw1JSzqwC/2ANtv4gYD+WTDQtDMJw5T7+GPszPQa 7m9n48Ov4HyG3h7MD3+bG5LeYIEffetDJS7HCUcj2GgB8YiDp2Ibs3hEboeMCvKgAmLv Lwvw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706263459; x=1706868259; 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=aQsNTx+0mtF1w2qx3AeaWS0NS5YbsnqN6SixnYjO3pw=; b=CTC0KT/bZ+YS+SGFPS89MAGqdOBZaOE3yTCVtMSvj2F9SxVqP+9yDUCSL4ovExWHbE 1FgpM9MgvXrcTZGK74MMKX3Ft90FV1EYVsXYUBSXiVRQUbyy1gMrxpiGfq9AGJygYvz7 7oY6fDtD1iDNHReD+02ptfWZ6yTn/TuCHkxogpIiyi3CjKKNj/yfA2De7iJXFsEcGM62 hrHPVc3V/Gxd8h30PzwyFqpMTQVWjObb8otoJfHJYItCEX7e+a842k/boSzWrb3nuy9K oppfOyGp9qbBhcMUaeNuoP4XJW89+RpsQmj/2pvM0sBqKOW/oxjP8wdoAxvc+elEOMlY 5ALA== X-Gm-Message-State: AOJu0YzVlZoxpMpmfmBzdh7wK+UXOoBXDPE88nUViEYzuryc9ZXvFcCj krMIVpH8hCFfBw50vHHBrkTsghbiflsweqhwxcGlOt7j2y4Muy/uxVrDI1ZH1IgWzpnKN/vav4T y X-Google-Smtp-Source: AGHT+IHG1K32VUR9nvZ7M6Vz3SCBpv/9nFqeNTmLrA68jD/pnZCGMXIeug0B57q7r0DPKa3+tH9YWA== X-Received: by 2002:a05:620a:12cf:b0:781:ea40:175d with SMTP id e15-20020a05620a12cf00b00781ea40175dmr1078162qkl.70.1706263459676; Fri, 26 Jan 2024 02:04:19 -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 k13-20020a05620a0b8d00b00783aa2c9a1bsm432586qkh.103.2024.01.26.02.04.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 26 Jan 2024 02:04:19 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw136179 [PATCH 2/2] dma/skeleton: support fill ops Date: Fri, 26 Jan 2024 05:04:17 -0500 Message-Id: <20240126100417.2410428-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240126085726.54581-3-fengchengwen@huawei.com> References: <20240126085726.54581-3-fengchengwen@huawei.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/136179/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7666236448