svn commit: r257640 - in projects/ifq/sys/dev: ifq_bge ifq_e1000 ifq_fxp ifq_ixgbe ifq_re
Andre Oppermann
andre at FreeBSD.org
Mon Nov 4 16:18:17 UTC 2013
Author: andre
Date: Mon Nov 4 16:18:16 2013
New Revision: 257640
URL: http://svnweb.freebsd.org/changeset/base/257640
Log:
Create copies of the fxp(4), re(4), bge(4), igb(4) and ixgbe(4) drivers for
prototyping of different interface queuing strategies.
The drivers are copied to prevent complications from periodic integrations
from HEAD. The amount of changes may be significant and arbitrary during
the experimentation phase making conflict resolution a huge pain otherwise.
These drivers are chosen for the simple reason that they have sufficient
to adequate to good public documentation and that I have them readily
available in my local test bench for fast turnaround times.
Once a winning strategy has emerged and is accepted by the kernel hacker
community all other drivers get converted/adjusted too.
Sponsored by: The FreeBSD Foundation
Added:
projects/ifq/sys/dev/ifq_bge/
- copied from r257635, projects/ifq/sys/dev/bge/
projects/ifq/sys/dev/ifq_e1000/
- copied from r257635, projects/ifq/sys/dev/e1000/
projects/ifq/sys/dev/ifq_fxp/
- copied from r257635, projects/ifq/sys/dev/fxp/
projects/ifq/sys/dev/ifq_ixgbe/
- copied from r257635, projects/ifq/sys/dev/ixgbe/
projects/ifq/sys/dev/ifq_re/
- copied from r257635, projects/ifq/sys/dev/re/
More information about the svn-src-projects
mailing list