[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180124160707.GH2234@nanopsycho>
Date: Wed, 24 Jan 2018 17:07:07 +0100
From: Jiri Pirko <jiri@...nulli.us>
To: Sathya Perla <sathya.perla@...adcom.com>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] cls_flower: check if filter is in HW before calling
fl_hw_destroy_filter()
Wed, Jan 24, 2018 at 12:42:55PM CET, sathya.perla@...adcom.com wrote:
>When a filter cannot be added in HW (i.e, fl_hw_replace_filter() returns
>error), the TCA_CLS_FLAGS_IN_HW flag is not set in the filter flags.
>
>This flag (via tc_in_hw()) must be checked before issuing the call
>to delete a filter in HW (fl_hw_destroy_filter()) and before issuing the
>call to query stats (fl_hw_update_stats()).
>
>Signed-off-by: Sathya Perla <sathya.perla@...adcom.com>
1) You have to indicate what tree you aim this to be applied on:
[patch net] or [patch net-next]
2) Please provided a "Fixes" line
3) Please use scripts/get_maintainer.pl to get the people to cc
4) Please aim the fix not only to cls_flower, but to other cls as well.
otherwise the patch looks ok.
Powered by blists - more mailing lists