From: Jakub Kicinski <k...@kernel.org> Date: Thu, 2 Jul 2020 14:06:48 -0700
> On Thu, 2 Jul 2020 17:25:17 +0100 Edward Cree wrote: >> Changes in v2: >> * Patch #1: use efx_mcdi_set_mtu() directly, instead of as a fallback, >> in the mtu_only case (Jakub) >> * Patch #3: fix symbol collision in non-modular builds by renaming >> interrupt_mode to efx_interrupt_mode (kernel test robot) >> * Patch #6: check for failure of netif_set_real_num_[tr]x_queues (Jakub) >> * Patch #12: cleaner solution for ethtool drvinfo (Jakub, David) > > Thanks, the last two patches with functions with no callers slightly > worrying, but okay: > > Reviewed-by: Jakub Kicinski <k...@kernel.org> Series applied, thanks everyone.