From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D355B2C18; Fri, 4 Aug 2017 10:41:11 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Aug 2017 01:41:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,320,1498546800"; d="scan'208";a="136076565" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 04 Aug 2017 01:41:10 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 4 Aug 2017 01:41:09 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 4 Aug 2017 01:41:08 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.197]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.122]) with mapi id 14.03.0319.002; Fri, 4 Aug 2017 16:40:53 +0800 From: "Xing, Beilei" To: "Li, Xiaoyun" , "Wu, Jingjing" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] net/i40e: revert fix of PF notify issue when VF not up Thread-Index: AQHTDPZNuUvo6JYqe0a9Sc74siZ5yaJz4KPg Date: Fri, 4 Aug 2017 08:40:53 +0000 Message-ID: <94479800C636CB44BD422CB454846E0131FF630B@SHSMSX101.ccr.corp.intel.com> References: <1501861806-92194-1-git-send-email-xiaoyun.li@intel.com> In-Reply-To: <1501861806-92194-1-git-send-email-xiaoyun.li@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] net/i40e: revert fix of PF notify issue when VF not up 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: Fri, 04 Aug 2017 08:41:12 -0000 > -----Original Message----- > From: Li, Xiaoyun > Sent: Friday, August 4, 2017 11:50 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Li, Xiaoyun ; stable@dpdk.org > Subject: [PATCH] net/i40e: revert fix of PF notify issue when VF not up >=20 > This reverts commit 035a8cf88f010c82de3040c895c801ce0849b065. > Don't send messages to inactive VF will cause DPDK PF failing to send > messages to kernel VF. > With this revert, this issue will be solved. >=20 > commit 035a8cf88f01 ("net/i40e: fix PF notify when VF is not up") > Cc: stable@dpdk.org >=20 > Signed-off-by: Xiaoyun Li Acked-by: Beilei Xing