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 359FD43A04 for ; Tue, 30 Jan 2024 03:24:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2C91B402C2 for ; Tue, 30 Jan 2024 03:24:05 +0100 (CET) Received: from mail-qt1-f169.google.com (mail-qt1-f169.google.com [209.85.160.169]) by mails.dpdk.org (Postfix) with ESMTP id 2CED74029A for ; Tue, 30 Jan 2024 03:24:03 +0100 (CET) Received: by mail-qt1-f169.google.com with SMTP id d75a77b69052e-42a446cb1baso27924191cf.0 for ; Mon, 29 Jan 2024 18:24:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1706581442; x=1707186242; 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=uyCpvVJFft+vqgSaAm+SXpy/4jLDEUDyKUpUkKevuxc=; b=dh3X9JQq8fdXR+mZTxkcDSG3D5yWEHh5i0lK471UxQs38CZtoxtY0+xYRM1LWHIgS7 GPEfSSFhsRaXsCBAvfe4/ywHION0dNOEHTbl3CjHjzcaBOWve/FKdzdqzvpgC0dHpsBp r8EUoGPf9G6jOxw2kR5iYYHIq19D7rjZJQNGAzmfxbrFui/TyczorF8ebiuaGwkqWxy6 Hf5hp0KgAOF76FhmpAGLyzAoMV6Ic+zAFvdZ+wvaeWph9qMAU/7izXYfddfLLL42XVPr 7VQFq1sGATkaAwL1VsM3cLOz3+5uQQjU5akOyV/mSVuY8F+WqoMOVp0X3Hxc33vLFcER 9iDA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706581442; x=1707186242; 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=uyCpvVJFft+vqgSaAm+SXpy/4jLDEUDyKUpUkKevuxc=; b=kyA3k7pEAbhCPVwDtNO64eF83cyCSuyp9ayqh3IgxuwZ4191u+fENUIte2oJfiZayh S7SfTuPLoRQ2SVU7yeJx5dcI/BnOGrQSn66aL/HNrsihsR2/XA8rgWE+QA0MWXqAp9Hp r+OiSPHhT9Qyjws9wlj3rAtkPSABLMn3sKCzyL28EO3haTbApmXkwFnjCL+ipDC5XsAa 1/7iLdZ/z7pTyeleyPx1LTcfuaeLnJnGkatKfs/drbPz9+rEkwvil863rKlJo05aUixN DjuVCxuHutFV4iT4xw0YoYjX+Hxtj7O0EfA+eGrp6n8TbqK9L4ngeMZWRmQzEXOwc+w2 9Qfg== X-Gm-Message-State: AOJu0YyoEoAkAUpp1j/T2ztNEb6Hd1glJZjCUg8nl3KMrDIdmgiMsPQE yhgDM66f04RyZ8tiP/XKLHo4dzpjD86D+egjTsuSB3wbv+svOeIkoOProDv+67Pwy5MsVkfGUJW E X-Google-Smtp-Source: AGHT+IFpWPtc0WcadfPd4ti01ug0Do1Yccm3WZ6iXFQoCM7hlbZVKEBa323ResSrdj16fw8q4WvUtw== X-Received: by 2002:a05:622a:156:b0:42a:a4d5:966f with SMTP id v22-20020a05622a015600b0042aa4d5966fmr3885760qtw.113.1706581442057; Mon, 29 Jan 2024 18:24:02 -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 ff20-20020a05622a4d9400b0042994f83b25sm1711192qtb.35.2024.01.29.18.24.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 29 Jan 2024 18:24:01 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw136206 [PATCH 2/2] net/mana: properly deal with MR cache expansion failure Date: Mon, 29 Jan 2024 21:23:59 -0500 Message-Id: <20240130022359.1157374-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <1706577886-29483-2-git-send-email-longli@linuxonhyperv.com> References: <1706577886-29483-2-git-send-email-longli@linuxonhyperv.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/136206/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7705086372