All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Vorel <pvorel@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v3 1/3] lib/tst_checksum: add crc32c checksum
Date: Thu, 3 May 2018 15:06:08 +0200	[thread overview]
Message-ID: <20180503130608.fv43iyrtep2diwzz@dell5510> (raw)
In-Reply-To: <1524914997-27080-1-git-send-email-alexey.kodanev@oracle.com>

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.

BTW sctp_big_chunk still uses crazy big load on kernels before 4.17 rc2 :(.


Kind regards,
Petr

  parent reply	other threads:[~2018-05-03 13:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-28 11:29 [LTP] [PATCH v3 1/3] lib/tst_checksum: add crc32c checksum Alexey Kodanev
2018-04-28 11:29 ` [LTP] [PATCH v3 2/3] sctp_big_chunk: make INIT packet in the test Alexey Kodanev
2018-04-28 11:29 ` [LTP] [PATCH v3 3/3] sctp_big_chunk: use SPDX-License-Identifier GPL-2.0 Alexey Kodanev
2018-05-03 13:16   ` Petr Vorel
2018-05-04 10:51     ` Alexey Kodanev
2018-05-03 13:06 ` Petr Vorel [this message]
2018-05-04 10:50   ` [LTP] [PATCH v3 1/3] lib/tst_checksum: add crc32c checksum Alexey Kodanev
2018-05-04 13:46     ` Alexey Kodanev
2018-05-04 15:13     ` Petr Vorel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180503130608.fv43iyrtep2diwzz@dell5510 \
    --to=pvorel@suse.cz \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.