Miscellaneous updates covering SRIOV, IRQ coalescing, firmware logging and package version for net-next. Thanks.
v2: Updated description and added more comments for patch 1. Fixed function parameters formatting for patch 4. Jeffrey Huang (1): bnxt_en: Send PF driver unload notification to all VFs. Michael Chan (8): bnxt_en: Improve bnxt_vf_update_mac(). bnxt_en: Store irq coalescing timer values in micro seconds. bnxt_en: Refactor bnxt_hwrm_set_coal(). bnxt_en: Add coalescing support for tx rings. bnxt_en: Use firmware provided message timeout value. bnxt_en: Fix dmesg log firmware error messages. bnxt_en: Refactor _hwrm_send_message(). bnxt_en: Add hwrm_send_message_silent(). Rob Swindell (1): bnxt_en: Add installed-package firmware version reporting via Ethtool GDRVINFO drivers/net/ethernet/broadcom/bnxt/bnxt.c | 166 ++++++++++++++------- drivers/net/ethernet/broadcom/bnxt/bnxt.h | 35 ++--- drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 126 ++++++++++++++-- drivers/net/ethernet/broadcom/bnxt/bnxt_nvm_defs.h | 14 ++ drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c | 63 +++++++- 5 files changed, 313 insertions(+), 91 deletions(-) -- 1.8.3.1