Merge branch 'net-sched-summer-cleanup-part-1-mainly-in-exts-area'
authorDavid S. Miller <davem@davemloft.net>
Fri, 4 Aug 2017 18:21:25 +0000 (11:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Aug 2017 18:21:25 +0000 (11:21 -0700)
commit8f75222446b99baf4e01176483104c9270c5203e
tree1b6d353ef75496604e247b0ceec74e63cb228708
parent967b2e2a76e380abdebe7f3c7ab17e8831accd21
parent9b0d4446b56904b59ae3809913b0ac760fa941a6
Merge branch 'net-sched-summer-cleanup-part-1-mainly-in-exts-area'

Jiri Pirko says:

====================
net: sched: summer cleanup part 1, mainly in exts area

This patchset is one of the couple cleanup patchsets I have in queue.
The motivation aside the obvious need to "make things nicer" is also
to prepare for shared filter blocks introduction. That requires tp->q
removal, and therefore removal of all tp->q users.

Patch 1 is just some small thing I spotted on the way
Patch 2 removes one user of tp->q, namely tcf_em_tree_change
Patches 3-8 do preparations for exts->nr_actions removal
Patches 9-10 do simple renames of functions in cls*
Patches 11-19 remove unnecessary calls of tcf_exts_change helper
The last patch changes tcf_exts_change to don't take lock

Tested by tools/testing/selftests/tc-testing

v1->v2:
- removed conversion of action array to list as noted by Cong
- added the past patch instead
- small rebases of patches 11-19
====================

Signed-off-by: David S. Miller <davem@davemloft.net>