From: Jacob Keller <jacob.e.kel...@intel.com> Date: Mon, 8 Feb 2016 16:05:02 -0800
> This patch series fixes up ethtool_set_channels operation which > allowed modifying the RXFH table indirectly by reducing the number of > queues below the current max queue used by the Rx flow table. Most > drivers incorrectly allowed this to destroy the Rx flow table and > would then start by reinitializing it to default settings. However, > drivers are not able to correctly handle the conflict since there was > no way to differentiate between the default settings and the user > requested explicit settings. ... Patches 1-3 applied to net-next, thanks.