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 4889045AD8 for ; Mon, 7 Oct 2024 18:04:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4646942D2E for ; Mon, 7 Oct 2024 18:04:05 +0200 (CEST) Received: from mail-oo1-f44.google.com (mail-oo1-f44.google.com [209.85.161.44]) by mails.dpdk.org (Postfix) with ESMTP id 50BBF4026C for ; Mon, 7 Oct 2024 18:04:03 +0200 (CEST) Received: by mail-oo1-f44.google.com with SMTP id 006d021491bc7-5e5568f1baaso2447807eaf.2 for ; Mon, 07 Oct 2024 09:04:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1728317042; x=1728921842; 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=vbseV0o8kheXwGJT/wSp1l0CO7345PyAZTaPKL4HDIA=; b=QlhPDRamB82aXGClyLVSqC5T4tBwdGmbPgaUb3ZYTXUmh+gMbHo9J9ZYUFQkNtYxMH Fmi83Pmpk2uIcuFlGRXF+Yl7XwMxACRFKXaYcooJN9bnL3FkYKnnPw14YfSUCIeWxkFL ZaQTSpJlASXUFtrGpPAD2mpGQJ4xPLOKKu6WctrSjxD0VB4WXURxrGshOxJrQtrPZC4d 6sYVENgbDlJSe0nmYw0DMDSzXj6LYuH5kgjk++/AHvcvWdVoOKf3TQCRllBSFRlIYMs6 UGDsLTjdvMbDMCWr5+jF/TzVORDgeJC5qwjGt5cvSnjx8eJTSXXcG2Qqa7RczEJUKFas YCkg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728317042; x=1728921842; 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=vbseV0o8kheXwGJT/wSp1l0CO7345PyAZTaPKL4HDIA=; b=kjgzqfOaC0CUatmvhIQBKTR5WdKJl29SjArz95OJbJBqEAKhPMYc30p5jGSGqzNanY EDPTgGaZ/t2k+sGgOfTNLdiLic3qYOpIZTzP4zZL2pWvMzQ9rqnJUHCh9mWrpj6F+xrT 7mYaaP0Zo277F+Mb4HIyrwRLxctRaYTbGbkxUfENbLyuHTpoE0dJwrN5j7zjIPBHtbOb 2BVNDru/ui6UJAAobqxoAYGdzQhHne3RkXLgZraKhO3v+cPv64d8f6KIub6ANxjPL5EF CLoV6Z/zNjzA1K5pexcVQ6xSOgbB3a2Vm4eL5CxKKZ4w9zA1cgx3fm/Js/l/AE+vy5wP 15og== X-Gm-Message-State: AOJu0Yza9atAxu6BzHvZLD9kGhA4c3NlhHCw/WoLdZ7x+T0kpVobfD9R yv2wSXi0WYSeOqgZ9iQcFQAhooEy0lMjRClMJHaGLmFzpyc0+AdIq0eWjTAkqsKG78XONDRgpF5 G X-Google-Smtp-Source: AGHT+IHF/K2dR78fX45hz/8/35wKH14uILhtsr8ikNqTmiWezMTfDZ+HrNqjTwEUZw+XMy6cZfk78g== X-Received: by 2002:a05:6870:8995:b0:286:f7a3:a4d1 with SMTP id 586e51a60fabf-287c1db8416mr9698726fac.1.1728317042118; Mon, 07 Oct 2024 09:04:02 -0700 (PDT) Received: from upstream-bot-ci.anl.eng.rdu2.dc.redhat.com ([66.187.232.140]) by smtp.gmail.com with ESMTPSA id 8926c6da1cb9f-4db8dac7279sm246540173.33.2024.10.07.09.04.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Oct 2024 09:04:01 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw145314 [PATCH 5/5] net/virtio-user: support vDPA configuration callback Date: Mon, 7 Oct 2024 12:04:00 -0400 Message-ID: <20241007160400.1767412-1-robot@bytheb.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241007150403.1680983-5-skoteshwar@marvell.com> References: <20241007150403.1680983-5-skoteshwar@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/145314/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/11218788512