From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Patel, Mayurkumar" Subject: RE: [PATCH V8 0/5] PCI/ASPM: reconfigure ASPM following hotplug for POLICY_DEFAULT Date: Mon, 10 Apr 2017 13:11:32 +0000 Message-ID: <92EBB4272BF81E4089A7126EC1E7B2846676674D@IRSMSX101.ger.corp.intel.com> References: <1491627351-1111-1-git-send-email-okaya@codeaurora.org> <92EBB4272BF81E4089A7126EC1E7B284667665E7@IRSMSX101.ger.corp.intel.com> <33d18b40-8449-78a5-7127-9988d846d179@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mga02.intel.com ([134.134.136.20]:30989 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753310AbdDJNLh (ORCPT ); Mon, 10 Apr 2017 09:11:37 -0400 In-Reply-To: <33d18b40-8449-78a5-7127-9988d846d179@codeaurora.org> Content-Language: en-US Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Sinan Kaya , "linux-pci@vger.kernel.org" , "timur@codeaurora.org" Cc: "linux-arm-msm@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" > >On 4/10/2017 7:37 AM, Patel, Mayurkumar wrote: >>> PCI/ASPM: save power on values during bridge init >>> PCI/ASPM: move link_state cleanup to bridge remove >>> >> Thanks Sinan for new patches. No issues seen so far in my testing for L1= and L1SS both. >> May you please add my tested-by in the patches? >> >> I will keep on testing it and let you know if something goes wrong for a= ny >> corner case. >> > >Thanks for testing and providing your tested-by. Tested-by: Mayurkumar Patel > >-- >Sinan Kaya >Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technol= ogies, Inc. >Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux = Foundation Collaborative Project. Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Christian Lamprechter Chairperson of the Supervisory Board: Nicole Lau Registered Office: Munich Commercial Register: Amtsgericht Muenchen HRB 186928 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: From: "Patel, Mayurkumar" To: Sinan Kaya , "linux-pci@vger.kernel.org" , "timur@codeaurora.org" Subject: RE: [PATCH V8 0/5] PCI/ASPM: reconfigure ASPM following hotplug for POLICY_DEFAULT Date: Mon, 10 Apr 2017 13:11:32 +0000 Message-ID: <92EBB4272BF81E4089A7126EC1E7B2846676674D@IRSMSX101.ger.corp.intel.com> References: <1491627351-1111-1-git-send-email-okaya@codeaurora.org> <92EBB4272BF81E4089A7126EC1E7B284667665E7@IRSMSX101.ger.corp.intel.com> <33d18b40-8449-78a5-7127-9988d846d179@codeaurora.org> In-Reply-To: <33d18b40-8449-78a5-7127-9988d846d179@codeaurora.org> MIME-Version: 1.0 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "linux-arm-msm@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset="us-ascii" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+bjorn=helgaas.com@lists.infradead.org List-ID: > >On 4/10/2017 7:37 AM, Patel, Mayurkumar wrote: >>> PCI/ASPM: save power on values during bridge init >>> PCI/ASPM: move link_state cleanup to bridge remove >>> >> Thanks Sinan for new patches. No issues seen so far in my testing for L1 and L1SS both. >> May you please add my tested-by in the patches? >> >> I will keep on testing it and let you know if something goes wrong for any >> corner case. >> > >Thanks for testing and providing your tested-by. Tested-by: Mayurkumar Patel > >-- >Sinan Kaya >Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. >Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project. Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Christian Lamprechter Chairperson of the Supervisory Board: Nicole Lau Registered Office: Munich Commercial Register: Amtsgericht Muenchen HRB 186928 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 From: mayurkumar.patel@intel.com (Patel, Mayurkumar) Date: Mon, 10 Apr 2017 13:11:32 +0000 Subject: [PATCH V8 0/5] PCI/ASPM: reconfigure ASPM following hotplug for POLICY_DEFAULT In-Reply-To: <33d18b40-8449-78a5-7127-9988d846d179@codeaurora.org> References: <1491627351-1111-1-git-send-email-okaya@codeaurora.org> <92EBB4272BF81E4089A7126EC1E7B284667665E7@IRSMSX101.ger.corp.intel.com> <33d18b40-8449-78a5-7127-9988d846d179@codeaurora.org> Message-ID: <92EBB4272BF81E4089A7126EC1E7B2846676674D@IRSMSX101.ger.corp.intel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > >On 4/10/2017 7:37 AM, Patel, Mayurkumar wrote: >>> PCI/ASPM: save power on values during bridge init >>> PCI/ASPM: move link_state cleanup to bridge remove >>> >> Thanks Sinan for new patches. No issues seen so far in my testing for L1 and L1SS both. >> May you please add my tested-by in the patches? >> >> I will keep on testing it and let you know if something goes wrong for any >> corner case. >> > >Thanks for testing and providing your tested-by. Tested-by: Mayurkumar Patel > >-- >Sinan Kaya >Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. >Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project. Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Christian Lamprechter Chairperson of the Supervisory Board: Nicole Lau Registered Office: Munich Commercial Register: Amtsgericht Muenchen HRB 186928