[PATCH] net: make in_aton() 32-bit internally

2017-03-23 Thread Alexey Dobriyan
Converting IPv4 address doesn't need 64-bit arithmetic. Space savings: 10 bytes! add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-10 (-10) function old new delta in_aton96 86 -10 Signed-off-by: Alexey Dobriya

Re: [PATCH] net: make in_aton() 32-bit internally

2017-03-24 Thread David Miller
From: Alexey Dobriyan Date: Fri, 24 Mar 2017 00:58:26 +0300 > Converting IPv4 address doesn't need 64-bit arithmetic. > > Space savings: 10 bytes! > > add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-10 (-10) > function old new delta > in_aton