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 9BFA743B0D for ; Tue, 13 Feb 2024 19:24:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 97CEA42D7B for ; Tue, 13 Feb 2024 19:24:54 +0100 (CET) Received: from mail-qk1-f176.google.com (mail-qk1-f176.google.com [209.85.222.176]) by mails.dpdk.org (Postfix) with ESMTP id 88B8540A4B for ; Tue, 13 Feb 2024 19:24:52 +0100 (CET) Received: by mail-qk1-f176.google.com with SMTP id af79cd13be357-78725b62cf2so19222485a.1 for ; Tue, 13 Feb 2024 10:24:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1707848691; x=1708453491; 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=ynlvD3d/syX9vhVVUti8QzKrE84TeMCgdxVYBnWcznY=; b=PPErQFvzl0Uyh+3D9J9KxjPVNwH6mflU9DnsDNyTfLXp0X/tBN9hLDTuRcNiDcFW8q O81Q1PLFZin+SvyEEfg4VkOxI72PqLO/+QWOgifeqwCL6e0eICuz7phkOgOV17aaH0UV wYRNHtpijAQJRvUAWyxkLoO6QXGAZginxugMqSheYm/Y6uEAEJZo6bxUDV6pF9FaF+If TMcJqiMy2VBnZ4JH/RJPrRyGcv9HZTDQ3UHZPe/vMfU8j6egyjzoJJ/AJzPAjcjGkBo8 4R3qR+h+E4nG48ZTLtJI7ZYztCLTDivcibRX5up2OdLVU0mFazg9iG5GkQSCC4j2C8fj UIsA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707848691; x=1708453491; 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=ynlvD3d/syX9vhVVUti8QzKrE84TeMCgdxVYBnWcznY=; b=YfAkG76bEOfa4LiKNP9oGrSA1IyYdqO5INyYe+yjGjbJ8z4jL56HfD/JQOPj6K1xbt Y9h4v98J0d58h519ZPMI9ZHzPxqzu6YRE5OFURBmLARyKY/Y6x092XG9a90L5rtE86rk AWJregFzYwazSFujpOffn+SQ6we8UA/2EAxCtSWvi9FuOs6HOTaWTq90l4kFTG6M99Kd fqnwA2c8kuRsUJrhLtx1xY73H2CXv5o6wz7D6uXuCY3agvgYJKjH4YdRwGRos6FT059T mjxHwYMm5mHVEb/rLZQs1IMokcnCjzBG9qO8ETwCJ2mzd1uFfo4JWhjSaC6fqv7MKqFx pNVw== X-Gm-Message-State: AOJu0YzxJBiao64ta4AxA0oLyoIZGUsRAkI0FVNa5+4pvVha36uGcP3J ogsG2cb+AJQBBajJ/HhP5TF417cKeuDfQQNYq7U3H0XcAHt8PTKjRqiI/EroZMfhajoS92Sk+PP k X-Google-Smtp-Source: AGHT+IF7l4Nd4JF7txjUzSBk76nmv0HBBmIxPJAuC6/goWwAqDfu2tTGmkBkI8WZ7TlSBZGTSFpVsg== X-Received: by 2002:a05:620a:13e7:b0:783:f753:813b with SMTP id h7-20020a05620a13e700b00783f753813bmr392267qkl.64.1707848691637; Tue, 13 Feb 2024 10:24:51 -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 g6-20020a05620a13c600b00785d82e0567sm1759191qkl.29.2024.02.13.10.24.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 13 Feb 2024 10:24:51 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw136651 [PATCH V2] examples/pipeline: fix include path for rte_log.h Date: Tue, 13 Feb 2024 13:24:50 -0500 Message-Id: <20240213182450.401124-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240213173809.1536955-1-cristian.dumitrescu@intel.com> References: <20240213173809.1536955-1-cristian.dumitrescu@intel.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/136651/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7890617070