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 E90A4455F8; Tue, 16 Jul 2024 18:33:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B6D41410EE; Tue, 16 Jul 2024 18:33:52 +0200 (CEST) Received: from mail-oa1-f53.google.com (mail-oa1-f53.google.com [209.85.160.53]) by mails.dpdk.org (Postfix) with ESMTP id 214BE402D6 for ; Tue, 16 Jul 2024 18:33:51 +0200 (CEST) Received: by mail-oa1-f53.google.com with SMTP id 586e51a60fabf-25d634c5907so3191157fac.2 for ; Tue, 16 Jul 2024 09:33:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1721147630; x=1721752430; darn=dpdk.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=dM9GiaUEJS4R97w+xGQl/U+dscZv5n5ZV8ETLBMxi/g=; b=Fi8UiCknAix2t6VFRovpW4C1EAC9T52pvMos6OQ17pmt52Vvi4octuLT8XMBkqKnoW D3p7wrYXYJ7nTLbleNdzSkTM166dFwyW97zSNsDGU+akJMNwjoIGyr5jDC9F+VYGlcW7 BvhMzjaIXiMdt7G6eWTRcgqEiKri7m4qALMPU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721147630; x=1721752430; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=dM9GiaUEJS4R97w+xGQl/U+dscZv5n5ZV8ETLBMxi/g=; b=P59PIjc6HJWlB4XWJzx/zStU9x0E99hisFLfy8mn5Bq2Upgc1FJ3UysbMLKvpb3xL6 wGm1gfTn0fwcnwYz2ffOfPruNhmwg+pZoMbjjnOYoyi5FX2yCddvzfzpJCgabqbVMRHg anbF8/M37Lt2sZ64zfvZBnT48Nw0X4QC6j/ZmmngPpfbT12O47qLCSaQmudmu1/cGKiz LtTjbNfXx77ZwnWbxQd/PrsCtOXsWJqqyttwFB43khnxmqTGeIP649dgmLpSNLyHlXBe HXIAdFSBOIkc0ttmxDUEe3cd+gUc48f0xkqJ9Q6WwDUxRPfc/OLXqpRQTSaQEVNhG+s+ 0KnQ== X-Forwarded-Encrypted: i=1; AJvYcCVHryvF/1HCdm++huDOQ/+Bhr7N7qtC73/MxZNywCgE7H0xqbFN9wl91k1GDV6PMoNy+B5zrQyaphkyrho= X-Gm-Message-State: AOJu0YxeOZjYLByCr1NRrfcW3/ldfil42cGoOZmQeiWM9ImVInmtSThL hfNjdDDG8WutUftmNuzFfLFuGhjb7+F13JwLASRwZmjFRk+1P61H9CT964iNFRy1tFPncykQC9k Gz4b/WL6G0R75iD4o9jDJrmJclDpgIAHOeQFn0w== X-Google-Smtp-Source: AGHT+IGXtT3cyiFfBtKxlhfyjUuM/8sg1Xb1bEd9klLzEZjZIXUucp2caqWtc8LCIiR9dYHvHWIVHIPYrzOiaAhwEmE= X-Received: by 2002:a05:6870:211:b0:254:bf41:de9d with SMTP id 586e51a60fabf-260bdfe5701mr2253811fac.48.1721147630195; Tue, 16 Jul 2024 09:33:50 -0700 (PDT) MIME-Version: 1.0 References: <20240213145218.1532323-1-cristian.dumitrescu@intel.com> <20240213173809.1536955-1-cristian.dumitrescu@intel.com> In-Reply-To: From: Patrick Robb Date: Tue, 16 Jul 2024 12:33:39 -0400 Message-ID: Subject: Re: [PATCH V2] examples/pipeline: fix include path for rte_log.h To: "Dumitrescu, Cristian" Cc: Aaron Conole , Ferruh Yigit , "dev@dpdk.org" , "stable@dpdk.org" , "Marchand, David" , "Richardson, Bruce" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Wed, Feb 14, 2024 at 3:17=E2=80=AFPM Patrick Robb wr= ote: > > > > On Wed, Feb 14, 2024 at 3:00=E2=80=AFPM Dumitrescu, Cristian wrote: >> >> >> >> [Cristian] >> Yes, you are right, we do have a DTS test suite for the pipeline library= . >> >> It would be great to run it automatically as part of the CI testing. Jus= t a word of caution though: I am not the owner of those tests, and also not= intimately familiar with them, so it might be hard to find volunteers to s= etup the test suite, that the only problem that I see unfortunately. But we= should try and see if there are any issues at all. >> >> Thanks, >> Cristian > > > Okay, the setup doesn't look too burdensome anyhow so we should be alrigh= t with just the team here at UNH. I'll let you know how it goes. Sorry I realized today I never provided an update here. Back in February I did wire a testbed according to the testplan, insalled the dependencies and gave it a run, which was not passing. It would have been possible to pick apart the testsuite, manually running the example app to see whether the issue laid in the testbed setup, testsuite implementation, or somewhere else. But, it would have taken time and the premise of this effort was that it would be a quick setup, so I gave up as our efforts should go towards making additions to new DTS now, instead of debugging old DTS. I'm sorry that there isn't pipeline coverage in CI currently though - something to target going forward.