|WARNING| pw122239 [PATCH 3/8] net/txgbe: fix packet type to parse from offload flags

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jan 18 07:04:42 CET 2023


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

_coding style issues_


ERROR:C99_COMMENTS: do not use C99 // comments
#96: FILE: drivers/net/txgbe/txgbe_rxtx.c:533:
+	if (oflags & RTE_MBUF_F_TX_QINQ) //tun + qinq is not supported

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#96: FILE: drivers/net/txgbe/txgbe_rxtx.c:533:
+	if (oflags & RTE_MBUF_F_TX_QINQ) //tun + qinq is not supported

total: 2 errors, 0 warnings, 0 checks, 40 lines checked


More information about the test-report mailing list