Re: [PATCH V2 net-next] udp: Neaten and reduce size of compute_score functions

2014-12-08 Thread David Miller
From: Joe Perches Date: Mon, 01 Dec 2014 20:29:06 -0800 > The compute_score functions are a bit difficult to read. > > Neaten them a bit to reduce object sizes and make them a > bit more intelligible. > > Return early to avoid indentation and avoid unnecessary > initializations. > > (allyescon

Re: [PATCH V2 net-next] udp: Neaten and reduce size of compute_score functions

2014-12-01 Thread Joe Perches
On Mon, 2014-12-01 at 21:08 -0800, Eric Dumazet wrote: > On Mon, 2014-12-01 at 20:29 -0800, Joe Perches wrote: > > The compute_score functions are a bit difficult to read. > > > > Neaten them a bit to reduce object sizes and make them a > > bit more intelligible. > > > > Return early to avoid ind

Re: [PATCH V2 net-next] udp: Neaten and reduce size of compute_score functions

2014-12-01 Thread Eric Dumazet
On Mon, 2014-12-01 at 20:29 -0800, Joe Perches wrote: > The compute_score functions are a bit difficult to read. > > Neaten them a bit to reduce object sizes and make them a > bit more intelligible. > > Return early to avoid indentation and avoid unnecessary > initializations. > > (allyesconfig,