2022-08-27 21:17:55

by Cong Wang

[permalink] [raw]
Subject: Re: [PATCH net-next] net: sched: red: remove unused input parameter in red_get_flags()

On Sat, Aug 27, 2022 at 12:35:45PM +0800, Zhengchao Shao wrote:
> The input parameter supported_mask is unused in red_get_flags().
> Remove it.
>

It looks like this is incomplete code unification of the following
commit:

commit 14bc175d9c885c86239de3d730eea85ad67bfe7b
Author: Petr Machata <[email protected]>
Date: Fri Mar 13 01:10:56 2020 +0200

net: sched: Allow extending set of supported RED flags

How about completing it? ;)

Thanks.