Actions
Bug #705
closedsetup_microcode() / enable_hardware_offloading() logic issue
Start date:
06/28/2010
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
setup_microcode() loops through interfaces by name (WAN, LAN, etc) and calls enable_hardware_offloading() on each entry in the list. The problem is that if WAN, LAN, etc are pppoe, vlan, or other named interfaces, this will not have the desired effect. (VLAN type interfaces are skipped entirely in enable_hardware_offloading(), for instance).
setup_microcode() probably needs to be changed to instead loop over all physical interfaces instead of logical interfaces, since that is where these options need to be set.
Updated by Jim Pingle over 14 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 929a1b15cc627151655e126f88489930e828c7ef.
Updated by Chris Buechler over 14 years ago
- Status changed from Feedback to Resolved
Actions