[PATCH] sctp: keep fragmentation point aligned to word size

2016-03-19 Thread Marcelo Ricardo Leitner
If the user supply a different fragmentation point or if there is a network header that cause it to not be aligned, force it to be aligned. Fragmentation point at a value that is not aligned is not optimal. It causes extra padding to be used and has just no pros. Signed-off-by: Marcelo Ricardo L

Re: [PATCH] sctp: keep fragmentation point aligned to word size

2016-03-19 Thread Marcelo Ricardo Leitner
On Fri, Mar 18, 2016 at 06:39:17PM -0300, Marcelo Ricardo Leitner wrote: > If the user supply a different fragmentation point or if there is a > network header that cause it to not be aligned, force it to be aligned. > > Fragmentation point at a value that is not aligned is not optimal. It > caus