Re: [PATCH] sctp: convert sack_needed and sack_generation to bits

2015-12-02 Thread David Miller
From: Marcelo Ricardo Leitner Date: Mon, 30 Nov 2015 12:17:06 -0200 > They don't need to be any bigger than that and with this we start a new > bitfield for tracking association runtime stuff, like zero window > situation. > > Signed-off-by: Marcelo Ricardo Leitner Applied. -- To unsubscribe f

Re: [PATCH] sctp: convert sack_needed and sack_generation to bits

2015-11-30 Thread Vlad Yasevich
On 11/30/2015 09:17 AM, Marcelo Ricardo Leitner wrote: > They don't need to be any bigger than that and with this we start a new > bitfield for tracking association runtime stuff, like zero window > situation. > > Signed-off-by: Marcelo Ricardo Leitner Acked-by: Vlad Yasevich -vlad > --- > >

[PATCH] sctp: convert sack_needed and sack_generation to bits

2015-11-30 Thread Marcelo Ricardo Leitner
They don't need to be any bigger than that and with this we start a new bitfield for tracking association runtime stuff, like zero window situation. Signed-off-by: Marcelo Ricardo Leitner --- Motivated by https://patchwork.ozlabs.org/patch/509836/ include/net/sctp/structs.h | 16 --