[PATCH v9 03/14] net/sxe: add tx rx setup and data path

Stephen Hemminger stephen at networkplumber.org
Wed Jul 16 19:49:42 CEST 2025


On Wed, 16 Jul 2025 04:29:19 -0400
Jie Liu <liujie5 at linkdatatechnology.com> wrote:

> Add setup, initialization, and logic for tx and rx queues.
> 
> Signed-off-by: Jie Liu <liujie5 at linkdatatechnology.com>
> ---

Buried in checkpatch warnings are some spelling errors here:


WARNING:TYPO_SPELLING: 'unsupport' may be misspelled - perhaps 'unsupported'?
#5037: FILE: drivers/net/sxe/pf/sxe_rx.c:1451:
+		PMD_LOG_ERR(INIT, "unsupport sriov");
 		                   ^^^^^^^^^

WARNING:TYPO_SPELLING: 'signle' may be misspelled - perhaps 'single'?
#5323: FILE: drivers/net/sxe/pf/sxe_tx.c:40:
+	/* Offload off and signle simple tx code path < 32 use simple tx code path */
 	                   ^^^^^^

WARNING:TYPO_SPELLING: 'Signle' may be misspelled - perhaps 'Single'?
#5634: FILE: drivers/net/sxe/pf/sxe_tx.c:351:
+		/* Signle transmit */
 		   ^^^^^^

WARNING:TYPO_SPELLING: 'enought' may be misspelled - perhaps 'enough'?
#6069: FILE: drivers/net/sxe/pf/sxe_tx.c:786:
+		/* Clean up enought desc */
 		            ^^^^^^^



More information about the dev mailing list