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 E65BC43D66 for ; Wed, 27 Mar 2024 11:45:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C49A6402A3 for ; Wed, 27 Mar 2024 11:45:13 +0100 (CET) Received: from mail-qt1-f179.google.com (mail-qt1-f179.google.com [209.85.160.179]) by mails.dpdk.org (Postfix) with ESMTP id CCBB44029F for ; Wed, 27 Mar 2024 11:45:11 +0100 (CET) Received: by mail-qt1-f179.google.com with SMTP id d75a77b69052e-42f4b66dc9eso36688791cf.2 for ; Wed, 27 Mar 2024 03:45:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1711536310; x=1712141110; 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=dkvhdIFM9MbxU8h2W433fzGYp1j8rDp3EN6UVvl3UKs=; b=vu7auTQ6eQMQqO+Az4tk40sH2QGrgKmXDos9yIDMgItKhnx/7olMrULGEl6c1TZDIW KzdE6aBFISyqzSJ+/sNr7sxNE7geXfSUnRRiwuQeV4KZ4VlW3Gm2KTfKmEU4zUP9k3dJ 8i6qeDr9siGtFOFkMArPTkjI04yH7pk3iPTyI0Cr1TlDA0wWu0NDZmGFL27T9YxSiPA7 uZl0AcENBhm8Z3HfDZEScqLJEjYOn5Yy260er4jXSpuiGs9GqAc78uGwvDqei4bnv75I dsn4PDNVwku7qR1+fsa+d/AadsXZoSPsy/c7F+65QH5Ld67UR2I51U20o4AyRjoCyK7S 0f7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1711536310; x=1712141110; 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=dkvhdIFM9MbxU8h2W433fzGYp1j8rDp3EN6UVvl3UKs=; b=hcPb6KKv1sU8afaWnOLtR6YD2b6eT/RPZzTACtMdAbbI2l/fu/veqHMB5D8/YlD9Iw rJoBwU6mKsVicC7DwWcSh55/mmIASvTUWTf9TibQVlxoNyQjRdLM5mC1623eY22lCm68 LWFcu4vWHSV8jy3Zviyo10oOVTIQds1qa/LI4ff62+s2UkKPRalZ1w+XZGG+JEwIuyx6 pgxWr7iTJ6BZecvzUH+T2EEDRqt66YSs+Q9AMJuvEi18YtIMG7A5L8/I8sGWtzztKKbZ mf70JHYcm9qe7eaKneAXiRo1YokpIrG9k9rQ3IUOumiM+sC82NqaPPBWYgroabmsIjDC fVBQ== X-Gm-Message-State: AOJu0YxPwKQjkqgpcQQI8o947JxBEhvMAmk2fgOsP5KqgkBi/6M9W2Zm NE/RMFZHlZJ4A6WFg2wzU56g4Yi4MgUVb6QOaht/uKpkgIR4DPp6vNkeMFFoS5BTi5o9wEHLynv 0 X-Google-Smtp-Source: AGHT+IErN8Ux1ijTKYNztqsgHApow5sQKExi2AtXK+zNUTEeSqlEf7QpyqUwSN2JHBptRUSLT+Fvaw== X-Received: by 2002:a05:622a:349:b0:431:629a:45f0 with SMTP id r9-20020a05622a034900b00431629a45f0mr977117qtw.20.1711536310519; Wed, 27 Mar 2024 03:45:10 -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 dj5-20020a05622a4e8500b004318358451fsm61788qtb.75.2024.03.27.03.45.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Mar 2024 03:45:09 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw138854 [PATCH 4/4] net/virtio: fix shadow control queue allocation Date: Wed, 27 Mar 2024 06:45:08 -0400 Message-Id: <20240327104508.1402802-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240327094032.2400951-5-maxime.coquelin@redhat.com> References: <20240327094032.2400951-5-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/138854/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8449968477