Re: [PATCH] common/mlx5: remove unneeded field when modify RQ table

2024-07-21 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Wednesday, July 17, 2024 7:37 PM To: Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Dariusz Sosnowski; Suanming Mou; Matan Azrad Subject: [PATCH] common/mlx5: remove unneeded field when modify RQ table The attribute "rqt_max_size" of the RQ

RE: [PATCH] common/mlx5: remove unneeded field when modify RQ table

2024-07-17 Thread Bing Zhao
> Cc: Slava Ovsiienko ; dev@dpdk.org; Raslan > Darawsheh ; Ori Kam ; Dariusz > Sosnowski ; Suanming Mou ; > Matan Azrad > Subject: Re: [PATCH] common/mlx5: remove unneeded field when modify RQ > table > > External email: Use caution opening links or attachments >

Re: [PATCH] common/mlx5: remove unneeded field when modify RQ table

2024-07-17 Thread Patrick Robb
Rerunning the CI Test for Broadcom Performance, which appears to be a false failure.

[PATCH] common/mlx5: remove unneeded field when modify RQ table

2024-07-17 Thread Bing Zhao
The attribute "rqt_max_size" of the RQT(RQ table) context is only needed by when creating a new one. When modifying an old one, there is no need to set this attribute. The firmware usually ignored this unneeded field. When enabling some extra check, an error will be returned to prevent the code fr