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 988E443D5B for ; Tue, 26 Mar 2024 21:05:03 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9538240E6E for ; Tue, 26 Mar 2024 21:05:03 +0100 (CET) Received: from mail-il1-f182.google.com (mail-il1-f182.google.com [209.85.166.182]) by mails.dpdk.org (Postfix) with ESMTP id CD86540E4A for ; Tue, 26 Mar 2024 21:05:02 +0100 (CET) Received: by mail-il1-f182.google.com with SMTP id e9e14a558f8ab-368aa96233bso1145575ab.3 for ; Tue, 26 Mar 2024 13:05:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1711483501; x=1712088301; 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=Ozkh/c1KOSZhPVMby7McaTO/oL0vLCGAQbAOlyAS2WU=; b=ou3OEGUDGzCWtRyE+5RguEPKZaYYc+edwltfR+wWzvoj2gbzIB2GX1sWVyIXbT/Nex QzW6CqQcmKJwwfl/7LnbB9p8rkj09VjWkbCYOk+FybWvRU4B4vGgF7CcmkiISCqCnhkO CG4igW8BrLcCR7kx89soApQ9EumPdn9CA4CbleR1NdCXj0sVh/lMhEXU/B8v7buQYnf1 26mgFE9GergOwikXPI1hMw3rg5PO96yw0zk+Tqx2mh+7d6EudxGuFQdB655jugU23+F4 TAfIDJsZWnfkSWqt+hnCkPf+zBm2+u21JpMYBXUUKRMpS0310g/PP6exQSuaymMAbl8p WYig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1711483501; x=1712088301; 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=Ozkh/c1KOSZhPVMby7McaTO/oL0vLCGAQbAOlyAS2WU=; b=g1p7y7bEBTz11VG1jiALUaEe0+urBIccDpK9vYWx1oJDThrRCAVAPeP0wwPQJvfBW6 df03cE5wEv7lM6vvlj+Vhn1QdGvHcvQ1/I5dfi1pdATNiUwOTZezGBWxAaS2pOs+iL1g PxBq6OVAwv/5AvHIaq5P0j81yP5qeeIgWZh3g/ZRZjqWk0lMX0UEzppMJazSMLmbsWF3 bnfHXgW9R8Vvv9avNTuJ7Z2vO+DyzVdWb06oAagQRysMhH+niU8b18DiT+RTmSja5xvx hDW3MI0AnFjHAcH3rSAI9TJMSg3XdB91MaYFwOV1abLSMJve9UJQIWyLXxxJl7b6j/0s EgHA== X-Gm-Message-State: AOJu0YyZprMkjnnoK+c3DN/IhVOT8HWq9c6bFXPGXFbpFpf4Bu2z90p0 ky5yo5NyOoMF4VEyrpopzmAts8EPAVD5gfn/E8dRh0amzC9yXEVz7tVxXeNY+udSKZ/XiYD1HhT 9 X-Google-Smtp-Source: AGHT+IGrLJ2mIQNA2fsxhySMxiOloD2e+HwvHhnqzmj7idWEX6njJr9M7do3IYR5seQc7SoE2dFnEQ== X-Received: by 2002:a92:d744:0:b0:366:9674:7084 with SMTP id e4-20020a92d744000000b0036696747084mr10636596ilq.12.1711483501685; Tue, 26 Mar 2024 13:05:01 -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 bv20-20020a05622a0a1400b0042eef160b4dsm4043255qtb.76.2024.03.26.13.05.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Mar 2024 13:05:00 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw138832 [PATCH 6/6] dts: add statefulness to TestPmdShell Date: Tue, 26 Mar 2024 16:04:59 -0400 Message-Id: <20240326200459.3575132-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240326190422.577028-7-luca.vizzarro@arm.com> References: <20240326190422.577028-7-luca.vizzarro@arm.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/138832/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8441777409