Add support for sysfs and ethtool.
authorJustin Pettit <jpettit@nicira.com>
Fri, 9 Jan 2009 01:16:33 +0000 (17:16 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 9 Jan 2009 01:16:33 +0000 (17:16 -0800)
commit4dcfd4004ae42ff1287386b546f90cc114cce9b2
tree44b0a91dc2803299a5bd0a2a930f1a56d1c09644
parent569cf4daca0dad4e942003ae135db2f42ee22716
Add support for sysfs and ethtool.

Add support for sysfs when the bridge compatibility module is running.
Currently, this only works for 2.6.18 kernels.  Working on all kernels
should be fixed soon.  Also, add ethtool support to the datapath device.
12 files changed:
datapath/brc_sysfs.h [new file with mode: 0644]
datapath/brc_sysfs_dp.c [new file with mode: 0644]
datapath/brc_sysfs_if.c [new file with mode: 0644]
datapath/brcompat.c
datapath/datapath.c
datapath/datapath.h
datapath/dp_dev.c
datapath/dp_dev.h
datapath/linux-2.6/.gitignore
datapath/linux-2.6/Modules.mk
datapath/linux-2.6/compat-2.6/include/linux/netdevice.h [new file with mode: 0644]
vswitchd/brcompat.c