RE: [PATCH RFC net-next v2 1/4] skbuff: add stub to help computing crc32c on SCTP packets
From: David Laight <hidden>
Date: 2017-03-01 10:55:20
Also in:
linux-sctp
From: David Laight <hidden>
Date: 2017-03-01 10:55:20
Also in:
linux-sctp
From: Alexander Duyck
Sent: 28 February 2017 22:46
...
I don't want to see anything "checksum" or "csum" related in the naming when it comes to dealing with SCTP unless we absolutely have to have it. So any function names or structures with sctp in the name should call out "crc32" or "crc", please don't use checksum.
Then also change all the places that refer the IP 1's compliment checksum to ipchecksum. David