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 DFC7AA00C5; Sun, 5 Jul 2020 12:27:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B1BE71DB47; Sun, 5 Jul 2020 12:27:43 +0200 (CEST) Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) by dpdk.org (Postfix) with ESMTP id 7577D1DB3D for ; Sun, 5 Jul 2020 12:27:42 +0200 (CEST) Received: by mail-io1-f44.google.com with SMTP id q8so36474234iow.7 for ; Sun, 05 Jul 2020 03:27:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emumba-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=/TIa/YIBttoVckGlOFPK3W7evepR2weCubTxhb/F4oI=; b=oTedLHsYHx/ojp8Oj4ihc6t6B+zepYvz8x6icM0kACm4ZrwTfCv7qRjmrk1gS+olt8 TQ74HOz8jwbBZJlDtuYSbmq3d0ZCU8A9VWmBZjgFXXVHgAM4p6ksDOh1hSKV7aGZ4Shz AAdD4E/BTIAQJ6i+8dCg9uwyEQmTTSSl5VzH7vBZt/oxfvnIKzz6fCJUZQoC/Q2ei+s8 CftXXIjAfa0OJ9WVL0TE/ZxJWlWcusx3GKanqqqr4Z3zIaKo8bmNjUlxVxkhRFwqiR57 d2deoWudXUkAb6MN8WSVB5if50S6LaJbq/KC+JNtxbnt51lZCKeKjMkPTuo4F2tSBZgc gOCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=/TIa/YIBttoVckGlOFPK3W7evepR2weCubTxhb/F4oI=; b=q5fdAf0O1trF9a+67Z13Q1uhgaklMgUlYnhevi3k40mdFASHst/0LoHquPdb5i/28T vbgrHKiu/C4dTjANCD9845l34Mr+7h+kxtng+H7+bQz2RerX0M1KT0+xHcX83Wl8Zhj6 xGf3EcFhDlO6FYtJvYHgISw43OPifQtKnOysYzwQGzyt7/LFDCXbl++xNE6eyGcQrYpi bx9orQGOPokPu+2g0wD9Ph/7CqncoShatEUyRWPSkw2vraugDmrh4jzwIhNvDFtVIO0j t/Ix2MvwEA/+91BYhN/EnsymQrRJw17Ea8DMRrtjvY8+aG3CXbNrvtuU7+BaPNrSReAZ 8prQ== X-Gm-Message-State: AOAM531A+iAQYHNO8I/tA5nhl4WoMOLzHup0qgf9U6320SBjCpBPOgqY gb6TAHTix+I/cyOGycQzK7Mb4RaaMaSIPfTf2Dm1f/zE2EA3iQ== X-Google-Smtp-Source: ABdhPJxJymPa6D7t/monNPA0Pb+q0gKHcbsPEYHUu8jk83rb2lfVZduixKzwRrkpXOg3AFWZELofbAMfWpDaLyvBV/M= X-Received: by 2002:a05:6602:2207:: with SMTP id n7mr20025053ion.162.1593944861607; Sun, 05 Jul 2020 03:27:41 -0700 (PDT) MIME-Version: 1.0 From: Ibtisam Tariq Date: Sun, 5 Jul 2020 15:27:30 +0500 Message-ID: To: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Subject: [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" 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? Thanks. - Ibtisam