On Wed, 16 Jul 2025 04:29:19 -0400 Jie Liu <liuj...@linkdatatechnology.com> wrote:
> Add setup, initialization, and logic for tx and rx queues. > > Signed-off-by: Jie Liu <liuj...@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 */ ^^^^^^^