|WARNING| pw137878 [PATCH v6] net/cnxk: support Tx queue descriptor count

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 4 10:53:59 CET 2024


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

_coding style issues_


CHECK:SPACING: spaces preferred around that '*' (ctx:VxB)
#219: FILE: drivers/net/cnxk/cnxk_ethdev.h:472:
+	val = rte_atomic_load_explicit((RTE_ATOMIC(uint64_t)*)mem, rte_memory_order_relaxed);
 	                                                    ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxB)
#230: FILE: drivers/net/cnxk/cnxk_ethdev.h:483:
+	sq_cnt = rte_atomic_load_explicit((RTE_ATOMIC(uint64_t)*)mem, rte_memory_order_relaxed);
 	                                                       ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxB)
#232: FILE: drivers/net/cnxk/cnxk_ethdev.h:485:
+	sec_cnt = rte_atomic_load_explicit((RTE_ATOMIC(uint64_t)*)sec_fc,
 	                                                        ^

total: 0 errors, 0 warnings, 3 checks, 114 lines checked


More information about the test-report mailing list