RE: [PATCH v5] common/idpf: refactor single queue Tx data path

2023-09-14 Thread Zhang, Qi Z
> -Original Message- > From: Su, Simei > Sent: Thursday, September 14, 2023 2:37 PM > To: Wu, Jingjing ; Xing, Beilei > ; > Zhang, Qi Z > Cc: dev@dpdk.org; Wu, Wenjun1 ; Su, Simei > > Subject: [PATCH v5] common/idpf: refactor single queue Tx data path >

[PATCH v5] common/idpf: refactor single queue Tx data path

2023-09-13 Thread Simei Su
Currently, single queue Tx data path uses flex Tx data descriptor(DTYPE3) which is removed in the latest idpf spec. This patch replaces flex Tx data descriptor with base Tx data descriptor for single queue Tx data path and refines Tx single queue setup to align with Tx data path. Signed-off-by: Si