|WARNING| pw141978 [PATCH] net/memif: fix buffer overflow in zero copy Rx
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Jun 28 21:47:02 CEST 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/141978
_coding style issues_
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#87:
Fixes: 43b815d88188 ("net/memif: support zero-copy slave")
WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#100: FILE: :1252:
+ /*
WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#101: FILE: :1253:
+ * Allocate 2x ring_size to reserve a contiguous array for
WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#102: FILE: :1254:
+ * rte_pktmbuf_alloc_bulk (to store allocated mbufs).
WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#103: FILE: :1255:
+ */
WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#106: FILE: :1257:
+ (1 << (mq->log2_ring_size + 1)), 0);
ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?)
#117: FILE: drivers/net/memif/rte_eth_memif.c:599:
**bufs, uint16_t nb_pkts)
total: 1 errors, 6 warnings, 0 checks, 23 lines checked
More information about the test-report
mailing list