aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorSven Wegener <[email protected]>2008-08-11 19:36:06 +0000
committerSimon Horman <[email protected]>2008-08-15 09:26:14 +1000
commit82dfb6f32219d8e6cf6b979a520cb2b11d977d4e (patch)
tree7c21cf50a7c14e32a368a68e1518ea06589663f9 /tools/perf/scripts/python/bin
parent9a812198ae49967f239789164c55ec3e72b7e0dd (diff)
ipvs: Only call init_service, update_service and done_service for schedulers if defined
There are schedulers that only schedule based on data available in the service or destination structures and they don't need any persistent storage or initialization routine. These schedulers currently provide dummy functions for the init_service, update_service and/or done_service functions. For the init_service and done_service cases we already have code that only calls these functions, if the scheduler provides them. Do the same for the update_service case and remove the dummy functions from all schedulers. Signed-off-by: Sven Wegener <[email protected]> Signed-off-by: Simon Horman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions