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 58595A054F; Mon, 15 Mar 2021 14:04:25 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0531924264F; Mon, 15 Mar 2021 14:04:25 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id D77EA4003C for ; Mon, 15 Mar 2021 14:04:22 +0100 (CET) IronPort-SDR: RYN9QLPKrKoVGgH7D83yh26UewLid0AB5qfdWRgcJRCgW0az7IbrZyJojyQ+UFzayIG4kiYOCJ IZHiWX7jkzjw== X-IronPort-AV: E=McAfee;i="6000,8403,9923"; a="189129462" X-IronPort-AV: E=Sophos;i="5.81,249,1610438400"; d="scan'208";a="189129462" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2021 06:03:30 -0700 IronPort-SDR: /hgiFxri6XY9HnxEmx87bkoYm6SvPYJE8dGtB6dg7rAA01rdO3RonHJFX/t/tGMXtTJjqGE8Oa METdcRdKaN8Q== X-IronPort-AV: E=Sophos;i="5.81,249,1610438400"; d="scan'208";a="388090649" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.212.135.35]) ([10.212.135.35]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2021 06:03:27 -0700 To: Dmitry Kozlyuk , dev@dpdk.org Cc: Pallavi Kadam , Dmitry Malloy , Narcisa Ana Maria Vasile , Tyler Retzlaff References: <20210313025645.6034-1-dmitry.kozliuk@gmail.com> <20210313222217.18271-1-dmitry.kozliuk@gmail.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <56e18d68-e9b0-57e1-e3bd-d695ecd176d6@intel.com> Date: Mon, 15 Mar 2021 13:03:23 +0000 MIME-Version: 1.0 In-Reply-To: <20210313222217.18271-1-dmitry.kozliuk@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3 0/4] net: replace Windows networking shim 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 Sender: "dev" On 3/13/2021 10:22 PM, Dmitry Kozlyuk wrote: > Networking header shim in Windows EAL conflicts with system headers and > tries to provide POSIX compatibility out of scope for DPDK. > Remove dependency on POSIX headers from libraries supported on Windows, > then replace shim with librte_net with workarounds. > > A proposed deprecation notice is assumed: > http://patchwork.dpdk.org/project/dpdk/list/?series=15595 > > v3: Fix build on FreeBSD for real (CI). > v2: Fix build on FreeBSD (CI). > > Depends-on: series-15513 ("eal/windows: do not expose POSIX symbols") > > Dmitry Kozlyuk (4): > cmdline: remove POSIX dependency > ethdev: remove POSIX dependency > net/mlx5: remove POSIX dependency > net: replace Windows networking shim > Hi Dmitry, Have you seen the CI reported build errors: http://mails.dpdk.org/archives/test-report/2021-March/182361.html Briefly: ./lib/librte_net/rte_net.c:132:7: error: 'IPPROTO_GRE' undeclared ./lib/librte_net/rte_net.c:163:7: error: 'IPPROTO_IPIP' undeclared