From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 9DDE2A00E6 for ; Tue, 19 Mar 2019 20:33:45 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2B1371B19; Tue, 19 Mar 2019 20:33:45 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 15E1E11A4 for ; Tue, 19 Mar 2019 20:33:42 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Mar 2019 12:33:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,245,1549958400"; d="scan'208";a="153193125" Received: from rmenon-mobl.amr.corp.intel.com (HELO [134.134.172.77]) ([134.134.172.77]) by fmsmga002.fm.intel.com with ESMTP; 19 Mar 2019 12:33:41 -0700 To: Thomas Monjalon , dev@dpdk.org Cc: harini.ramakrishnan@microsoft.com, ocardona@microsoft.com, anand.rawat@intel.com, pallavi.kadam@intel.com, jeffrey.b.shaw@intel.com, bruce.richardson@intel.com, stephen@networkplumber.org, jerin.jacob@caviumnetworks.com, rasland@mellanox.com References: <8738827.r4ctrtuu5E@xps> <5042183.hYBaOkdThe@xps> From: Ranjit Menon Message-ID: <335ed4e9-2d12-e5ab-35f4-3f6d5f41f1d3@intel.com> Date: Tue, 19 Mar 2019 12:33:40 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.3 MIME-Version: 1.0 In-Reply-To: <5042183.hYBaOkdThe@xps> Content-Type: text/plain; charset="UTF-8"; format="flowed" Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] checklist for DPDK on Windows 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" Message-ID: <20190319193340.mkU33LGB_sdwLu8z5tHrAMiWGnBTDsZ_ZWDKIgRNtmE@z> Thomas... Status below: On 3/19/2019 2:52 AM, Thomas Monjalon wrote: > Any feedback? > Could we try to give a work estimation for these items? > > 15/03/2019 00:04, Thomas Monjalon: >> Hi, >> >> Below is a list of directories, files or functions which we >> need to check to make basic DPDK works on Windows. >> If something is missing, please complete. >> >> The goal of this list is to make a status of what is already done, >> and plan what should be done next. It will help to share the workload >> among all volunteers during the next months. >> >> buildtools/pmdinfogen - not ported to Windows >> usertools/dpdk-devbind.py - not ported to Windows >> drivers/bus/vdev - not ported to Windows >> drivers/bus/pci - ported to Windows in draft repo (using ICC) >> lib/librte_pci - ported to Windows in draft repo (using ICC) >> lib/librte_cmdline - ported to Windows in draft repo (using ICC) >> lib/librte_kvargs - ported to Windows in draft repo (using ICC) >> lib/librte_ring - ported to Windows in draft repo (using ICC) >> lib/librte_mempool - ported to Windows in draft repo (using ICC) >> lib/librte_mbuf - ported to Windows in draft repo (using ICC) >> lib/librte_net - ported to Windows in draft repo (using ICC) >> lib/librte_eal/common/include/rte_errno.h >> lib/librte_eal/common/include/rte_string_fns.h >> lib/librte_eal/common/include/rte_lcore.h >> lib/librte_eal/common/arch/x86/rte_cpuflags.c >> lib/librte_eal/common/arch/x86/rte_cycles.c >> lib/librte_eal/common/eal_common_options.c >> lib/librte_eal/common/eal_common_thread.c >> lib/librte_eal/common/eal_common_proc.c - most 'common' [c/h] files ported to Windows in draft repo (using ICC) >> lib/librte_eal/windows/eal/eal.c >> eal_create_runtime_dir() >> rte_eal_iopl_init() - part of file port available in "Helloworld" patch >> lib/librte_eal/windows/eal/eal_alarm.c - ported to Windows in draft repo (using ICC) >> lib/librte_eal/windows/eal/eal_cpuflags.c - not ported to Windows >> lib/librte_eal/windows/eal/eal_debug.c - part of file port available in "Helloworld" patch >> lib/librte_eal/windows/eal/eal_dev.c - not ported to Windows >> lib/librte_eal/windows/eal/eal_interrupts.c - ported to Windows in draft repo (using ICC) >> lib/librte_eal/windows/eal/eal_lcore.c - part of file port available in "Helloworld" patch >> lib/librte_eal/windows/eal/eal_log.c - ported to Windows in draft repo (using ICC) >> lib/librte_eal/windows/eal/eal_memory.c - ported to Windows in draft repo (using ICC) >> lib/librte_eal/windows/eal/eal_thread.c - part of file port available in "Helloworld" patch >> lib/librte_eal/windows/eal/eal_timer.c - ported to Windows in draft repo (using ICC) >> >> Please check this list and mention what is done or in progress. >> The best would be to reference some patches or commits >> to help progress together as a community, thanks. > > >