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 BB8AB43922 for ; Mon, 22 Jan 2024 05:24:48 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9D7AF409FA for ; Mon, 22 Jan 2024 05:24:48 +0100 (CET) Received: from mail-qk1-f177.google.com (mail-qk1-f177.google.com [209.85.222.177]) by mails.dpdk.org (Postfix) with ESMTP id 3598B40696 for ; Mon, 22 Jan 2024 05:24:47 +0100 (CET) Received: by mail-qk1-f177.google.com with SMTP id af79cd13be357-78329cb6742so185353085a.0 for ; Sun, 21 Jan 2024 20:24:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1705897486; x=1706502286; 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=dOnpwp2DLYpI4Mi1uvErN4jFx68/XcR9/T3FZ8y9JbI=; b=cZwl4VVEZ8ucVsY2dxByAU48Hy5d36dhAhkJh2mABHDijZy0jBFvkJjR5QJvHwozxI AtPhHgDWpdlQ6SUrQ404Xs0iz8Fz0t2fQv/hpYYvP1+KFYniqeU/uevVQrDEoPv0DvAm aG3zJscC1l2IZTVipwK8nT3M3LehqnvcOj70KsaUaOlKer9y+8QdPYwcvKuIRgGWrdKw xdF/Y0eOE1MnO5hbLYEyOcHFiqme43iRlevrCdpfgOHbuYg+QdMENHGeJtzOdojLgUje NHifbTUYMqTQOzyZgesZikbNLxMqK3yHGUZPGGQAzAqTGwBfp+Hea03hzTcFMN6QdB5r bpbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705897486; x=1706502286; 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=dOnpwp2DLYpI4Mi1uvErN4jFx68/XcR9/T3FZ8y9JbI=; b=gW7XaVcdILvN9drztSSvtsrkqz5Br94iIK3hQdiVuodDZhxwR94pwQ2zuHcslDoE51 Odh2qlpoG307TJbJGv94fEnpe+46SowDVJ/gq+j6/TeWGz4ls7uRZL9ud1Pei39Dm7vl sbQJ+ii/oIhIsDfR+tzgMqh1HO//StNuFPps0p7Cbn11iaiW8k+N+DqWnXDnRIxM2WCs mwwYF37suxO2o5l00gpJ92vkCPk1B6I2y8kxwrSg+hrerI+xXf2/XA6LsbVu/b8RyVe/ HFUrcN8wgm57G6bo2sCxXV6JMkY8fnY6mxKUGbSCaPV+0pKYXB3xNBoen+y7Ik26rUH0 NFIg== X-Gm-Message-State: AOJu0YxM3Whn9iW2zt2Hzj1LvBWV0hyYCEr42kK6xe5xF6fpyD5xT7rM bJjR/ufUt8CGi7HU+qnZioEcXP5KDkXWw310AH41woMTJahfiDqrw+508O8qS4Ll3v5Nbu5Ajq0 s X-Google-Smtp-Source: AGHT+IFu46Q2AK3eUoWcAUA4dSjQCCcokBv9yhXz5X2yMFTHbIMSMGcr1p+Ikb68/tOzBlB7axvGlQ== X-Received: by 2002:a05:622a:174b:b0:42a:4422:4d74 with SMTP id l11-20020a05622a174b00b0042a44224d74mr141846qtk.95.1705897485894; Sun, 21 Jan 2024 20:24:45 -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 az7-20020a05620a170700b0078364380300sm1826456qkb.39.2024.01.21.20.24.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 Jan 2024 20:24:45 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw136017 [PATCH v2] vhost: fix deadlock during software live migration of VDPA in a nested virtualization environment Date: Sun, 21 Jan 2024 23:24:44 -0500 Message-Id: <20240122042444.1925939-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240122032746.2749586-1-chenh@yusur.tech> References: <20240122032746.2749586-1-chenh@yusur.tech> 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/136017/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7606197137