> -----Original Message-----
> From: Wang, Haiyue <haiyue.w...@intel.com>
> Sent: Monday, October 26, 2020 2:55 PM
> To: dev@dpdk.org
> Cc: Yigit, Ferruh <ferruh.yi...@intel.com>; Guo, Jia <jia....@intel.com>;
> Zhang, Qi Z <qi.z.zh...@intel.com>; Chen, Zhaoyan
> <zhaoyan.c...@intel.com>; Wang, Haiyue <haiyue.w...@intel.com>; Yang,
> Qiming <qiming.y...@intel.com>; Ray Kinsella <m...@ashroe.eu>; Neil
> Horman <nhor...@tuxdriver.com>
> Subject: [PATCH v3] net/ice: refactor the protocol extraction design
>
> Change the protocol extraction dynamic mbuf usage from register API to
> lookup API, so the application can decide to read the metadata or not at the
> run time, in other words, PMD will check this at Rx queue start time.
>
> This design makes the API simple now: it just needs to export the name string,
> not the whole dynamic mbuf data objects.
>
> Signed-off-by: Haiyue Wang <haiyue.w...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi