]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ocelot-vcap-cleanups'
authorJakub Kicinski <kuba@kernel.org>
Thu, 5 May 2022 03:42:17 +0000 (20:42 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 5 May 2022 03:42:18 +0000 (20:42 -0700)
commit0c4159954796c23b8e99f52b6e8dba4dd1ab0259
tree32eac9e804685fee26efda0de3b19c9dc99630aa
parentcaf169ab8be9b946edcef50afb7cfa93daf0321c
parent0e37e28820fda5badb83d821fff97ab20e5c139d
Merge branch 'ocelot-vcap-cleanups'

Vladimir Oltean says:

====================
Ocelot VCAP cleanups

This is a series of minor code cleanups brought to the Ocelot switch
driver logic for VCAP filters.

- don't use list_for_each_safe() in ocelot_vcap_filter_add_to_block
- don't use magic numbers for OCELOT_POLICER_DISCARD
====================

Link: https://lore.kernel.org/r/20220503120150.837233-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>