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 7418F43E70 for ; Tue, 16 Apr 2024 12:44:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6F2C04029E for ; Tue, 16 Apr 2024 12:44:56 +0200 (CEST) Received: from mail-qk1-f172.google.com (mail-qk1-f172.google.com [209.85.222.172]) by mails.dpdk.org (Postfix) with ESMTP id 6DA8A40262 for ; Tue, 16 Apr 2024 12:44:48 +0200 (CEST) Received: by mail-qk1-f172.google.com with SMTP id af79cd13be357-78d5e7998a0so324049585a.1 for ; Tue, 16 Apr 2024 03:44:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1713264287; x=1713869087; 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=a9klTz67scX4RFQDFxacbgHydq21xdIqvrRcrnuqGOc=; b=Gc5H2/u28ccD7LMO+ONmP7xZ7XGmdsqAi8Fct+bBYQ7V45NxRCkMPenVeF6wK6MNjj wgoAgJlpPyIGsQs2POJJeQTOSFjsG1Hk9DilaR77nxdQnQwQzZfzicsmbOb38sasXaH2 pksAzpZe6pMeFSmIei2IfKsdWIf5JvPaTD/Hi0gWT6BPpzFuGOov4CNCuJp8SAVvxtnW 5m8B1M/7LGyhGqAIuroSo1Ef28I4JHCyU874FxeAmHogNg/pLwnyVnQm9udR3yAHNGY/ Ne4rTlHVmEIhP5+cBJK0Xu6UPd8g20Akj4hj+pH6BhBfTFKuKYXpXlozFmk5hLUhyTeY h4Rg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1713264287; x=1713869087; 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=a9klTz67scX4RFQDFxacbgHydq21xdIqvrRcrnuqGOc=; b=QvLUxC6aHrTcJTP1Vm+Xsy8PjafSfgkaqUjPr3w8B+c/JCyzbKUDxcTYhvdMnT7GiL FKUtInLvE0MJ/n3lJVnAiee1clF64rhBzboGRrWL/IlCh5tNAovPSrylvu8WyncDgeoH evze0vJSTwtC5XYrrpFZ6VA0faEsrTDlwK6CbYK0WFfsHN7cgTZmA58QCsIQYxagh/+v n3/8eo195TMXpU1kcNiuZ60lFqCtHywxRJN2o5D5El2V4P1o+OsWh0pGKODqugXhILDQ MDMA3+wXPAKzIdBRcP94h392r5iUwITKFOul1zcshiE0USpuueskjgNqJt9a8Vzc0oB5 Kicg== X-Gm-Message-State: AOJu0YycCdNdcvPxFgS2hnE1Dp7BOIc0rNI+EfKXnmVhfIKnYwZt1XMa v7gObrGnFcVjjHJfihWfc4LPnXRB37ctd88ge4Lx1XtHyJ86g74OrJmmd6Ha1wN89aQx5mRG/4V O X-Google-Smtp-Source: AGHT+IHjBEF2vepqtQdAOsiV29H6B9ogT1C7lwvc4kIrasyLBZ5oAEeRCCzb2dsjup+VDq123YnhxA== X-Received: by 2002:a05:620a:a14:b0:78e:ca15:9126 with SMTP id i20-20020a05620a0a1400b0078eca159126mr12679592qka.62.1713264287364; Tue, 16 Apr 2024 03:44:47 -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 z5-20020ae9c105000000b0078ed33d55f2sm5187916qki.121.2024.04.16.03.44.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Apr 2024 03:44:46 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw139415 [PATCH v2] app/testpmd: fix lcore ID restriction Date: Tue, 16 Apr 2024 06:44:45 -0400 Message-Id: <20240416104445.1387310-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240416095556.173787-1-sivaprasad.tummala@amd.com> References: <20240416095556.173787-1-sivaprasad.tummala@amd.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/139415/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8703734532