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 BB0AF43C90 for ; Tue, 12 Mar 2024 12:42:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B5546402D8 for ; Tue, 12 Mar 2024 12:42:42 +0100 (CET) Received: from mail-qt1-f174.google.com (mail-qt1-f174.google.com [209.85.160.174]) by mails.dpdk.org (Postfix) with ESMTP id B1B1440282 for ; Tue, 12 Mar 2024 12:42:41 +0100 (CET) Received: by mail-qt1-f174.google.com with SMTP id d75a77b69052e-42f2009e559so39655511cf.0 for ; Tue, 12 Mar 2024 04:42:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1710243761; x=1710848561; 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=8np3LN5BFlIYhYyeXKMbkBlMd5b2oaaqyXYaEK4tXTs=; b=cAPYLn0dEfJPuiam5upKAZqVqC32IvY8Nf1iWZSDrf+Hmh6081PoAMshjVGG5JCAkx gajuc0QtgxW87+9C/jT4uC8t1Gf9KwTbGA4W3ConKZII4OGXHJuhmi7B/Tm1uvjwEZFM DGRkZlTOKWGxQIgBtKjkX/iD6+bMtB3VAE1IinA8/yIhEzcrdfDef3h6X5hodx9OXPc7 qEi6agWnzEf5ry/pRjrzijWt7hcWPAwMqWlJXfCNuRJbwroX5/QduggUYLTaFPl7EwVD RHbm4CC3VL5VUW1ImOndqzlQOT+07v5yAMom0kHSRrg9fopXxO8SB6XqaunVtptZ+zfQ 5yfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710243761; x=1710848561; 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=8np3LN5BFlIYhYyeXKMbkBlMd5b2oaaqyXYaEK4tXTs=; b=spx4l35Wzlxznp0ST5UqDpVZSib9xuGoF82yq6YbMRKaJZIKsigDNOP5By79UIk0VL AOYZnthebmKX7IGq8pGomTPEnCiEDnzJ5TBIbagC/jCm+8mM5Pu3hC9Dbk0onQ6j5Sxu LGCxpSPhx6wwP4TNtVhAb3SHsvZMEO37q1HDAFvBakGJxGpB8X6VEbPTI6/TYAAw5lgK SjVrarPTzO0zMg+0var1X90ubGe3wsSUIkFUl/KthmNNyM/epKA4aM4MEhvl+HdWQ1zY iOq56IOO5TGowhFbjMjuQ4RkTjreEIKcc+6M+R/GBX304+13k47nKH1NhbTW6JroqEeV bIHA== X-Gm-Message-State: AOJu0YzZtLuGJFg3lZOLUDjYNGd2lSfHT3/iQ4nwD/xJh+H8lU5A15Rp PXglQuHJouSIu1kEJuL+AxE0GndRzKHLNlKGHseNFe6nbXSppPKOjbPgIwfWKE0BsV6UZ8bweZw c X-Google-Smtp-Source: AGHT+IFJW4mkjM3j4J5yDc3GGKTr1S1V8WfA9STOivzHO62VaIi49/V4m0kdf8KMSVKLzHHa7fa0ZQ== X-Received: by 2002:a05:622a:1901:b0:42e:ec70:783b with SMTP id w1-20020a05622a190100b0042eec70783bmr15664093qtc.7.1710243760862; Tue, 12 Mar 2024 04:42:40 -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 o24-20020ac86998000000b0042f5204b875sm935838qtq.53.2024.03.12.04.42.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Mar 2024 04:42:40 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw138211 [PATCH 2/2] net/virtio: fix notification area initialization Date: Tue, 12 Mar 2024 07:42:39 -0400 Message-Id: <20240312114239.3189927-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240312104849.667036-3-maxime.coquelin@redhat.com> References: <20240312104849.667036-3-maxime.coquelin@redhat.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/138211/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8247710294