commit | 659e0bcaebc4ca36e64eac6e9f39c1904b17472c | [log] [tgz] |
---|---|---|
author | Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> | Sat Mar 19 12:17:43 2016 -0300 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 20 16:31:12 2016 -0400 |
tree | 129c2135a113c80baf5026164e2f9ee097931574 | |
parent | 3822a5ff4bc32043fa9c7b6d6f125bcdca6da39c [diff] |
sctp: keep fragmentation point aligned to word size 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. v2: - Make use of the new WORD_TRUNC macro Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>