RE: [EXT] [PATCH v8] app/dma-perf: introduce dma-perf application

2023-06-24 Thread Jiang, Cheng1
Hi Anoob, Replies are inline. Thanks, Cheng > -Original Message- > From: Anoob Joseph > Sent: Friday, June 23, 2023 2:53 PM > To: Jiang, Cheng1 ; tho...@monjalon.net; > Richardson, Bruce ; > m...@smartsharesystems.com; Xia, Chenbo ; Amit > Prakash Shukla ; huangdeng...@huawei.com; > Laa

Re: [PATCH v3 0/2] enhance bonding PMD to support the LACP negotiation

2023-06-24 Thread humin (Q)
Hi, Ferruh, 在 2023/6/23 21:32, Ferruh Yigit 写道: On 6/7/2023 4:10 AM, Chaoyong He wrote: On 6/6/2023 2:23 AM, Chaoyong He wrote: A gentle ping on this series. ... Long Wu (2): net/bonding: add independent LACP sending function app/testpmd: add support for bonding port's LACP negotiation

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

2023-06-24 Thread Yan, Zhirun
> -Original Message- > From: Zeng, ZhichaoX > Sent: Wednesday, June 21, 2023 5:41 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Zeng, ZhichaoX > ; Yang, Qiming ; Yan, > Zhirun > Subject: [PATCH] net/ice: revert mark action in switch filter > > This implementation has some problem, the fun

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

2023-06-24 Thread Zeng, ZhichaoX
Hi Zhirun, > -Original Message- > From: Yan, Zhirun > Sent: Sunday, June 25, 2023 10:20 AM > To: Zeng, ZhichaoX ; dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > > Subject: RE: [PATCH] net/ice: revert mark action in switch filter > > > > > -Original Message- > > From: Zeng, Zh

[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