From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Russkikh Subject: [PATCH net 0/2] Aquantia various patches 2018-05 Date: Mon, 7 May 2018 16:10:37 +0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Cc: netdev@vger.kernel.org, David Arcari , Pavel Belous , Igor Russkikh To: "David S . Miller" Return-path: Received: from mail-sn1nam02on0062.outbound.protection.outlook.com ([104.47.36.62]:39251 "EHLO NAM02-SN1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751980AbeEGNL2 (ORCPT ); Mon, 7 May 2018 09:11:28 -0400 Sender: netdev-owner@vger.kernel.org List-ID: These are two patches covering issues found during test cycles: First is that driver should declare valid vlan_features Second fix is about correct allocation of MSI interrupts on some systems. Igor Russkikh (2): net: aquantia: driver should correctly declare vlan_features bits net: aquantia: Limit number of vectors to actually allocated irqs drivers/net/ethernet/aquantia/atlantic/aq_nic.c | 3 +++ drivers/net/ethernet/aquantia/atlantic/aq_nic.h | 1 + drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c | 20 ++++++++++---------- 3 files changed, 14 insertions(+), 10 deletions(-) -- 2.7.4