From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: hns3 use of pci_enable_msix_range Date: Fri, 1 Sep 2017 10:26:33 +0200 Message-ID: <20170901082633.GA23568@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Daode Huang , lipeng , Yisen Zhuang , Wei Hu , netdev@vger.kernel.org To: Salil Return-path: Received: from verein.lst.de ([213.95.11.211]:59575 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751485AbdIAI0f (ORCPT ); Fri, 1 Sep 2017 04:26:35 -0400 Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-ID: Hi Salil, can you please switch your new hns3 driver to use pci_alloc_irq_vectors instead of the deprecated pci_enable_msix_range interface? Take a look at Documentation/PCI/MSI-HOWTO.txt for the details.