commit | 96a1b033ac24ccc58156f05c183b2cba0b9412d5 | [log] [tgz] |
---|---|---|
author | Terry S. Duncan <terry.s.duncan@linux.intel.com> | Mon Aug 19 17:24:02 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 20 12:42:40 2019 -0700 |
tree | cc39554e98289aeaf1b034067bcf0924d29dd9a5 | |
parent | 4651d1802f7063e4d8c0bcad957f46ece0c04024 [diff] |
net/ncsi: Ensure 32-bit boundary for data cksum The NCSI spec indicates that if the data does not end on a 32 bit boundary, one to three padding bytes equal to 0x00 shall be present to align the checksum field to a 32-bit boundary. Signed-off-by: Terry S. Duncan <terry.s.duncan@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>