OSDN Git Service

bandwidthcontroller: brute-force cleanup to catch costly_<iface> chains.
authorJP Abgrall <jpa@google.com>
Thu, 30 Jun 2011 02:21:58 +0000 (19:21 -0700)
committerJP Abgrall <jpa@google.com>
Thu, 30 Jun 2011 02:23:26 +0000 (19:23 -0700)
commit39f8f24246a5dac21be5cc5e32c0f395ee803766
treed011e4bfb97c5870e84edafca2026ca4f3b3ed09
parenta9f802c23f4c2c53fa1065b75f712ce46f384c3a
bandwidthcontroller: brute-force cleanup to catch costly_<iface> chains.

To help with development, where re-enable is used as a cleanup mechanism
we no remove ALL user chains.
Normally we only expect
  costly, penalty_box, and costly_<iface>.
If in the future we have more chains outside of those, this will need
revisiting.

Change-Id: I45e504bc1fe4ad973c00308967a474c73e959666
BandwidthController.cpp