diff options
author | Serey Kong <[email protected]> | 2014-08-01 13:27:15 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2014-08-02 19:41:15 -0700 |
commit | 8bb1a540450c3dbd075491ea43772ac8a7ddec46 (patch) | |
tree | 6f6da2803db73ee34b08ccab20ad3d08dcb4693c /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | 6ba36a246ef58100ff3f31b0738e317cfab1f240 (diff) |
i40evf: Fixed guest OS panic when removing vf driver
Removing VF driver during device still in reset caused guest OS panic.
in the i40evf_remove(), we're trying to clean mac_filter_list which has
not been initialized since the device is still stuck at the reset.
The change is to initialize the filter_list before setting any task.
Change-ID: I8b59df7384416c7e6f2d264b598f447e1c2c92b0
Signed-off-by: Serey Kong <[email protected]>
Tested-by: Sibai Li <[email protected]>
Signed-off-by: Aaron Brown <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions