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 EC7F643DE7 for ; Wed, 3 Apr 2024 12:26:44 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E924E402DE for ; Wed, 3 Apr 2024 12:26:44 +0200 (CEST) Received: from mail-qt1-f173.google.com (mail-qt1-f173.google.com [209.85.160.173]) by mails.dpdk.org (Postfix) with ESMTP id CBFF44025C for ; Wed, 3 Apr 2024 12:26:43 +0200 (CEST) Received: by mail-qt1-f173.google.com with SMTP id d75a77b69052e-43446959b33so462681cf.3 for ; Wed, 03 Apr 2024 03:26:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1712140003; x=1712744803; 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=SNrE6jCy/324d5x5eJeQOtKV6hD9ToWvO04Y9ctON3M=; b=DwDmDY1U62T/2vnXYgqlugfKwRlqsejK9iMcZf+Q6C3/x/pPlRs89M5T2axisw4BXS 0xGzhYVPFXOa0jYCJj+/8+CeXdP5ogUB5cPm++VIzhB7mAVisS1VeY37ys4qFeW1wm2j gYaH3F8eJdRsLSBI9brA7kLZJafUKUaDVJ1GXeJ/VNwXNG2y7bcn7+rXm1AD8LdLwv95 vXuiv7jU+YxRBuWMFCcZUIt9C7ewXEYmGowceeKBfgWP7UUF3xU8LoMxGCz9C9zz1Heo 1BXWTk65xaSPt9I/T3GzjnIZx59YhvttvXP7WyKZZgaaJA6p37mKVBOYbXxIVbxYxmHo P6Cg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712140003; x=1712744803; 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=SNrE6jCy/324d5x5eJeQOtKV6hD9ToWvO04Y9ctON3M=; b=okTmShl7PntQLpdsHZoV1k3w47SOJWvOkg/AzZJHhHzIsyJnfzjV5EgHh8P98hKc21 TAlcQvaGpls4x9Z4VLXj7JCRkzfyMYRtItRIuKf8C0LlT/udREUJbswomjudccmT0VJs wWXN4PL9B/J6AucwW+tA4WwdB/xGSjMtZPaN+RTqST1o6ZIhPb5oYUby7BJuzsQr7oDh gOlklt57nqk+Y3yJ9/p6zQrSvA1JcvS33OsghsB7mJ18kqXaoTIvtC4/EpBi1d1OI0pY vDuE/49LWvFbroiGkr1gEGl0/SwysrlOhY/qKgLYTwa47exYshM9w0MMsm+VAjctqX78 yFbQ== X-Gm-Message-State: AOJu0Yxhb3zadutgangZMd10bthXWwFZRMsUpiAJ4DvbdiIRwYAStjxP j9/XD3A6aBiAOxxsWcFI0J8hy1HpXMIS2KufmdVHqCvW9/iELzCngsAaV4JIznFWnHXKy8opUGY R X-Google-Smtp-Source: AGHT+IHJwqlOwZDhHROKS18MkQRWtmJ6SPQ5+IN2e6MENRPzTzTlAj89FhY8Iy8B4EriO9Z3h56eCw== X-Received: by 2002:a05:622a:13d0:b0:432:dd26:e1cd with SMTP id p16-20020a05622a13d000b00432dd26e1cdmr2481988qtk.4.1712140002789; Wed, 03 Apr 2024 03:26:42 -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 gb7-20020a05622a598700b00434386bf75asm1333270qtb.34.2024.04.03.03.26.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Apr 2024 03:26:42 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw139073 [PATCH v2 5/5] vhost: manage FD with epoll Date: Wed, 3 Apr 2024 06:26:40 -0400 Message-Id: <20240403102640.25643-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240403092448.1361820-6-maxime.coquelin@redhat.com> References: <20240403092448.1361820-6-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/139073/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8536646376