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 8DCD643F32 for ; Tue, 30 Apr 2024 21:43:55 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6A24D40262 for ; Tue, 30 Apr 2024 21:43:55 +0200 (CEST) Received: from mail-oi1-f175.google.com (mail-oi1-f175.google.com [209.85.167.175]) by mails.dpdk.org (Postfix) with ESMTP id 9C0994025C for ; Tue, 30 Apr 2024 21:43:54 +0200 (CEST) Received: by mail-oi1-f175.google.com with SMTP id 5614622812f47-3c7513a991cso4133372b6e.1 for ; Tue, 30 Apr 2024 12:43:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1714506232; x=1715111032; 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=ltl6t0eB0h6EqHmdCdTwaQad8a86cbnKdhAjmc5NVxE=; b=b16PxjHjuDkaIdG7q2UqRtThTDPBNcehEV63zIptA7YIPeFNmlJAQWlO3kHsRteI+f 6iY4IClJ4YBv8PZMRuZkRhN4CFAEqbCxGc644SBx1K9f2i1kNdGK54wDNmhQAfdC0Y1a nC/lVDtiT4tWuGORhT70+ArKFxhkPZ8KtIx7LCv3DOF8+64gCS618Th7dzbDYXuZyHS9 2aUmTX8+oFb498M6pXswmtvtCSRvpth+kEn0LHJd74Y3kniwTLaLa8EHkNdhhTydCZQC EX7dPw3621pIaEwwXZP+FycqYwNtiVU4YvjtO+HGyr3xyBTzDxN7JyAlUk8Hd+HmBneW yiNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1714506232; x=1715111032; 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=ltl6t0eB0h6EqHmdCdTwaQad8a86cbnKdhAjmc5NVxE=; b=PGT2c9ErZrzW9LnUh8ep3Ohfuq0jaSoMnF1uCjUyTO+7lYs3Tpuqsxaybuaicu4QWg xWDkrPgbu2I13gwjfI6XE0jq7aZeuc4bfzT53ufUuOl6zkR84kESVwxOtuDvMhay5r1s Kp+mLjwIzUGcYoEMto4SIWOeaRAesvMR0mAqZz3hZ7jm3vv3ADc4zJ1JJi6e7n77oUPN VMlSvitjz/pwmvJEC0MjUTV++Xzs45DWTrpA2K3ZP/sfpQ5/5fFV28GG0jqbbTXHd7D1 2dyPwe31p7T9MhD3ug2p+J5OUNiaQpsIMijAxBVy1Fk8Tty5NQQoOJAZeUpFUkeOmoJF rfvg== X-Gm-Message-State: AOJu0Yym0VYCzLZtGX1YdstwncYWsVV1TDvkBNdKqKQTxybCYnGnpWC9 2xlzjMShSdnMdTxx1Wn8bT3J3YSyuHRCbw5wYR5ZgzWszh3eAI1OE1QaMpAcs5mVLCG1ox/C8n8 x X-Google-Smtp-Source: AGHT+IEnrf3Q2bJDBt+YrCvM8ij6ZKaX3mTChFn1HMHJqr7BttZlK8ewWY2vEzNQHNP4R7Im2nFgOw== X-Received: by 2002:a05:6808:198d:b0:3c8:7599:d6a3 with SMTP id bj13-20020a056808198d00b003c87599d6a3mr832542oib.11.1714506232200; Tue, 30 Apr 2024 12:43:52 -0700 (PDT) Received: from upstream-bot-ci.anl.eng.rdu2.dc.redhat.com ([66.187.232.140]) by smtp.gmail.com with ESMTPSA id dq10-20020a056808428a00b003c709708e2csm3706013oib.29.2024.04.30.12.43.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 30 Apr 2024 12:43:51 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw139746 [PATCH v5 2/2] dts: Change hugepage 'amount' to a different term Date: Tue, 30 Apr 2024 15:43:50 -0400 Message-ID: <20240430194350.3337320-1-robot@bytheb.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240430184533.29247-3-npratte@iol.unh.edu> References: <20240430184533.29247-3-npratte@iol.unh.edu> 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/139746/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8900232807