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 AF98543A20; Wed, 31 Jan 2024 21:38:18 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9FA1A42DB4; Wed, 31 Jan 2024 21:38:18 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 62F33402A7; Wed, 31 Jan 2024 21:38:16 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id 9F9B320B2000; Wed, 31 Jan 2024 12:38:15 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 9F9B320B2000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1706733495; bh=O7b8DvlEDhg0DqRB3NFrISBcgYl26YP6n/MEjz50o/g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UOB6YAaR+EVjez4asNZyBMzzMJI1p4ZrVk3wyYI/ce+IBEeOPQY9rvioUhfz6khpw VxVNd6QEaZaK37A9NwK9YqSRD67/ihdLuMOR7HO09NKcZancQXtNnOcstnsVmpwZyl NXiXr/25NpZBVkjRmcgJovSlSGAmfNbysQxdBmsc= Date: Wed, 31 Jan 2024 12:38:15 -0800 From: Tyler Retzlaff To: David Marchand Cc: dev@dpdk.org, stable@dpdk.org, Sunil Kumar Kori , Rakesh Kudurumalla , Nithin Dabilpuram Subject: Re: [PATCH 2/2] app/graph: fix build reason Message-ID: <20240131203815.GB11576@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20240131174552.2601531-1-david.marchand@redhat.com> <20240131174552.2601531-2-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240131174552.2601531-2-david.marchand@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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, Jan 31, 2024 at 06:45:52PM +0100, David Marchand wrote: > When a component is disabled, the reason meson variable must be set to > provide an explanation why. > > Since epoll is a Linux thing, report that the graph application is only > supported on Linux. > > Fixes: 5b21ffb23308 ("app/graph: add CLI framework") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand > --- Acked-by: Tyler Retzlaff