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 C6DD3A0561; Fri, 5 Mar 2021 01:25:07 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 57E3E4069F; Fri, 5 Mar 2021 01:25:07 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 63D6E40692 for ; Fri, 5 Mar 2021 01:25:05 +0100 (CET) IronPort-SDR: dFHCkw1wRIrsFGKeQN168Fe7ReNtkpys5VEysFD8b/s7QH0nTHyTCJrs8vpl/boj2+K+50lOyj 1INL7008Oxkg== X-IronPort-AV: E=McAfee;i="6000,8403,9913"; a="184159286" X-IronPort-AV: E=Sophos;i="5.81,224,1610438400"; d="scan'208";a="184159286" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2021 16:25:04 -0800 IronPort-SDR: +SJCrTphevQKRzJTGTxAMKgKGIAZenuuWMFyv6wr7714OZ3f6cUf/c/zf3UbAZyRxX+JnJ1buJ IUVVw9jgSoRQ== X-IronPort-AV: E=Sophos;i="5.81,224,1610438400"; d="scan'208";a="368378067" Received: from pkadam-mobl1.amr.corp.intel.com (HELO [10.212.162.83]) ([10.212.162.83]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2021 16:25:04 -0800 To: Dmitry Kozlyuk Cc: dev@dpdk.org, thomas@monjalon.net, ranjit.menon@intel.com, qiming.yang@intel.com, qi.z.zhang@intel.com, ferruh.yigit@intel.com References: <20210303215929.5616-1-pallavi.kadam@intel.com> <20210303215929.5616-5-pallavi.kadam@intel.com> <20210304021343.4141a876@sovereign> From: "Kadam, Pallavi" Message-ID: Date: Thu, 4 Mar 2021 16:25:03 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <20210304021343.4141a876@sovereign> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH 4/4] doc: update ice PMD and 21.05 release notes 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 3/3/2021 3:13 PM, Dmitry Kozlyuk wrote: > 2021-03-03 13:59, Pallavi Kadam: >> Add documentation to support ice PMD on Windows. >> Update the release notes and features list for the same. >> >> Signed-off-by: Pallavi Kadam >> Reviewed-by: Ranjit Menon >> --- >> doc/guides/nics/features/ice.ini | 1 + >> doc/guides/nics/ice.rst | 16 ++++++++++++++-- >> doc/guides/rel_notes/release_21_05.rst | 4 ++++ >> 3 files changed, 19 insertions(+), 2 deletions(-) > It is preferred to update docs in single commit with code. Thanks, Dmitry. Ok, will include the doc changes in the same patch where the ice PMD code is enabled.