|WARNING| pw159006 [PATCH v4] eal/x86: optimize memcpy of small sizes

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Nov 24 21:31:35 CET 2025


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

_coding style issues_


WARNING:LONG_LINE: line length of 123 exceeds 100 columns
#433: FILE: lib/eal/x86/include/rte_memcpy.h:554:
+        xmm0 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 0 * 16));                  \

ERROR:CODE_INDENT: code indent should use tabs where possible
#433: FILE: lib/eal/x86/include/rte_memcpy.h:554:
+        xmm0 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 0 * 16));                  \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#433: FILE: lib/eal/x86/include/rte_memcpy.h:554:
+        xmm0 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 0 * 16));                  \$

WARNING:LONG_LINE: line length of 123 exceeds 100 columns
#443: FILE: lib/eal/x86/include/rte_memcpy.h:556:
+        xmm1 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 1 * 16));                  \

ERROR:CODE_INDENT: code indent should use tabs where possible
#443: FILE: lib/eal/x86/include/rte_memcpy.h:556:
+        xmm1 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 1 * 16));                  \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#443: FILE: lib/eal/x86/include/rte_memcpy.h:556:
+        xmm1 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 1 * 16));                  \$

WARNING:LONG_LINE: line length of 123 exceeds 100 columns
#444: FILE: lib/eal/x86/include/rte_memcpy.h:557:
+        xmm2 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 2 * 16));                  \

ERROR:CODE_INDENT: code indent should use tabs where possible
#444: FILE: lib/eal/x86/include/rte_memcpy.h:557:
+        xmm2 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 2 * 16));                  \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#444: FILE: lib/eal/x86/include/rte_memcpy.h:557:
+        xmm2 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 2 * 16));                  \$

WARNING:LONG_LINE: line length of 123 exceeds 100 columns
#445: FILE: lib/eal/x86/include/rte_memcpy.h:558:
+        xmm3 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 3 * 16));                  \

ERROR:CODE_INDENT: code indent should use tabs where possible
#445: FILE: lib/eal/x86/include/rte_memcpy.h:558:
+        xmm3 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 3 * 16));                  \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#445: FILE: lib/eal/x86/include/rte_memcpy.h:558:
+        xmm3 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 3 * 16));                  \$

WARNING:LONG_LINE: line length of 123 exceeds 100 columns
#446: FILE: lib/eal/x86/include/rte_memcpy.h:559:
+        xmm4 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 4 * 16));                  \

ERROR:CODE_INDENT: code indent should use tabs where possible
#446: FILE: lib/eal/x86/include/rte_memcpy.h:559:
+        xmm4 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 4 * 16));                  \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#446: FILE: lib/eal/x86/include/rte_memcpy.h:559:
+        xmm4 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 4 * 16));                  \$

WARNING:LONG_LINE: line length of 123 exceeds 100 columns
#447: FILE: lib/eal/x86/include/rte_memcpy.h:560:
+        xmm5 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 5 * 16));                  \

ERROR:CODE_INDENT: code indent should use tabs where possible
#447: FILE: lib/eal/x86/include/rte_memcpy.h:560:
+        xmm5 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 5 * 16));                  \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#447: FILE: lib/eal/x86/include/rte_memcpy.h:560:
+        xmm5 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 5 * 16));                  \$

WARNING:LONG_LINE: line length of 123 exceeds 100 columns
#448: FILE: lib/eal/x86/include/rte_memcpy.h:561:
+        xmm6 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 6 * 16));                  \

ERROR:CODE_INDENT: code indent should use tabs where possible
#448: FILE: lib/eal/x86/include/rte_memcpy.h:561:
+        xmm6 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 6 * 16));                  \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#448: FILE: lib/eal/x86/include/rte_memcpy.h:561:
+        xmm6 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 6 * 16));                  \$

WARNING:LONG_LINE: line length of 123 exceeds 100 columns
#449: FILE: lib/eal/x86/include/rte_memcpy.h:562:
+        xmm7 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 7 * 16));                  \

ERROR:CODE_INDENT: code indent should use tabs where possible
#449: FILE: lib/eal/x86/include/rte_memcpy.h:562:
+        xmm7 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 7 * 16));                  \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#449: FILE: lib/eal/x86/include/rte_memcpy.h:562:
+        xmm7 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 7 * 16));                  \$

WARNING:LONG_LINE: line length of 123 exceeds 100 columns
#450: FILE: lib/eal/x86/include/rte_memcpy.h:563:
+        xmm8 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 8 * 16));                  \

ERROR:CODE_INDENT: code indent should use tabs where possible
#450: FILE: lib/eal/x86/include/rte_memcpy.h:563:
+        xmm8 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 8 * 16));                  \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#450: FILE: lib/eal/x86/include/rte_memcpy.h:563:
+        xmm8 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 8 * 16));                  \$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12)
#457: FILE: lib/eal/x86/include/rte_memcpy.h:581:
         while (len >= 32 + 16 - offset) {                                                                   \
+            xmm0 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 0 * 16));              \

WARNING:LONG_LINE: line length of 123 exceeds 100 columns
#459: FILE: lib/eal/x86/include/rte_memcpy.h:582:
+            xmm0 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 0 * 16));              \

ERROR:CODE_INDENT: code indent should use tabs where possible
#459: FILE: lib/eal/x86/include/rte_memcpy.h:582:
+            xmm0 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 0 * 16));              \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#459: FILE: lib/eal/x86/include/rte_memcpy.h:582:
+            xmm0 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 0 * 16));              \$

WARNING:LONG_LINE: line length of 123 exceeds 100 columns
#463: FILE: lib/eal/x86/include/rte_memcpy.h:584:
+            xmm1 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 1 * 16));              \

ERROR:CODE_INDENT: code indent should use tabs where possible
#463: FILE: lib/eal/x86/include/rte_memcpy.h:584:
+            xmm1 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 1 * 16));              \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#463: FILE: lib/eal/x86/include/rte_memcpy.h:584:
+            xmm1 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 1 * 16));              \$

WARNING:LONG_LINE: line length of 123 exceeds 100 columns
#464: FILE: lib/eal/x86/include/rte_memcpy.h:585:
+            xmm2 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 2 * 16));              \

ERROR:CODE_INDENT: code indent should use tabs where possible
#464: FILE: lib/eal/x86/include/rte_memcpy.h:585:
+            xmm2 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 2 * 16));              \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#464: FILE: lib/eal/x86/include/rte_memcpy.h:585:
+            xmm2 = _mm_lddqu_si128((const __m128i *)(const void *)((const uint8_t *)src - offset + 2 * 16));              \$

total: 12 errors, 25 warnings, 469 lines checked


More information about the test-report mailing list