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 64E5142FA9; Mon, 31 Jul 2023 21:04:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5296842670; Mon, 31 Jul 2023 21:04:54 +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 8E29F4161A for ; Mon, 31 Jul 2023 21:04:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1690830292; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xQAQZP5nMD9HN189zUvKBSDNNiVuba4VvaVITCBjYzY=; b=YZxSf2tjtRJuiatxIOShFzsCSJKmVhfQlQppJzdyzzN46VCd2Ae8dVeuBjYF01J2gO2ydY BMTDY1MoO5RgDAcH0zGLbbTdCahzJCa0D0HoEW+NwoRPDeg6Rv/1HIplzx01UoLfeX8VFx WI3p3fjlUZ0MoW9IhRo156w5+CwSESY= 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-450-fdHQl8NzPTigEamFleOWUg-1; Mon, 31 Jul 2023 15:04:50 -0400 X-MC-Unique: fdHQl8NzPTigEamFleOWUg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 60897185A78B; Mon, 31 Jul 2023 19:04:49 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.8.217]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A0C9940C2063; Mon, 31 Jul 2023 19:04:48 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, thomas@monjalon.net, bluca@debian.org, tredaelli@redhat.com, i.maximets@ovn.org, james.r.harris@intel.com, mohammed@hawari.fr, Morten =?utf-8?Q?Br=C3=B8rup?= , Bruce Richardson , Michael Santana Subject: Re: [PATCH v7 1/2] build: select deprecated libraries References: <20230629090459.823130-1-david.marchand@redhat.com> <20230731144817.2147634-1-david.marchand@redhat.com> <20230731144817.2147634-2-david.marchand@redhat.com> Date: Mon, 31 Jul 2023 15:04:48 -0400 In-Reply-To: <20230731144817.2147634-2-david.marchand@redhat.com> (David Marchand's message of "Mon, 31 Jul 2023 16:48:16 +0200") Message-ID: 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.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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 David Marchand writes: > Rework deprecated libraries selection by introducing a new configuration > option. > > This breaks existing configurations that were relying on disable_libs=3D'= ' > for enabling deprecated libraries. > On the other hand, it will make enabling optional libraries more > straightforward by taking the deprecated libraries out of the picture. > > Signed-off-by: David Marchand > Acked-by: Morten Br=C3=B8rup > Acked-by: Bruce Richardson > --- Acked-by: Aaron Conole