Message ID | 20211124171652.831184-1-anthony.l.nguyen@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | 40GbE Intel Wired LAN Driver Updates 2021-11-24 | expand |
On Wed, 24 Nov 2021 09:16:40 -0800 Tony Nguyen wrote: > Mitch adds restoration of MSI state during reset and reduces the log > level on a couple messages. > > Patryk adds an info message when MTU is changed. > > Grzegorz adds messaging when transitioning in and out of multicast > promiscuous mode. > > Jake returns correct error codes for iavf_parse_cls_flower(). > > Jedrzej adds messaging for when the driver is removed and refactors > struct usage to take less memory. He also adjusts ethtool statistics to > only display information on active queues. > > Tony allows for user to specify the RSS hash. > > Karen resolves some static analysis warnings, corrects format specifiers, > and rewords a message to come across as informational. Looks like patch 03/12 still hasn't gotten to the ML :S
On Wed, 2021-11-24 at 15:42 -0800, Jakub Kicinski wrote: > On Wed, 24 Nov 2021 09:16:40 -0800 Tony Nguyen wrote: > > Mitch adds restoration of MSI state during reset and reduces the > > log > > level on a couple messages. > > > > Patryk adds an info message when MTU is changed. > > > > Grzegorz adds messaging when transitioning in and out of multicast > > promiscuous mode. > > > > Jake returns correct error codes for iavf_parse_cls_flower(). > > > > Jedrzej adds messaging for when the driver is removed and refactors > > struct usage to take less memory. He also adjusts ethtool > > statistics to > > only display information on active queues. > > > > Tony allows for user to specify the RSS hash. > > > > Karen resolves some static analysis warnings, corrects format > > specifiers, > > and rewords a message to come across as informational. > > Looks like patch 03/12 still hasn't gotten to the ML :S I looked back on the email and somehow patch 3 didn't get netdev list added. There will be a v2, so I'll make sure the netdev list in on all of them. Thanks, Tony