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 D3BBC43A1A for ; Wed, 31 Jan 2024 11:23:50 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D0F9E402C5 for ; Wed, 31 Jan 2024 11:23:50 +0100 (CET) Received: from mail-qt1-f175.google.com (mail-qt1-f175.google.com [209.85.160.175]) by mails.dpdk.org (Postfix) with ESMTP id 6A7C1402A1 for ; Wed, 31 Jan 2024 11:23:49 +0100 (CET) Received: by mail-qt1-f175.google.com with SMTP id d75a77b69052e-42aa4a9d984so33485331cf.1 for ; Wed, 31 Jan 2024 02:23:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1706696628; x=1707301428; 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=K3rm6IaAOxHh+k8/C1L+R84z/tu/mf4GpHxtyoyc8es=; b=W6c7jjl2QDV46JzfpG9jEG6gUf4zKBE/ZrLG2EUz0fgyd/MKD/okJxqLg9LmUsrHkB ki6WuqNxqstPt1aqJUTXf0x1klDKes/uDLjVqoKnvKLwgobxpF0bTwI4sezaq/pmyuJu uQ/6HnZsW2MxGvSpYU5JYzjV2aSFYYkQZYT5ocDmBhtrAu6M3JlSF5YLi5hq4nfmEzBJ 1FPwk82Ui0WLrr5wtweOMKa9r5Gz23vk3+d6cPFArG3nutsU/ZPQ2Nu4uD3mPk9O1R5Y nnjbr8/b+X0rJ74C5Z3bd3ly+NDAfzAs5WsmHSWuPyczzFM28pBmEMCMeMzbBv2zRirv EsKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706696628; x=1707301428; 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=K3rm6IaAOxHh+k8/C1L+R84z/tu/mf4GpHxtyoyc8es=; b=JO7lkKJnt6RVqFRk6Pfs5djWgUSsh7Wlx31AfKoKctVnPJbYGU82TDFNGLFS8lynJy MARPbpnLMiUp66bBTOquzQgPhfOic0khQ/BLPGZNefOZon7AHB7XG/efU33tkfqTU5LG 7uxdKCnSPLyLIbwoO2udKRVP8fQPM9z8mkG8SKCOyVAH8nH6eCNPCTNCKJ22+IBEPXgg wqMx3uOdQIJBNbMwiL0VyEykIJnrtDYSumUObreaQR55SW5JmEXr8sC8caEnIg1J8myq sOomH9IzRmh9/VvXjFL8Oi0qHANVQuRtWKn8wGQ7qfOmDdNFM3Bg3BpZLnQKgYcI3tLS +Qcw== X-Gm-Message-State: AOJu0YwR+3e7pPv3eR8P5GnoJoylKpwQsTU8E12KQqL94sa6guoUvObe ttf+On9MJcrHO7cB/YSDE8wYY59GfGuai4AzJTdPvcQmpwgKl0gvoJFM+55PdKxJszFvcte3fWU c X-Google-Smtp-Source: AGHT+IFXKHKgPbHj9kdaHTgAewITgEtiYihJEJue5MpMqL9p+OQbPcbMCoXZABCWCPzbPro7cq20cA== X-Received: by 2002:ac8:5d4e:0:b0:42a:a6fd:33e5 with SMTP id g14-20020ac85d4e000000b0042aa6fd33e5mr1671105qtx.37.1706696628378; Wed, 31 Jan 2024 02:23:48 -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 bq17-20020a05622a1c1100b0042a109265d5sm2399049qtb.20.2024.01.31.02.23.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 31 Jan 2024 02:23:47 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw136228 [PATCH 2/2] vhost: add new mbuf allocation failure statistic Date: Wed, 31 Jan 2024 05:23:44 -0500 Message-Id: <20240131102344.2229294-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240131093113.2208894-2-maxime.coquelin@redhat.com> References: <20240131093113.2208894-2-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/136228/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7724083893