From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id CA7FF42CCF;
	Fri, 16 Jun 2023 15:14:27 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 9EBDB40E0F;
	Fri, 16 Jun 2023 15:14:27 +0200 (CEST)
Received: from us-smtp-delivery-124.mimecast.com
 (us-smtp-delivery-124.mimecast.com [170.10.133.124])
 by mails.dpdk.org (Postfix) with ESMTP id 9BF7040DDB
 for <dev@dpdk.org>; Fri, 16 Jun 2023 15:14:25 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;
 s=mimecast20190719; t=1686921265;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=Las0XubRpgazAnD6RcM+lCQUwWGyh77AMglRYBOQrVA=;
 b=XFKPkv+94s1VsAzC9NP6PDdj+wQUDGpL624NiO5SUY7nzb9r+f/ZxNN+9SNVBoNmIjj1/M
 iqvNVT4KDRVbrkw3V/W18wlLc8VVhDt8qYx+U8zOAcfVaqIrthcuPBlLnxjlORuIKdkUNA
 EVaZj4Jf/9eHZwx3J9CYSzqNtYWNvXg=
Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com
 [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS
 (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id
 us-mta-624-0PQPnjCsOrSTlAcJiLBVyg-1; Fri, 16 Jun 2023 09:14:21 -0400
X-MC-Unique: 0PQPnjCsOrSTlAcJiLBVyg-1
Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com
 [10.11.54.2])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 8721080A0BC;
 Fri, 16 Jun 2023 13:14:21 +0000 (UTC)
Received: from RHTPC1VM0NT (unknown [10.22.9.211])
 by smtp.corp.redhat.com (Postfix) with ESMTPS id 168E940D1B60;
 Fri, 16 Jun 2023 13:14:21 +0000 (UTC)
From: Aaron Conole <aconole@redhat.com>
To: David Marchand <david.marchand@redhat.com>
Cc: dev@dpdk.org,  thomas@monjalon.net,  bruce.richardson@intel.com,
 Michael Santana <maicolgabriel@hotmail.com>
Subject: Re: [PATCH v2 4/4] ci: build examples externally
References: <20230613081741.4083273-1-david.marchand@redhat.com>
 <20230613140635.975187-1-david.marchand@redhat.com>
 <20230613140635.975187-5-david.marchand@redhat.com>
Date: Fri, 16 Jun 2023 09:14:20 -0400
In-Reply-To: <20230613140635.975187-5-david.marchand@redhat.com> (David
 Marchand's message of "Tue, 13 Jun 2023 16:06:35 +0200")
Message-ID: <f7tzg4zwnv7.fsf@redhat.com>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
MIME-Version: 1.0
X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2
X-Mimecast-Spam-Score: 0
X-Mimecast-Originator: redhat.com
Content-Type: text/plain
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

David Marchand <david.marchand@redhat.com> writes:

> Enhance our CI coverage by building examples against an installed DPDK.
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
> ---

Acked-by: Aaron Conole <aconole@redhat.com>