> -----Original Message-----
> From: Yigit, Ferruh <[email protected]>
> Sent: Wednesday, November 3, 2021 12:11 AM
> To: Yu, DapengX <[email protected]>; Yang, Qiming
> <[email protected]>; Zhang, Qi Z <[email protected]>
> Cc: [email protected]; Wang, Haiyue <[email protected]>;
> [email protected]
> Subject: Re: [dpdk-stable] [PATCH 1/2] net/ice: save meta on switch filter
> creation
>
> On 11/1/2021 8:45 AM, [email protected] wrote:
> > From: Dapeng Yu<[email protected]>
> >
> > The meta is abandoned when switch filter is created in original
> > implementation.
> >
>
> What is 'meta', do you mean 'metadata'? Can you please clarify which
> metadata you are referring to?
>
The commit log will be improved in the next version.
> > This patch saved the meta in RTE flow for future use.
> >
> > Fixes: 47d460d63233 ("net/ice: rework switch filter")
> > Cc:[email protected]
> >
> > Signed-off-by: Dapeng Yu<[email protected]>