From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B49EEC433DB for ; Wed, 3 Feb 2021 10:59:37 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id DDC0D64F5C for ; Wed, 3 Feb 2021 10:59:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DDC0D64F5C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C29D92404DF; Wed, 3 Feb 2021 11:59:35 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id F23C32404DD for ; Wed, 3 Feb 2021 11:59:33 +0100 (CET) IronPort-SDR: spok98hCEwjEbGx+RP5Nog29Po5aIvJkqUvCiVgcJ9OLJciYluBf9Wc5mNeUgBQ6Ut1OVOAGhk JLM4RXbyMYHQ== X-IronPort-AV: E=McAfee;i="6000,8403,9883"; a="242533639" X-IronPort-AV: E=Sophos;i="5.79,398,1602572400"; d="scan'208";a="242533639" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Feb 2021 02:59:32 -0800 IronPort-SDR: AgvCPYCFbc21BBJTocHZdg9QQCLhlKhHifiZxrL/+qO2rghml+tGY0hWXECWEFkRzO7TqZhE0d y+J6X3o71Oag== X-IronPort-AV: E=Sophos;i="5.79,398,1602572400"; d="scan'208";a="433363503" 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:59:31 -0800 From: Ferruh Yigit To: Pallavi Kadam , 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> <8adede96-be80-203a-3940-41e6b0e7099d@intel.com> Message-ID: <83417d22-93e0-37aa-1b2c-3ddee93ff5a3@intel.com> Date: Wed, 3 Feb 2021 10:59:27 +0000 MIME-Version: 1.0 In-Reply-To: <8adede96-be80-203a-3940-41e6b0e7099d@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2/3/2021 10:22 AM, Ferruh Yigit wrote: > 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 >> Reviewed-by: Ranjit Menon > > Reviewed-by: Ferruh Yigit > Applied to dpdk-next-net/main, thanks.