RE: [PATCH v5 00/11] update idpf base code

2023-09-20 Thread Zhang, Qi Z
> -Original Message- > From: Su, Simei > Sent: Wednesday, September 20, 2023 2:22 PM > To: Wu, Jingjing ; Xing, Beilei > ; > Zhang, Qi Z > Cc: dev@dpdk.org; Wu, Wenjun1 ; Liu, Mingxia > ; Qiao, Wenjing ; Su, Simei > > Subject: [PATCH v5 00/11] update

[PATCH v5 00/11] update idpf base code

2023-09-19 Thread Simei Su
Currently, single queue Tx data path uses flex Tx data descriptor(DTYPE3) which is removed in the latest idpf spec. [PATCH v5 01/11] 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. [PATCH v5 0