Re: [PATCH] netdevice.h: Add __cold to netdev_ logging functions

2019-02-03 Thread David Miller
From: Joe Perches Date: Sat, 02 Feb 2019 19:47:25 -0800 > Add __cold to the netdev_ logging functions similar to > the use of __cold in the generic printk function. > > Using __cold moves all the netdev_ logging functions > out-of-line possibly improving code locality and runtime > performance.

[PATCH] netdevice.h: Add __cold to netdev_ logging functions

2019-02-02 Thread Joe Perches
Add __cold to the netdev_ logging functions similar to the use of __cold in the generic printk function. Using __cold moves all the netdev_ logging functions out-of-line possibly improving code locality and runtime performance. Signed-off-by: Joe Perches --- include/linux/netdevice.h | 16 +