automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Anatoly Burakov <anatoly.burakov@intel.com>
Subject: |WARNING| pw154126 [PATCH v5 32/34] net/intel: support wider x86 vectors for Rx rearm
Date: Fri,  6 Jun 2025 19:17:23 +0200 (CEST)	[thread overview]
Message-ID: <20250606171723.B8F2F12527C@dpdk.org> (raw)
In-Reply-To: <50d03ad98dbed61ffbfec689337b20f41849c11c.1749229651.git.anatoly.burakov@intel.com>

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

_coding style issues_


CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#168: FILE: drivers/net/intel/common/rx_vec_x86.h:92:
+		const __m128i reg0 = _ci_rxq_rearm_desc_sse(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#170: FILE: drivers/net/intel/common/rx_vec_x86.h:94:
+		const __m128i reg1 = _ci_rxq_rearm_desc_sse(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#262: FILE: drivers/net/intel/common/rx_vec_x86.h:162:
+			reg0 = _mm256_castsi128_si256(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#263: FILE: drivers/net/intel/common/rx_vec_x86.h:163:
+				_ci_rxq_rearm_desc_sse(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#265: FILE: drivers/net/intel/common/rx_vec_x86.h:165:
+			reg1 = _mm256_castsi128_si256(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#266: FILE: drivers/net/intel/common/rx_vec_x86.h:166:
+				_ci_rxq_rearm_desc_sse(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#270: FILE: drivers/net/intel/common/rx_vec_x86.h:170:
+			reg0 = _ci_rxq_rearm_desc_avx2(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#273: FILE: drivers/net/intel/common/rx_vec_x86.h:173:
+			reg1 = _ci_rxq_rearm_desc_avx2(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#453: FILE: drivers/net/intel/common/rx_vec_x86.h:258:
+			reg0 = _ci_rxq_rearm_desc_avx512(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#458: FILE: drivers/net/intel/common/rx_vec_x86.h:263:
+			reg1 = _ci_rxq_rearm_desc_avx512(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#465: FILE: drivers/net/intel/common/rx_vec_x86.h:270:
+			reg0 = _ci_rxq_rearm_desc_avx512(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#470: FILE: drivers/net/intel/common/rx_vec_x86.h:275:
+			reg1 = _ci_rxq_rearm_desc_avx512(

total: 0 errors, 0 warnings, 12 checks, 427 lines checked

           reply	other threads:[~2025-06-06 17:18 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <50d03ad98dbed61ffbfec689337b20f41849c11c.1749229651.git.anatoly.burakov@intel.com>]

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=20250606171723.B8F2F12527C@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=anatoly.burakov@intel.com \
    --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).