From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 83BE6A00C5; Mon, 6 Jul 2020 14:34:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E6AA81D999; Mon, 6 Jul 2020 14:34:48 +0200 (CEST) Received: from mail-il1-f194.google.com (mail-il1-f194.google.com [209.85.166.194]) by dpdk.org (Postfix) with ESMTP id 443CB1D933 for ; Mon, 6 Jul 2020 14:34:47 +0200 (CEST) Received: by mail-il1-f194.google.com with SMTP id a11so24463781ilk.0 for ; Mon, 06 Jul 2020 05:34:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emumba-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ErP01yD9haWKLdtEiG59pcLHdFNPmOT8SBbXT7tzH2Y=; b=gOJDm+dYkhSmqtajy7wsrzJy/tcBnWSHF5+7e45+8ZrAdGqTrWZgzkwbP1hFWLxEMG QUh2KpbKj1kx18lGiTPl+sEr/aq/XLeAi7w9JwWLu/z0v6x03EI0aVr4YwtwZfDph18U Rnb/sO/pVwHYPaa3GcQgTOrJgl9BHAN1yHggdtAQJaLlnjuiBQAZHZ2o/ALXQhd5zss6 QJbNm0lL3aTCXh4MAG064tThDgpP9o4gRPKeNgLudD52wYLYRVp41rmpmTKYsttJmbX6 LtD06hrXdIlz2dSwOKK1Z8g1qN0nZvWu191UfqzsM8qyJ/VKxKyBIuu8feCeNbdebor4 ICRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ErP01yD9haWKLdtEiG59pcLHdFNPmOT8SBbXT7tzH2Y=; b=shoZnSGkq5UiDuCAbFNRXO/zf679Vm7EZPzbLfhcl+XeCPWRy3pV/I/4Sat19cw+4q Pmm+vrNoHKMlTENAmBxEpgcZm7V+hZNmuBdsqQEjBDlU9pi+KybJSpBdKo6ctkKHWxun zNIH5D/0xMFN6FgFR0uzs9d2fEXC2OMjPb8MN/BMZMYUZTlXCluSnNKNdTYrWv7dTmH3 bxnn5FJoc+6Mq785ycl0argi+6elhLM8XA8xkwEXYmhxlJvqYw4zyGt4B8nWsO7aZhQ/ e8VxEsoQcw49FYJYcoaTnGHQFCaz9rjqAYtp68R+1koVtF/neEXByxdW8KRCXtTRFYaO eCzg== X-Gm-Message-State: AOAM5323U/zpr2Q+DXEZy/aIwITcsiuAW0wBnBeJqYzfx1DDucrZn57K He1YWStUC9exSElsdsKuWbaB+g48V/ktFock8ur1jw== X-Google-Smtp-Source: ABdhPJwZkL4XXT+TkrVvG9ADkAIBI3HEmShEiqqq5JozOtZaWW2w/7OZBTMSba0OsYRKqdViYdbWVw2WuCcQwcgEBvg= X-Received: by 2002:a92:cc41:: with SMTP id t1mr31822952ilq.132.1594038886540; Mon, 06 Jul 2020 05:34:46 -0700 (PDT) MIME-Version: 1.0 References: <20200706082557.GD636@bricha3-MOBL.ger.corp.intel.com> In-Reply-To: <20200706082557.GD636@bricha3-MOBL.ger.corp.intel.com> From: Ibtisam Tariq Date: Mon, 6 Jul 2020 17:34:35 +0500 Message-ID: To: Bruce Richardson Cc: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] Epoll installation in FreeBSD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Okay. Thank you for clarification. On Mon, Jul 6, 2020 at 1:26 PM Bruce Richardson wrote: > > On Sun, Jul 05, 2020 at 03:27:30PM +0500, Ibtisam Tariq wrote: > > Hey. > > > > I've tried to install a new copy of FreeBSD. But it can't find the > > sys/epoll.h header file. > > I have searched and sys/epoll.h is not available on FreeBSD. > > > > The output of meson builds on FreeBSD. > > ---------------------------------------------------------------------- > > Has header "sys/epoll.h" : NO > > examples/meson.build:109.2: ERROR: Problem encountered: Cannot build > > requested example "ip_pipeline" > > ---------------------------------------------------------------------- > > > > How can I solve this problem? > > > The ip_pipeline example application is indeed not buildable on FreeBSD, > sadly, so there is no way to solve this problem without modifying the code > to not require the use of epoll. To get a clean DPDK build on FreeBSD you > need to remove this example from the list of examples you are requesting to > be built as part of the SDK build. > > One suggestion to find all the examples which are working on FreeBSD is to > pass "-Dexamples=all" to meson, rather than requesting each by name. This > will attempt to build all examples, but won't error out on any that are not > buildable, instead it will just skip them. > > Regards, > /Bruce -- Regards, Ibtisam Tariq