Re: [dpdk-dev] [PATCH v4 0/6] enable Rx flexible descriptor

2019-09-18 Thread Zhang, Qi Z
> -Original Message- > From: Rong, Leyi > Sent: Thursday, September 19, 2019 2:26 PM > To: Wang, Haiyue ; Lu, Wenzhuo > ; Zhang, Qi Z ; Ye, Xiaolong > > Cc: dev@dpdk.org; Rong, Leyi > Subject: [PATCH v4 0/6] enable Rx flexible descriptor > > This patchset enable Rx flexible descriptor

[dpdk-dev] [PATCH v4 0/6] enable Rx flexible descriptor

2019-09-18 Thread Leyi Rong
This patchset enable Rx flexible descriptor for ice PMD in both normal path and vector path. Depends on shared code update patchset. --- v4: - Handle the ‘proto_xtr’ with error processing, and remove the Redundant default type variable. - Add flex descriptor and protocol extraction release note.