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 A882243C05 for ; Tue, 27 Feb 2024 10:05:46 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9BC3E4027D for ; Tue, 27 Feb 2024 10:05:46 +0100 (CET) Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) by mails.dpdk.org (Postfix) with ESMTP id EFF7040150 for ; Tue, 27 Feb 2024 10:05:44 +0100 (CET) Received: by mail-qk1-f182.google.com with SMTP id af79cd13be357-7872614af89so260088385a.0 for ; Tue, 27 Feb 2024 01:05:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1709024744; x=1709629544; 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=YhDy/rbUjcklhBLYeY6qWSq9qsXv5FChttPVFCTPXV0=; b=yD5uUImBXIyR5JHM1CeBG/IOcZ3VbnFXcGdpoAwe+4/A4QWWq+xJpJpXk9eHNYBCzH lfRY1YsMup//Kmkrs/Ibq/lpQFhlTxMQS9nl1M4tA5mMTk5KqnjUD9EwIUixwYoBmCEY ATfi+P633uLXSoW6K36XrY2bmPPvoQgKGZIxl50F7pQP3NU2btxtOIHiGsAUHm9FiFYD 2A7SEyFbHPnmrXlYA7vPe4s0ndAwYsPuyRvYVsGtLZkYpSvC1SA2kfnN8yhni3zSpkor KBNVOz6DSubH4f9ZrA1M8APPnIZeDfTjvKjmrDWQLA/tSJbGQXS7cqV37ICK79yM56M5 F3PA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1709024744; x=1709629544; 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=YhDy/rbUjcklhBLYeY6qWSq9qsXv5FChttPVFCTPXV0=; b=kvfQeRTR86ABl3KexxDT95AWExDc+EehpDLjLBUvhVcw4ypf7Iytr2qnITJ9D/C05s B/0iwxQEn/j84VSVTjMuh0nFdp9xZuMf/qejE03/dh6v8zu9wxxhy3wcboLOoup5uEq0 TiA4MUnGG4VZq+7IZTPftyK7GbjTbJMvOKADGz8bx5f1jPDai/hxzRk3haoc7c8tGloc LjtU88w6xml7zF4lj+jmQAx3M13qJNLzEP2BQxglvJ/VUPILDkJifpFfnFsHFlT+QysH Nypi4Wu+Is3+/4W0b0h2eoBtww5e/NNJ40+Azxz+FKhCcNgQ6vvmr8X/lEqkxfEvV8vE PJCw== X-Gm-Message-State: AOJu0Yz86XPjPqbNGw1LbzEL26gXUl7LsQnRF1D15t6tWGoMKNPC5UkM A6oaphQ2Nbc5860+kLXEG5dh1V0v0zOizORoBt6UKmG9ZrHC0Gl0VXP7EtnV7wY15IsJHS00YwU 4 X-Google-Smtp-Source: AGHT+IEQOkgtEXD8DF7uyX/i7y2E1t7RP3ivfXikLVfijnPI6FlHQl6Znxh0r5bhTxt8Csz7u6jkIg== X-Received: by 2002:a05:6214:3b83:b0:68f:e6ca:634c with SMTP id nf3-20020a0562143b8300b0068fe6ca634cmr2487326qvb.8.1709024743868; Tue, 27 Feb 2024 01:05:43 -0800 (PST) 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 ow1-20020a0562143f8100b0068fdb03a3a3sm3980010qvb.95.2024.02.27.01.05.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 27 Feb 2024 01:05:43 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw137329 [PATCH v5] event/cnxk: use WFE LDP loop for getwork routine Date: Tue, 27 Feb 2024 04:05:42 -0500 Message-Id: <20240227090542.490704-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240227081153.20826-1-pbhagavatula@marvell.com> References: <20240227081153.20826-1-pbhagavatula@marvell.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/137329/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8061723424