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 7A81DA0C43; Thu, 21 Oct 2021 04:57:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F1AFF40150; Thu, 21 Oct 2021 04:56:59 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 40DE140142 for ; Thu, 21 Oct 2021 04:56:57 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10143"; a="209724246" X-IronPort-AV: E=Sophos;i="5.87,168,1631602800"; d="scan'208";a="209724246" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2021 19:56:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,168,1631602800"; d="scan'208";a="568145387" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by FMSMGA003.fm.intel.com with ESMTP; 20 Oct 2021 19:56:53 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Wed, 20 Oct 2021 19:56:53 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Thu, 21 Oct 2021 10:56:51 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2242.012; Thu, 21 Oct 2021 10:56:51 +0800 From: "Zhang, Qi Z" To: William Tu , "dev@dpdk.org" CC: "Wang, Haiyue" , "Kadam, Pallavi" , Dmitry Kozlyuk Thread-Topic: [dpdk-dev] [PATCH v4] net/e1000: build on Windows Thread-Index: AQHXxWV4VNlH1wffl0iwAANLgTSzxavcw7Vg Date: Thu, 21 Oct 2021 02:56:51 +0000 Message-ID: References: <20211009163103.297-1-u9012063@gmail.com> <20211020034749.1285-1-u9012063@gmail.com> In-Reply-To: <20211020034749.1285-1-u9012063@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4] net/e1000: build on Windows 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" > -----Original Message----- > From: dev On Behalf Of William Tu > Sent: Wednesday, October 20, 2021 11:48 AM > To: dev@dpdk.org > Cc: Wang, Haiyue ; Kadam, Pallavi > ; Dmitry Kozlyuk > Subject: [dpdk-dev] [PATCH v4] net/e1000: build on Windows >=20 > This patch enables building the e1000 driver for Windows. > I tested using two Windows VM on top of VMware Fusion, creating two e1000 > devices with device ID 0x10D3 (8274L), verifying rx/tx works correctly us= ing > dpdk-testpmd.exe rxonly and txonly mode. >=20 > Signed-off-by: William Tu > Acked-by: Haiyue Wang > Acked-by: Pallavi Kadam > Tested-by: Dmitry Kozlyuk > Tested-by: Pallavi Kadam Applied to dpdk-next-net-intel. Thanks Qi