|WARNING| pw142820 [PATCH] net/gve: Add support for TSO in DQO RDA

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Aug 1 12:18:51 CEST 2024


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

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#99: FILE: drivers/net/gve/gve_tx_dqo.c:78:
+       uint32_t hlen = tx_pkt->l2_len + tx_pkt->l3_len + tx_pkt->l4_len;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#100: FILE: drivers/net/gve/gve_tx_dqo.c:79:
+       desc->tso_ctx.cmd_dtype.dtype = GVE_TX_TSO_CTX_DESC_DTYPE_DQO;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#101: FILE: drivers/net/gve/gve_tx_dqo.c:80:
+       desc->tso_ctx.cmd_dtype.tso = 1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#102: FILE: drivers/net/gve/gve_tx_dqo.c:81:
+       desc->tso_ctx.mss = (uint16_t)tx_pkt->tso_segsz;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#103: FILE: drivers/net/gve/gve_tx_dqo.c:82:
+       desc->tso_ctx.tso_total_len = tx_pkt->pkt_len - hlen;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#104: FILE: drivers/net/gve/gve_tx_dqo.c:83:
+       desc->tso_ctx.header_len = (uint8_t)hlen;$

ERROR:TRAILING_WHITESPACE: trailing whitespace
#150: FILE: drivers/net/gve/gve_tx_dqo.c:148:
+^I^I$

total: 1 errors, 6 warnings, 0 checks, 75 lines checked


More information about the test-report mailing list