RE: [PATCH v2] net/ice: revert mark action in switch filter

2023-07-02 Thread Zhang, Qi Z
> -Original Message- > From: Yan, Zhirun > Sent: Monday, July 3, 2023 10:35 AM > To: Zeng, ZhichaoX ; dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > > Subject: RE: [PATCH v2] net/ice: revert mark action in switch filter > > > > > -Original M

RE: [PATCH v2] net/ice: revert mark action in switch filter

2023-07-02 Thread Yan, Zhirun
> -Original Message- > From: Zeng, ZhichaoX > Sent: Sunday, June 25, 2023 2:21 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Zeng, ZhichaoX > ; Yang, Qiming ; Yan, > Zhirun > Subject: [PATCH v2] net/ice: revert mark action in switch filter > > For current

[PATCH v2] net/ice: revert mark action in switch filter

2023-06-24 Thread Zhichao Zeng
For current implementation, switch filter missed the consumption part of mark id for app, and switch filter captures the rules first instead of FDIR, which makes the FDIR rules lost. Revert this commit to disable mark action in switch filter and recover the mark action hit in FDIR by default. Fix

[PATCH v2] net/ice: revert mark action in switch filter

2023-06-24 Thread Zhichao Zeng
For current implementation, switch filter missed the consumption part of mark id for app, and switch filter captures the rules first instead of FDIR, which makes the FDIR rules lost. Revert this commit to disable mark action in switch filter and recover the mark action hit in FDIR by default. Fix