[PATCH fwctl 0/2] fwctl/mlx5: Add few new FW rpc commands

Saeed Mahameed posted 2 patches 1 day, 4 hours ago
drivers/fwctl/mlx5/main.c | 7 +++++++
1 file changed, 7 insertions(+)
[PATCH fwctl 0/2] fwctl/mlx5: Add few new FW rpc commands
Posted by Saeed Mahameed 1 day, 4 hours ago
From: Saeed Mahameed <saeedm@nvidia.com>

Hi Jason and Dave,

This series adds few new commands to fwctl/mlx5 driver:
1) Adjacent function query commands and their scope
2) Modify congestion status command

For more details please see each patch description.

Thanks,
Saeed

Avihai Horon (1):
  fwctl/mlx5: Allow MODIFY_CONG_STATUS command

Saeed Mahameed (1):
  fwctl/mlx5: Add Adjacent function query commands and their scope

 drivers/fwctl/mlx5/main.c | 7 +++++++
 1 file changed, 7 insertions(+)

-- 
2.51.0
Re: [PATCH fwctl 0/2] fwctl/mlx5: Add few new FW rpc commands
Posted by Dave Jiang 1 day, 3 hours ago

On 9/8/25 9:52 AM, Saeed Mahameed wrote:
> From: Saeed Mahameed <saeedm@nvidia.com>
> 
> Hi Jason and Dave,
> 
> This series adds few new commands to fwctl/mlx5 driver:
> 1) Adjacent function query commands and their scope
> 2) Modify congestion status command
> 
> For more details please see each patch description.
> 
> Thanks,
> Saeed
> 
> Avihai Horon (1):
>   fwctl/mlx5: Allow MODIFY_CONG_STATUS command
> 
> Saeed Mahameed (1):
>   fwctl/mlx5: Add Adjacent function query commands and their scope
> 
>  drivers/fwctl/mlx5/main.c | 7 +++++++
>  1 file changed, 7 insertions(+)
> 

Straight forward enough, mlx5 specific adds
Reviewed-by: Dave Jiang <dave.jiang@intel.com>