All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] average: convert users to inline implementation
@ 2015-08-19  7:46 Johannes Berg
  2015-08-19  7:46 ` [PATCH 1/4] virtio_net: use DECLARE_EWMA Johannes Berg
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Johannes Berg @ 2015-08-19  7:46 UTC (permalink / raw)
  To: linux-wireless, netdev

Since there's very little benefit of the out-of-line implementation
(a single byte of .text in one driver as far as I've seen), convert
all drivers to the inline implementation, saving memory, and remove
the out-of-line implementation.

Perhaps the easiest would be for Dave to take all of these patches?

johannes


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-08-20 21:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-19  7:46 [PATCH 0/4] average: convert users to inline implementation Johannes Berg
2015-08-19  7:46 ` [PATCH 1/4] virtio_net: use DECLARE_EWMA Johannes Berg
2015-08-19  7:48   ` Johannes Berg
2015-08-19  7:48   ` Johannes Berg
2015-08-19  7:46 ` [PATCH 2/4] ath5k: " Johannes Berg
2015-08-19  7:46 ` [PATCH 3/4] rt2x00: " Johannes Berg
2015-08-19  7:46   ` Johannes Berg
2015-08-19  7:46 ` [PATCH 4/4] average: remove out-of-line implementation Johannes Berg
2015-08-20 21:10 ` [PATCH 0/4] average: convert users to inline implementation David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.