network plugin: add missing plugin description
This commit is contained in:
parent
62fb355010
commit
d91a90a8ad
1 changed files with 4 additions and 2 deletions
|
|
@ -9,9 +9,11 @@ import copy
|
|||
log = tuned.logs.get()
|
||||
|
||||
class NetTuningPlugin(tuned.plugins.Plugin):
|
||||
"""
|
||||
Plugin for ethernet card options tuning.
|
||||
"""
|
||||
|
||||
def __init__(self, devices, options):
|
||||
"""
|
||||
"""
|
||||
super(self.__class__, self).__init__(devices, options)
|
||||
|
||||
self.devidle = {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue