Re: [PATCH] net: make struct napi_alloc_cache::skb_count unsigned int
From: Alexey Dobriyan Date: Sat, 19 Nov 2016 03:47:56 +0300 > size_t is way too much for an integer not exceeding 64. > > Space savings: 10 bytes! > > add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-10 (-10) > function old new delta > nap
[PATCH] net: make struct napi_alloc_cache::skb_count unsigned int
size_t is way too much for an integer not exceeding 64. Space savings: 10 bytes! add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-10 (-10) function old new delta napi_consume_skb 165 163 -2