* |WARNING| pw152899 [RFC 09/13] ethdev: add port mirror capability
[not found] <20250411234927.114568-10-stephen@networkplumber.org>
@ 2025-04-11 23:50 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2025-04-11 23:50 UTC (permalink / raw)
To: test-report; +Cc: Stephen Hemminger
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/152899
_coding style issues_
WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#284: FILE: lib/ethdev/rte_ethdev.c:7125:
+ rte_atomic_store_explicit(&dev->data->rx_mirror, mirror, rte_memory_order_relaxed);
WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#286: FILE: lib/ethdev/rte_ethdev.c:7127:
+ rte_atomic_store_explicit(&dev->data->tx_mirror, mirror, rte_memory_order_relaxed);
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#522: FILE: lib/ethdev/rte_ethdev_core.h:105:
+ RTE_ATOMIC(struct rte_eth_mirror *) *rx_mirror;
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#531: FILE: lib/ethdev/rte_ethdev_core.h:125:
+ RTE_ATOMIC(struct rte_eth_mirror *) *tx_mirror;
^
total: 2 errors, 2 warnings, 384 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-04-11 23:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20250411234927.114568-10-stephen@networkplumber.org>
2025-04-11 23:50 ` |WARNING| pw152899 [RFC 09/13] ethdev: add port mirror capability checkpatch
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).