Re: [PATCH net-next 2/7] bnxt_en: Enable MSIX early in bnxt_init_one().

2016-12-06 Thread kbuild test robot
Hi Michael, [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Michael-Chan/bnxt_en-Add-interface-to-support-RDMA-driver/20161207-053721 config: i386-randconfig-h1-12070631 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce:

[PATCH net-next 2/7] bnxt_en: Enable MSIX early in bnxt_init_one().

2016-12-06 Thread Michael Chan
To better support the new RDMA driver, we need to move pci_enable_msix() from bnxt_open() to bnxt_init_one(). This way, MSIX vectors are available to the RDMA driver whether the network device is up or down. Part of the existing bnxt_setup_int_mode() function is now refactored into a new bnxt_ini