Messages in this thread |  | | Date | Mon, 11 Apr 2016 07:41:48 +0300 | | From | Leon Romanovsky <> | | Subject | Re: [PATCH] drivers/infiniband/hw/nes/nes_verbs.c: Deinline nes_free_qp_mem, save 1072 bytes |
| |
On Fri, Apr 08, 2016 at 08:58:42PM +0200, Denys Vlasenko wrote: > This function compiles to 550 bytes of machine code. > Three callsites, all in nes_create_qp.
I agree with you, the functions which calls below and after this function are not optimized for speed and there is no need to inline this function.
I have two requests from you. 1) Can you please change title to be more convenient? [PATCH] drivers/infiniband/hw/nes/nes_verbs.c: Deinline nes_free_qp_mem, save 1072 bytes ---> [PATCH] IB/nes: Deinline nes_free_qp_mem
2) Add bloat-o-meter output to the commit message.
And after that feel free to add my RB tag.
Reviewed-By: Leon Romanovsky <leonro@mellanox.com> [unhandled content-type:application/pgp-signature] |  |