From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 30CD9727F; Sat, 13 Jan 2018 17:14:10 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jan 2018 08:14:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,354,1511856000"; d="scan'208";a="9475957" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga007.fm.intel.com with ESMTP; 13 Jan 2018 08:14:09 -0800 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 13 Jan 2018 08:14:09 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 13 Jan 2018 08:14:09 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Sun, 14 Jan 2018 00:14:07 +0800 From: "Zhang, Helin" To: "Zhang, Qi Z" , "Lu, Wenzhuo" CC: "dev@dpdk.org" , "Dai, Wei" , "Wang, Liang-min" , "Zhang, Qi Z" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 2/2] net/e1000: fix mailbox interrupt handler Thread-Index: AQHTf4yGtr1P2BMDk0Gspnpribm/0KNyE+Lw Date: Sat, 13 Jan 2018 16:14:06 +0000 Message-ID: References: <1514406150-17517-1-git-send-email-qi.z.zhang@intel.com> <1514406150-17517-2-git-send-email-qi.z.zhang@intel.com> In-Reply-To: <1514406150-17517-2-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 2/2] net/e1000: fix mailbox interrupt handler 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: Sat, 13 Jan 2018 16:14:11 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Qi Zhang > Sent: Thursday, December 28, 2017 4:23 AM > To: Lu, Wenzhuo > Cc: dev@dpdk.org; Dai, Wei; Wang, Liang-min; Zhang, Qi Z; stable@dpdk.org > Subject: [dpdk-dev] [PATCH 2/2] net/e1000: fix mailbox interrupt handler >=20 > Mailbox interrupt handler only take care of the PF reset notification, fo= r other > message mbx->ops.read should not be called since it get chance to break t= he > foreground VF to PF communication. >=20 > Fixes: 316f4f1adc2e ("net/igb: support VF mailbox interrupt for link up/d= own") > Cc: stable@dpdk.org >=20 > Signed-off-by: Qi Zhang Applied to dpdk-next-net-intel, with minor commit log changes. Thanks! /Helin