From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6E7862BC8 for ; Tue, 9 Jan 2018 07:33:00 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jan 2018 22:32:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,334,1511856000"; d="scan'208";a="19441638" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga004.fm.intel.com with ESMTP; 08 Jan 2018 22:32:58 -0800 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 8 Jan 2018 22:32:58 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 8 Jan 2018 22:32:58 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.159]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.213]) with mapi id 14.03.0319.002; Tue, 9 Jan 2018 14:32:56 +0800 From: "Xing, Beilei" To: "Zhang, Qi Z" CC: "dev@dpdk.org" , "Wu, Jingjing" Thread-Topic: [PATCH 04/25] net/i40e/base: release spinlock before function returns Thread-Index: AQHTiG7FKnZfoPnMpk2QjT9z+VQJwaNrFkqw Date: Tue, 9 Jan 2018 06:32:56 +0000 Message-ID: <94479800C636CB44BD422CB454846E0132088E89@SHSMSX101.ccr.corp.intel.com> References: <1515383015-28042-1-git-send-email-qi.z.zhang@intel.com> <1515383015-28042-5-git-send-email-qi.z.zhang@intel.com> In-Reply-To: <1515383015-28042-5-git-send-email-qi.z.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 04/25] net/i40e/base: release spinlock before function returns 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: , X-List-Received-Date: Tue, 09 Jan 2018 06:33:00 -0000 > -----Original Message----- > From: Zhang, Qi Z > Sent: Monday, January 8, 2018 11:43 AM > To: Xing, Beilei > Cc: dev@dpdk.org; Wu, Jingjing ; Zhang, Qi Z > > Subject: [PATCH 04/25] net/i40e/base: release spinlock before function > returns >=20 > Fix a bug that adminq spin lock is not be released before function > i40e_nvmupd_command returns. >=20 how about adding fixes line if it's a bug fixing? > Signed-off-by: Qi Zhang > ---