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 1240D45AF1 for ; Wed, 9 Oct 2024 12:04:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0D09D4065D for ; Wed, 9 Oct 2024 12:04:31 +0200 (CEST) Received: from mail-qt1-f177.google.com (mail-qt1-f177.google.com [209.85.160.177]) by mails.dpdk.org (Postfix) with ESMTP id 015EE402DB for ; Wed, 9 Oct 2024 12:04:30 +0200 (CEST) Received: by mail-qt1-f177.google.com with SMTP id d75a77b69052e-45f07eb6f03so10762761cf.0 for ; Wed, 09 Oct 2024 03:04:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1728468269; x=1729073069; 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=428Ps9Ies5HSKF7zYXV/wmY5gOnFdLSsKL5c7lZZSag=; b=vde//PBLBx5hgQGR1UUrbY5Qu3qq14vDmoXQugpdRnmtXANbKYqKdVNvcTEbz2Citg qch+LYjDtboFjRHNbVwYBWsEkzc/H9JlHPlsteHPv9CrUP3MCV8ZHsKiY/tEShywqLj0 bPp5Ju1nZNFmFLX3L8tLmh5l/a8bDaqIIp6jTfdPQC3jJkG1Xq55xRMqPzLv7cXosqS4 BhSRTYH6HZ3O5CchpVuSHQyKnHw2PuA/9SEHjmJIyKxHAkyX3CZJfwacFJDhfeGzwfcV RFEqq3dFijw7m9Bg9h+PaVbBCYgP8oWV04EIWx1uMJ2ZVb5yMTK8UjuAMO6Vq5zjnrMU EhgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728468269; x=1729073069; 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=428Ps9Ies5HSKF7zYXV/wmY5gOnFdLSsKL5c7lZZSag=; b=Vp8Zsgl2lpeX0WViPSyDO+QQS/zMv8bXMBva4o/wZWJLetL197c2K3o7+77v1cil4n jUNq1MzTkPAgnNGIbxpUppqk+bn3Ps+xQw6CqqkfS0aPV42VhaSJPJ297hU+rKznxnw4 Mo6eFwPDmxVgPkzjFtp3dHkxA8FPG1FQnXaJrVfUrC1HQvlouq7pPCrOPPUEjsXqk8cf 9g2aXh6aMjM8u3B+hN9y/KCr57R55r32SNi9QcqnPiGEWOOLLxkfcEkXVkzTaOlqUE17 L2AgLP2id5rMI0G1KAYrQMxG3Y9KqofTK4pVqCanIjx5qJOwUpuM+3meiYCtDK33lWKM 3VnQ== X-Gm-Message-State: AOJu0Yz1jJsyMbaIiuzkU+7Q9INjFWU2BovulHizg0POebzYeZ7dmT4+ XJoL5g4dPXfHQXVTNh4bSoE758D5iX8xPa/GO4CFAnwhw8VyqWk0INehZC5cYXi1a4BrpXFKpDi B X-Google-Smtp-Source: AGHT+IHgTdSOiUCGLIUcOAnkQoIwxIoDiL3+J5bPDYoN/zPmnVnuUfwo+inWwnFtneJn7s4cUMd4Rw== X-Received: by 2002:ac8:5e47:0:b0:460:3a7e:ae78 with SMTP id d75a77b69052e-4603a7eb7admr6273331cf.60.1728468269013; Wed, 09 Oct 2024 03:04:29 -0700 (PDT) Received: from upstream-bot-ci.anl.eng.rdu2.dc.redhat.com ([66.187.232.140]) by smtp.gmail.com with ESMTPSA id d75a77b69052e-45efda8a3bbsm14475831cf.94.2024.10.09.03.04.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Oct 2024 03:04:28 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw145523 [PATCH v1 3/3] vduse: use imported VDUSE uAPI header Date: Wed, 9 Oct 2024 06:04:27 -0400 Message-ID: <20241009100427.153316-1-robot@bytheb.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241009085805.2638314-4-maxime.coquelin@redhat.com> References: <20241009085805.2638314-4-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/145523/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/11252122858