automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: |WARNING| pw159130 [RFC 5/8] ethdev: avoid possible overflow in xstat names
Date: Tue,  2 Dec 2025 18:26:27 +0100 (CET)	[thread overview]
Message-ID: <20251202172627.57C5C126218@dpdk.org> (raw)
In-Reply-To: <20251202172626.283094-6-stephen@networkplumber.org>

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

_coding style issues_


WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#117: FILE: lib/ethdev/rte_ethdev.c:3506:
+			cc = snprintf(xstats_names[cnt_used_entries].name, sizeof(xstats_names[0].name),

WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns
#121: FILE: lib/ethdev/rte_ethdev.c:3510:
+			/* could only happen if a long string was added to eth_dev_rxq_stats_strings */

WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#138: FILE: lib/ethdev/rte_ethdev.c:3523:
+			cc = snprintf(xstats_names[cnt_used_entries].name, sizeof(xstats_names[0].name),

WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns
#141: FILE: lib/ethdev/rte_ethdev.c:3526:
+			/* could only happen if a long string was added to eth_dev_rxq_stats_strings */

total: 0 errors, 4 warnings, 39 lines checked

           reply	other threads:[~2025-12-02 17:27 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20251202172626.283094-6-stephen@networkplumber.org>]

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=20251202172627.57C5C126218@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=stephen@networkplumber.org \
    --cc=test-report@dpdk.org \
    /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).