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 ED0ADA0524 for ; Wed, 5 May 2021 01:51:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D8CA0410E2; Wed, 5 May 2021 01:51:36 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 0F3004003C; Wed, 5 May 2021 01:51:33 +0200 (CEST) IronPort-SDR: NlzIf68h7S0o1NZxPMQR2Y14v9DmYYP7gbCboNIZUo1Xk0u+EDHUzBrDiC5tygnoxzzGCEeCc3 5Onn60XHVaIQ== X-IronPort-AV: E=McAfee;i="6200,9189,9974"; a="194966573" X-IronPort-AV: E=Sophos;i="5.82,273,1613462400"; d="scan'208";a="194966573" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2021 16:51:32 -0700 IronPort-SDR: xkAn+2yBfI/wKB0s7cSt9eB8PG4lKK/5syw3p6FZdghK22Ztn0erC7qnepUPfwlVm+KBNL3zw9 a0I9gqZ3eH6w== X-IronPort-AV: E=Sophos;i="5.82,273,1613462400"; d="scan'208";a="531364223" Received: from pkadam-mobl1.amr.corp.intel.com (HELO [10.252.141.32]) ([10.252.141.32]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2021 16:51:32 -0700 To: Jie Zhou , dev@dpdk.org Cc: dmitry.kozliuk@gmail.com, xiaoyun.li@intel.com, roretzla@microsoft.com, talshn@nvidia.com, thomas@monjalon.net, bruce.richardson@intel.com, ferruh.yigit@intel.com, konstantin.ananyev@intel.com, stable@dpdk.org References: <1619805162-10684-1-git-send-email-jizh@linux.microsoft.com> <1620088449-14770-1-git-send-email-jizh@linux.microsoft.com> From: "Kadam, Pallavi" Message-ID: <6b1aec03-0b8f-469e-166c-696f42ed7f2a@intel.com> Date: Tue, 4 May 2021 16:51:31 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: <1620088449-14770-1-git-send-email-jizh@linux.microsoft.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-stable] [PATCH v10 00/10] app/testpmd: enable testpmd on Windows X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 5/3/2021 5:33 PM, Jie Zhou wrote: > This patchset is to enable testpmd on windows. It mainly includes: > - Enable building libraries on Windows that testpmd depends on > - Add necessary macros required by testpmd on Windows in rte_os_shim.h > - Add device event stubs for Windows > - Resolve name collisions with Windows types > - Add clock_gettime in testpmd on Windows > - Fix parse_fec_mode to return fec_capa instead of mode > - Replace POSIX specific codes > - Disable unsupported Apps build on Windows > - Enable testpmd build on Windows > > Future work: > - Some issues discovered at validation need further investigations > * Perf inconsistency: TPUT fluctuated significantly from runs > * After traffic stop, port stats shows pps being 0 while bps not > * mempool allocation only succeed with native. Other methods failed > at rte_mem_lock/VirtualLock. > - Hot-plug on Windows not supported yet > - Support mempool allocation native mode only for now > > --- Tested-by: Pallavi Kadam Acked-by: Pallavi Kadam