[LTP] [PATCH v3 1/3] lib/tst_checksum: add crc32c checksum
Alexey Kodanev
alexey.kodanev@oracle.com
Fri May 4 15:46:21 CEST 2018
On 04.05.2018 13:50, Alexey Kodanev wrote:
> On 05/03/2018 04:06 PM, Petr Vorel wrote:
>> Hi Alexey,
>>
>>> It will be used to make a SCTP packet in the test.
>>
>>> Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
>>> ---
>>> v3: use SPDX License-Identifier
>>
>>> v2: As suggested by Cyril:
>>> * updated the docs, added section 2.2.25
>>> * added 'tst_' prefix
>>> * changed type 'int' to 'size_t' for the buffer length
>>
>>> doc/test-writing-guidelines.txt | 6 +++
>>> include/tst_checksum.h | 16 ++++++++
>>> lib/tst_checksum.c | 81 +++++++++++++++++++++++++++++++++++++++
>>> 3 files changed, 103 insertions(+), 0 deletions(-)
>>> create mode 100644 include/tst_checksum.h
>>> create mode 100644 lib/tst_checksum.c
>>
>> Whole patchset LGTM.
Removed sending the packet three times, fixed SPDX License-Identifier and
applied. Thanks!
More information about the ltp
mailing list