automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Thomas Monjalon <thomas@monjalon.net>
Subject: [dpdk-test-report] |WARNING| pw82717 [PATCH 05/15] net/ark: switch timestamp to dynamic mbuf field
Date: Thu, 29 Oct 2020 10:30:30 +0100 (CET)	[thread overview]
Message-ID: <20201029093030.E0B9CC8B0@dpdk.org> (raw)
In-Reply-To: <20201029092751.3837177-6-thomas@monjalon.net>

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/82717

_coding style issues_


CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#134: FILE: drivers/net/ark/ark_ethdev.c:561:
+		ark_timestamp_dynfield_offset = rte_mbuf_dynfield_lookup(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#140: FILE: drivers/net/ark/ark_ethdev.c:567:
+		ark_timestamp_rx_dynflag_offset = rte_mbuf_dynflag_lookup(

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#169: FILE: drivers/net/ark/ark_ethdev_rx.c:18:
+extern uint64_t ark_timestamp_rx_dynflag;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#170: FILE: drivers/net/ark/ark_ethdev_rx.c:19:
+extern int ark_timestamp_dynfield_offset;

total: 0 errors, 2 warnings, 2 checks, 69 lines checked

           reply	other threads:[~2020-10-29  9:30 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20201029092751.3837177-6-thomas@monjalon.net>]

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=20201029093030.E0B9CC8B0@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=test-report@dpdk.org \
    --cc=thomas@monjalon.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).