From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id CF091A0A0E;
	Wed,  3 Feb 2021 11:22:15 +0100 (CET)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 99AB82404CC;
	Wed,  3 Feb 2021 11:22:15 +0100 (CET)
Received: from mga18.intel.com (mga18.intel.com [134.134.136.126])
 by mails.dpdk.org (Postfix) with ESMTP id 02D4B2404CA
 for <dev@dpdk.org>; Wed,  3 Feb 2021 11:22:13 +0100 (CET)
IronPort-SDR: PiJsqgwE/0fffig10RsHmrlLfgw6cpj9mLefNLdY2yeZZJg6oQx3IHj4e65HvtTnTq1DjI3FFo
 D+yOQuc3gcKw==
X-IronPort-AV: E=McAfee;i="6000,8403,9883"; a="168698939"
X-IronPort-AV: E=Sophos;i="5.79,398,1602572400"; d="scan'208";a="168698939"
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 03 Feb 2021 02:22:11 -0800
IronPort-SDR: R5CL2594+0MNWUF2lkL3MtDWB41kCSfmtcGQoplCB2XY2l3tF3CdPIM5NX71MRm64AMHB1O1kP
 zwrD9BmvWlSw==
X-IronPort-AV: E=Sophos;i="5.79,398,1602572400"; d="scan'208";a="433349329"
Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.245.26])
 ([10.213.245.26])
 by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 03 Feb 2021 02:22:09 -0800
To: Pallavi Kadam <pallavi.kadam@intel.com>, dev@dpdk.org, thomas@monjalon.net
Cc: ranjit.menon@intel.com, beilei.xing@intel.com, jia.guo@intel.com
References: <20210126230343.36-1-pallavi.kadam@intel.com>
 <20210202190916.4632-1-pallavi.kadam@intel.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <8adede96-be80-203a-3940-41e6b0e7099d@intel.com>
Date: Wed, 3 Feb 2021 10:22:05 +0000
MIME-Version: 1.0
In-Reply-To: <20210202190916.4632-1-pallavi.kadam@intel.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v3] doc: update i40e PMD to support on windows
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

On 2/2/2021 7:09 PM, Pallavi Kadam wrote:
> Add documentation to support i40e PMD on Windows.
> Update the release notes and features list for the same.
> 
> v3 changes:
> 	- Replaced the commit link with netuio README.rst
> 	  documentation link
> 
> v2 changes:
> 	- updated doc/guides/nics/features/i40e.ini file
> 	- Replaced the name UIO with NetUIO
> 
> Signed-off-by: Pallavi Kadam <pallavi.kadam@intel.com>
> Reviewed-by: Ranjit Menon <ranjit.menon@intel.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>