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 B6F1F43AA4 for ; Wed, 14 Feb 2024 21:18:07 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 995D443346; Wed, 14 Feb 2024 21:18:07 +0100 (CET) Received: from mail-oo1-f44.google.com (mail-oo1-f44.google.com [209.85.161.44]) by mails.dpdk.org (Postfix) with ESMTP id D8E9D42E9F for ; Wed, 14 Feb 2024 21:18:05 +0100 (CET) Received: by mail-oo1-f44.google.com with SMTP id 006d021491bc7-59a802ab9fdso51559eaf.1 for ; Wed, 14 Feb 2024 12:18:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1707941885; x=1708546685; darn=dpdk.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=pdYk7cxu2u1LUz7QXbKMitH8EZP6BfnMrZXKBimJJus=; b=HsnJBGV76szswWH55M9iMB6gPfagY5OAVXDQAJaQaAEQRkzLzZP4Du61loNrT5uwlM JBWLmgkbLMnTfzjjFtyDmk1Mglvu04e5/87ZU3MNbdhgqkfno04u/+ULKxaXxtB5nAdm uYVVhirCH1UlCVohm/eZ/FqM3zGQLK6Sdz2Sk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707941885; x=1708546685; h=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=pdYk7cxu2u1LUz7QXbKMitH8EZP6BfnMrZXKBimJJus=; b=Qp9QgqBgKXERb8iXQyKIJ/D/wtM/4yMy8xmPc1Yqyr6viWvU4UKCfMJn0spuK/3Glc ATZK+JQvhod+mmuBEs2Cqux95V4tRm1HC8XTslx6DtiZkfGzA5/wPmWYMwAYyWhefasL G7D5YN7xirmN6Zs7sZUnZkIpy36nVBmYajMAh+EFarmU/AwbCsTAdJjhKIzgSC9ZCR1i w/801vT4A0SDT31xQ76ZT666Ku3C+rj+oDZNk1fmSDltjBYtxKr7yHZqPClQ2H3nYuKF Ag/HjFkPP2RBDm42tzRQob915z0MGPEoceRXebQ8HYKQoujLNfAZKMygY+GFld1Oy9Zm Vbfw== X-Forwarded-Encrypted: i=1; AJvYcCXGkcZOJJiJQsLtVO1GAgCGn4VAtVcNTY8dojOSevKYmo3PrC3M6L8GJmLhLqp8Go8LXkCk5G20B8h5EIF7qlo= X-Gm-Message-State: AOJu0YyGaio9Bs0pt+dypmmiry006dSCPtpJUKSbb5QENHD83zsyVBUp HkYEkDip1KzFUBzxQj16gImHwuptndtHVVxZnFmfLwuAnCGHSWap3zWkXsUkhacaLnanj4UZ9a3 ymONQqUa0umhbKSL2gao6IcKbYPsI+iRbOm90dw== X-Google-Smtp-Source: AGHT+IG+pGQ09xhdiwu+cbaJsILoKmOxX/eulECTim4Q1GRvw5znlrk2lmzXrqeecOFNMQaixZ54xJs8TQm6xk0dAOg= X-Received: by 2002:a4a:2454:0:b0:59c:8922:65d2 with SMTP id v20-20020a4a2454000000b0059c892265d2mr4012542oov.5.1707941885155; Wed, 14 Feb 2024 12:18:05 -0800 (PST) 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: Wed, 14 Feb 2024 15:17:54 -0500 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: multipart/alternative; boundary="0000000000005cb17f06115d35f5" X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org --0000000000005cb17f06115d35f5 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, Feb 14, 2024 at 3:00=E2=80=AFPM Dumitrescu, Cristian < cristian.dumitrescu@intel.com> 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. Just > 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 > setup 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 alright with just the team here at UNH. I'll let you know how it goes. --0000000000005cb17f06115d35f5 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Wed, Feb 14, 2024 at 3:00=E2=80=AF= PM Dumitrescu, Cristian <cristian.dumitrescu@intel.com> 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. Just a= word of caution though: I am not the owner of those tests, and also not in= timately familiar with them, so it might be hard to find volunteers to setu= p the test suite, that the only problem that I see unfortunately. But we sh= ould 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 alright with just the team here at UN= H. I'll let you know how it goes.=C2=A0
--0000000000005cb17f06115d35f5--