|WARNING| pw129711 [PATCH 2/2] build: remove unnecessary AVX2 compiler flag

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jul 27 11:32:23 CEST 2023


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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#112: FILE: drivers/net/bnxt/bnxt_ethdev.c:3022:
+#if defined(RTE_ARCH_X86)
 	{bnxt_recv_pkts_vec_avx2,	"Vector AVX2"},

WARNING:BRACES: braces {} are not necessary for single statement blocks
#121: FILE: drivers/net/bnxt/bnxt_ethdev.c:3056:
+#if defined(RTE_ARCH_X86)
 	{bnxt_xmit_pkts_vec_avx2,	"Vector AVX2"},

total: 0 errors, 2 warnings, 150 lines checked


More information about the test-report mailing list