Re: [PATCH] Bluetooth: Deinline large functions

2016-04-10 Thread Joe Perches
On Sun, 2016-04-10 at 19:18 +0200, Denys Vlasenko wrote: > On Sun, Apr 10, 2016 at 6:59 PM, Joe Perches wrote: > > > > On Sun, 2016-04-10 at 18:24 +0200, Denys Vlasenko wrote: > > > > > > Fastest existing Bluetooth standard's top speed is 2.4 MB/s. > > > It is way off from being CPU limited, no

Re: [PATCH] Bluetooth: Deinline large functions

2016-04-10 Thread kbuild test robot
Hi Denys, [auto build test ERROR on bluetooth-next/master] [also build test ERROR on v4.6-rc2 next-20160408] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Denys-Vlasenko/Bluetooth-Deinline-la

Re: [PATCH] Bluetooth: Deinline large functions

2016-04-10 Thread Denys Vlasenko
On Sun, Apr 10, 2016 at 6:59 PM, Joe Perches wrote: > On Sun, 2016-04-10 at 18:24 +0200, Denys Vlasenko wrote: >> Fastest existing Bluetooth standard's top speed is 2.4 MB/s. >> It is way off from being CPU limited, no need to squeeze >> last few cycles by excessive inlining. >> >> This patch deli

Re: [PATCH] Bluetooth: Deinline large functions

2016-04-10 Thread Joe Perches
On Sun, 2016-04-10 at 18:24 +0200, Denys Vlasenko wrote: > Fastest existing Bluetooth standard's top speed is 2.4 MB/s. > It is way off from being CPU limited, no need to squeeze > last few cycles by excessive inlining. > > This patch delinlines the following functions: > > hci_conn_hash_lookup_h

[PATCH] Bluetooth: Deinline large functions

2016-04-10 Thread Denys Vlasenko
Fastest existing Bluetooth standard's top speed is 2.4 MB/s. It is way off from being CPU limited, no need to squeeze last few cycles by excessive inlining. This patch delinlines the following functions: hci_conn_hash_lookup_handle: 345 bytes, 39 calls hci_conn_hash_lookup_ba: 372 bytes, 36 calls