Re: [dpdk-dev] [PATCH v1] net/ice: refactor dynamic mbuf in data extraction

2020-10-26 Thread Wang, Haiyue
Hi Olivier, > -Original Message- > From: Olivier Matz > Sent: Monday, October 26, 2020 18:22 > To: Wang, Haiyue > Cc: dev@dpdk.org; Yigit, Ferruh ; Guo, Jia > ; Zhang, Qi Z > ; Chen, Zhaoyan ; Yang, Qiming > ; > Ray Kinsella ; Neil Horman > Subject: Re:

Re: [dpdk-dev] [PATCH v1] net/ice: refactor dynamic mbuf in data extraction

2020-10-26 Thread Olivier Matz
Hi Haiyue, On Sun, Oct 25, 2020 at 03:13:52PM +0800, Haiyue Wang wrote: > Current dynamic mbuf design is that the driver will register the needed > field and flags at the device probing time, this will make iavf PMD use > different names to register the dynamic mbuf field and flags, but both > of