Changeset 28161 in vbox
- Timestamp:
- Apr 11, 2010 9:36:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r28160 r28161 230 230 * 231 231 * The current code uses a very ugly hack and only works on kernels using the 232 * net_device_ops ( 2.6.28). It has been shown to give us a232 * net_device_ops (>= 2.6.29). It has been shown to give us a 233 233 * performance boost of 60-100% though. So, we have to find some less hacky way 234 234 * of getting this job done eventually. … … 241 241 * The overridden net_device_ops of the device we're attached to. 242 242 * 243 * Requires Linux 2.6.2 8or later.243 * Requires Linux 2.6.29 or later. 244 244 * 245 245 * This is a very dirty hack that was create to explore how much we can improve
Note:
See TracChangeset
for help on using the changeset viewer.