From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 16C2EA0561; Mon, 20 Apr 2020 06:59:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DB60E1C1DD; Mon, 20 Apr 2020 06:59:23 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A90061C1C8 for ; Mon, 20 Apr 2020 06:59:22 +0200 (CEST) IronPort-SDR: /HK4f/C27bOH2lGueZTfYqffSe7k9/trIwrXmhek+qVw19/nayA2Gu8UzM9OzVx/bmlIXepnvX GHY2MFIMm1VQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2020 21:59:21 -0700 IronPort-SDR: zrZTkXszEbX/l3LzU1N++G1AeHHkPwHQ8NYTkjrySeWcVJxMGxe3l8LLz3wSQ+aJurbDErkCPe sTauCr/EnumA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,405,1580803200"; d="scan'208";a="245250992" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga007.fm.intel.com with ESMTP; 19 Apr 2020 21:59:21 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 19 Apr 2020 21:59:21 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 19 Apr 2020 21:59:21 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.146]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.191]) with mapi id 14.03.0439.000; Mon, 20 Apr 2020 12:59:18 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , "dev@dpdk.org" , "Yang, Qiming" , "Ye, Xiaolong" Thread-Topic: [PATCH v1] net/ice: check the DSN package file firstly Thread-Index: AQHWE54CnM7ehVfrvE6cYdQe3Ud5gaiBeY6g Date: Mon, 20 Apr 2020 04:59:18 +0000 Message-ID: <039ED4275CED7440929022BC67E70611547FDA92@SHSMSX103.ccr.corp.intel.com> References: <20200416031122.59640-1-haiyue.wang@intel.com> In-Reply-To: <20200416031122.59640-1-haiyue.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1] net/ice: check the DSN package file firstly X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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: Wang, Haiyue > Sent: Thursday, April 16, 2020 11:11 AM > To: dev@dpdk.org; Zhang, Qi Z ; Yang, Qiming > ; Ye, Xiaolong > Cc: Wang, Haiyue > Subject: [PATCH v1] net/ice: check the DSN package file firstly >=20 > Align the package file search sequence with PF only for DCF mode. Get the > DSN through the virtual channel firstly to check the package file accessi= ble. >=20 > Signed-off-by: Haiyue Wang > --- Acked-by: Qi Zhang