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 1B183A0562; Sun, 28 Mar 2021 04:02:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8EE4F40042; Sun, 28 Mar 2021 04:02:53 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 36F9F40040 for ; Sun, 28 Mar 2021 04:02:52 +0200 (CEST) IronPort-SDR: yV5diVk8xiVmLGaHUwFTuLupq4FdL4omSN9sBGfhO4FNA5rPGpMHkQTZSz/7uhvSN8d9aLP878 WV22iq/xCjsw== X-IronPort-AV: E=McAfee;i="6000,8403,9936"; a="276505851" X-IronPort-AV: E=Sophos;i="5.81,284,1610438400"; d="scan'208";a="276505851" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2021 19:02:51 -0700 IronPort-SDR: vexW1gEyUAoEJzzsXmtH6ErmjTf9dU72wdhCusWDUsJU2PA7qoip89pLK3pKDm3Ni2KUSUFRJR xqW0jpUgl9Sw== X-IronPort-AV: E=Sophos;i="5.81,284,1610438400"; d="scan'208";a="375982789" Received: from pkadam-mobl1.amr.corp.intel.com (HELO [10.255.231.96]) ([10.255.231.96]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2021 19:02:50 -0700 To: Ferruh Yigit , dev@dpdk.org, thomas@monjalon.net Cc: dmitry.kozliuk@gmail.com, ranjit.menon@intel.com, qiming.yang@intel.com, qi.z.zhang@intel.com References: <20210303215929.5616-1-pallavi.kadam@intel.com> <20210311015848.4976-1-pallavi.kadam@intel.com> <20210311015848.4976-4-pallavi.kadam@intel.com> <31520c32-5cfa-e5b5-f65e-4ac684961479@intel.com> From: "Kadam, Pallavi" Message-ID: <52de225b-3fc3-52ea-ed7d-46f60147f7c3@intel.com> Date: Sat, 27 Mar 2021 19:02:50 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <31520c32-5cfa-e5b5-f65e-4ac684961479@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v2 3/3] net/ice: disable ice DDP package 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 3/26/2021 4:53 AM, Ferruh Yigit wrote: > On 3/11/2021 1:58 AM, Pallavi Kadam wrote: >> Disable loading of external DDP package as it is not >> supported on Windows. >> > > Should this be documented in driver documentation as Windows support > limitation? We have mentioned about it in Windows prerequisite section. Yes, we can include it in the Windows limitation section as well. Will add it in v3. > >> Signed-off-by: Pallavi Kadam >> Reviewed-by: Ranjit Menon > > <...> > >