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 ADE1F45D01 for ; Thu, 14 Nov 2024 09:25:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 938A942D76 for ; Thu, 14 Nov 2024 09:25:19 +0100 (CET) Received: from mail-qv1-f49.google.com (mail-qv1-f49.google.com [209.85.219.49]) by mails.dpdk.org (Postfix) with ESMTP id 366DF42D6A for ; Thu, 14 Nov 2024 09:25:18 +0100 (CET) Received: by mail-qv1-f49.google.com with SMTP id 6a1803df08f44-6cbe53a68b5so2333306d6.1 for ; Thu, 14 Nov 2024 00:25:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1731572717; x=1732177517; 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=oOdZJjhLtg+eVFmhqH83g+xKeh2LiffhP+Fo26lEBj4=; b=oTy2s9ZJxsoYqjSBOj4h4h1f1byCz8KPuWjTSIPlBOQIKQlPdHga3zKAWW1pUPBWpG CGagerAeKUOF2T9uKh6rtToLGE2TsCPDfcjzByHMzMKylEj0wXFNu0WYgbqNOKSypw7v KWjo6SGJRoDNA5KjoPR8A61k8wtrLtkPCqFCv6rZnFhP3LlG4j0m9/njcNhElg76ggCB 3vchBL/HyS5UmhVqFpwEEfWP1KdRzClDj1mRvxOmCN/8khuGWWE7Ppt9NhUwmKxRCahI FIG4M/Hb7O6UuKASQ/FpoOB+g4+iXIX1PwFv8sQiRaMKUcdkQAmEs2WWs6mh8/4KKwbh TQIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1731572717; x=1732177517; 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=oOdZJjhLtg+eVFmhqH83g+xKeh2LiffhP+Fo26lEBj4=; b=fKht4lxHCPiMNMrRfCFedtzm8TepkIylgEJl2yzy8TQDvk/BqIa6E/7BGsoVGZdGSL ES8BMXPh0XT0ZrAn83nXLYC4j6KUCcYP1EWP8gPYjqc20NOOsGkeO4+eI7lOIHo8KqO6 nwVSfqZl+FEevHCWbprH+72yq3IUTQioy+mWUq1DU1J01j+t/E81Vmphod0YBgtyl4bY HqDD4NldxWBsG5zrxbQcLkLbQes7G/B95qIC/hNuqiBIdTkwB3kqkoWp8sRsGLFbdya4 r7U3hVBD9le9p9jXfCUFdOJMqf+AmYG/UwQtsEX1bY71ZhjCIyiRFAxgvUNV7IZDU5gw Xyuw== X-Gm-Message-State: AOJu0YyOzdPYeAV7A2cjIpUW0dHNvZtR0zuXsvHgZ5f0JkoO1AJZL8of nWv7TqFREA5vNqsxv+sghvjuwhfSDiQBp/8TiN/a+lk9pQED5ORfzD8EcCFJ51s54Ze2yoh7BDI j X-Google-Smtp-Source: AGHT+IH3v9kTkLBg3odMDnXbOo+sdM1tHHfMYPsBxTxRcC/4sxjbdJ2YUw9WIR0S0dKkE0LGA7GHaw== X-Received: by 2002:a05:6214:18c4:b0:6d3:e9b0:30a7 with SMTP id 6a1803df08f44-6d3e9b03128mr17611436d6.15.1731572717296; Thu, 14 Nov 2024 00:25:17 -0800 (PST) Received: from upstream-bot-ci.anl.eng.rdu2.dc.redhat.com ([66.187.232.140]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6d3f5b4f2aasm435536d6.104.2024.11.14.00.25.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Nov 2024 00:25:16 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw148470 [PATCH 3/3] net/cnxk: fix build warnings on ubuntu 24.04 Date: Thu, 14 Nov 2024 03:25:15 -0500 Message-ID: <20241114082515.3759649-1-robot@bytheb.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241114073849.18752-3-skori@marvell.com> References: <20241114073849.18752-3-skori@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/148470/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/11832847448