From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Allen Subject: [PATCH 0/3 net] ibmvnic: Reset behavior fixes Date: Mon, 15 Jan 2018 15:09:42 -0600 Message-ID: <2154f098-7c1a-5db2-cc30-6172e3019a8f@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Thomas Falcon , Nathan Fontenot , desnesn@linux.vnet.ibm.com To: netdev@vger.kernel.org Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:51616 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750733AbeAOVJr (ORCPT ); Mon, 15 Jan 2018 16:09:47 -0500 Received: from pps.filterd (m0098409.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w0FL93E4059593 for ; Mon, 15 Jan 2018 16:09:47 -0500 Received: from e31.co.us.ibm.com (e31.co.us.ibm.com [32.97.110.149]) by mx0a-001b2d01.pphosted.com with ESMTP id 2fgy4amduf-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 15 Jan 2018 16:09:46 -0500 Received: from localhost by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 15 Jan 2018 14:09:46 -0700 Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: This patchset fixes a number of issues related to ibmvnic reset uncovered from testing new Power9 machines with Everglades adapters and the new functionality to change mtu and other parameters in the driver. This set should be applied after Thomas Falcon's patch, "[PATCH net] ibmvnic: Fix pending MAC address changes" which is currently submitted awaiting acceptance to the net tree. John Allen (3): ibmvnic: Modify buffer size on failover ibmvnic: Revert to previous mtu when unsupported value requested ibmvnic: Allocate and request vpd in init_resources drivers/net/ethernet/ibm/ibmvnic.c | 42 ++++++++++++++++++++++++++++++-------- 1 file changed, 33 insertions(+), 9 deletions(-) -- 1.8.3.1