From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id CD9C5FE5 for ; Fri, 31 Mar 2017 03:00:15 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 30 Mar 2017 18:00:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,249,1486454400"; d="scan'208";a="72073971" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga004.jf.intel.com with ESMTP; 30 Mar 2017 18:00:14 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 30 Mar 2017 18:00:14 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 30 Mar 2017 18:00:13 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.212]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.253]) with mapi id 14.03.0248.002; Fri, 31 Mar 2017 09:00:12 +0800 From: "Lu, Wenzhuo" To: "Dai, Wei" , "alexz@att.com" , "dev@dpdk.org" CC: "Ananyev, Konstantin" , "Zhang, Helin" , "Iremonger, Bernard" Thread-Topic: [PATCH v4] net/ixgbe: ping VF when PF status changes Thread-Index: AQHSqZl8rkhzupW7G0CR6wpnfsXuhKGtl30AgACJRIA= Date: Fri, 31 Mar 2017 01:00:11 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B585612@shsmsx102.ccr.corp.intel.com> References: <1490877194-33917-1-git-send-email-alexz@att.com> <1490907954-34791-1-git-send-email-alexz@att.com> <49759EB36A64CF4892C1AFEC9231E8D650A23F62@PGSMSX101.gar.corp.intel.com> In-Reply-To: <49759EB36A64CF4892C1AFEC9231E8D650A23F62@PGSMSX101.gar.corp.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 v4] net/ixgbe: ping VF when PF status changes 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, 31 Mar 2017 01:00:16 -0000 Hi, > -----Original Message----- > From: Dai, Wei > Sent: Friday, March 31, 2017 8:48 AM > To: alexz@att.com; dev@dpdk.org > Cc: Ananyev, Konstantin; Zhang, Helin; Lu, Wenzhuo; Iremonger, Bernard > Subject: RE: [PATCH v4] net/ixgbe: ping VF when PF status changes >=20 > Hi, Alexz > Thanks for your quick reponse. >=20 > Hi, Wenzhuo > Would you please review it again and add your acknowledgement if it is OK > for you. >=20 > > Subject: [PATCH v4] net/ixgbe: ping VF when PF status changes > > > > From: Alex Zelezniak > > > > v4: > > * Removed duplicate line > > > > v3: > > * Added 17.05 block to rte_pmd_ixgbe_version.map file > > > > v2: > > * Removed trailing spaces > > > > v1: > > * Implements function used by application managing PF to inform VF > > when link status changes > > > > Signed-off-by: Alex Zelezniak > Acked-by: Wei Dai Acked-by: Wenzhuo Lu BTW, Alex, you can keep our ack when sending the new version.