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 C0A46454F3 for ; Tue, 25 Jun 2024 18:45:28 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BEA1A42792 for ; Tue, 25 Jun 2024 18:45:28 +0200 (CEST) Received: from mail-vk1-f170.google.com (mail-vk1-f170.google.com [209.85.221.170]) by mails.dpdk.org (Postfix) with ESMTP id 55C8740677 for ; Tue, 25 Jun 2024 18:45:22 +0200 (CEST) Received: by mail-vk1-f170.google.com with SMTP id 71dfb90a1353d-4ef6b3207a7so1004622e0c.0 for ; Tue, 25 Jun 2024 09:45:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1719333921; x=1719938721; 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=kBf28ozhOJ+5z1UxTS5HkxHyOTymcUjQR83PrLW5UHo=; b=TfClwZpf5m9tCr1DqBwAHurGYjL0R0YBIP1fFjAfkCDlT2DlC0KvQjYGHMDBFznadS KFHw0+pXMzLz+jUqnvEuIOFcCF9ykMFKdU4+iT9Hs1mbahpHgfRMi9QZA21vwDYtr1gy neJhetDl3sKvpqdZZhaHFAKAunuoj8l3d7BRFmX8Y8y84Tm43F2vDBk76whzoJ4zfy7s 59JbIyPVtECZV1wswSj+ahAk8lHT5rzPaWzD5FSawcqjJXAgrBHZeL3HOeJnqx+FyPuR 497iLGq+gsd4xSYuZ/mz89ePPX2iJXSKbMTLBdNhqIKzaQ0tijLtxxBZBNg8ugpW/Qm6 xJTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1719333921; x=1719938721; 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=kBf28ozhOJ+5z1UxTS5HkxHyOTymcUjQR83PrLW5UHo=; b=Oa03kxGsCY0yy8pqwyemQAi9zaNoApRuBTC6j21DOT0pMfAj/ARCrR6tGa4xXCaMZ7 aS15tMOE2EKo6xp3W0uvaYUCLw9hkuqKMwsqFzWIVBJW2+CPVdEMxJnwKGj4Op8GUHlk RfkBzZ/+LYtTH0umtumKE4U2pZuvE9lJS9ajAS+cYB5Hc7sSt5JfdS4Lr004xchkrwiQ DQ/u24oyOq109AFJ4L7lM6SEkDejLsOP4wrHMgTWu30On0B/N9CqwfZCjepxfAlAcnjt AFRuml+RirQdfvKav+bRvC+l8tRElOhkq1Ik23j66YjSWMSuB5fuSCholm3UUYWbgy84 chtg== X-Gm-Message-State: AOJu0Yw9eM6w7vxWTJqEY7x49U8WuejWfcZBrwv7e9qImka+wkqn6lws frDcX9IE0vapB/UvgbFqAu7/oiNRrNTHgzmdTbQCC1CC7C6/BohhXTlJx0l5PxI/uRRt7GKDiCm 9 X-Google-Smtp-Source: AGHT+IGBxhsQ4NlN1YxYHfsxPVTsZ8AQPo4dBQFqzs22ThpUYhObplEocoGfxcEvEr7bJcZaf0W9BQ== X-Received: by 2002:a05:6122:1799:b0:4dc:d7b4:5f7d with SMTP id 71dfb90a1353d-4ef6d8295dbmr6359461e0c.8.1719333921091; Tue, 25 Jun 2024 09:45:21 -0700 (PDT) Received: from upstream-bot-ci.anl.eng.rdu2.dc.redhat.com ([66.187.232.140]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6b51ef96e39sm45350886d6.144.2024.06.25.09.45.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Jun 2024 09:45:20 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw141741 [PATCH v1 4/4] dts: add dynamic queue conf to the yaml schema Date: Tue, 25 Jun 2024 12:45:19 -0400 Message-ID: <20240625164519.2656370-1-robot@bytheb.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240625155332.2400-5-jspewock@iol.unh.edu> References: <20240625155332.2400-5-jspewock@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/141741/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/9665883937