From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Falcon Subject: [PATCH net 0/2] ibmvnic: Fix queue and buffer accounting errors Date: Wed, 21 Nov 2018 11:17:57 -0600 Message-ID: <1542820679-30184-1-git-send-email-tlfalcon@linux.ibm.com> Cc: mwb@linux.ibm.com, julietk@linux.ibm.com, tyreld@linux.ibm.com, Thomas Falcon To: netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Return-path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:39192 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727628AbeKVDxc (ORCPT ); Wed, 21 Nov 2018 22:53:32 -0500 Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id wALHFJDf057625 for ; Wed, 21 Nov 2018 12:18:15 -0500 Received: from e33.co.us.ibm.com (e33.co.us.ibm.com [32.97.110.151]) by mx0b-001b2d01.pphosted.com with ESMTP id 2nw95g71a9-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 21 Nov 2018 12:18:14 -0500 Received: from localhost by e33.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 21 Nov 2018 17:18:14 -0000 Sender: netdev-owner@vger.kernel.org List-ID: This series includes two small fixes. The first resolves a typo bug in the code to clean up unused RX buffers during device queue removal. The second ensures that device queue memory is updated to reflect new supported queue ring sizes after migration to other backing hardware. Thomas Falcon (2): ibmvnic: Fix RX queue buffer cleanup ibmvnic: Update driver queues after change in ring size support drivers/net/ethernet/ibm/ibmvnic.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) -- 1.8.3.1