From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 41AF89171; Tue, 15 Aug 2017 11:06:20 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Aug 2017 02:06:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,377,1498546800"; d="scan'208";a="300238416" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 15 Aug 2017 02:06:19 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 15 Aug 2017 02:06:18 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 15 Aug 2017 02:06:18 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.128]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.25]) with mapi id 14.03.0319.002; Tue, 15 Aug 2017 17:06:16 +0800 From: "Xing, Beilei" To: "Li, Xiaoyun" CC: "Wu, Jingjing" , "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v3] net/i40e: fix PF notify issue when VF is not up Thread-Index: AQHTFZmoHv1zb3ra0EqVTWUFWqKQXqKFICwA Date: Tue, 15 Aug 2017 09:06:16 +0000 Message-ID: <94479800C636CB44BD422CB454846E0132005099@SHSMSX101.ccr.corp.intel.com> References: <1502780789-17352-1-git-send-email-xiaoyun.li@intel.com> <1502782776-18669-1-git-send-email-xiaoyun.li@intel.com> In-Reply-To: <1502782776-18669-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 v3] net/i40e: fix PF notify issue when VF is 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: Tue, 15 Aug 2017 09:06:20 -0000 > -----Original Message----- > From: Li, Xiaoyun > Sent: Tuesday, August 15, 2017 3:40 PM > To: Xing, Beilei > Cc: Wu, Jingjing ; dev@dpdk.org; Li, Xiaoyun > ; stable@dpdk.org > Subject: [PATCH v3] net/i40e: fix PF notify issue when VF is not up >=20 > This patch stops PF from sending message to VF when VF's admin queue isn'= t > enabled, namely VF isn't up. >=20 > Fixes: 4861cde46116 ("i40e: new poll mode driver") > Cc: stable@dpdk.org >=20 > Signed-off-by: Xiaoyun Li Acked-by: Beilei Xing