Update directory structure, readmes, add gptp
authorintel-ethernet <eric_mann@mail.intel.com>
Thu, 1 Nov 2012 23:54:25 +0000 (16:54 -0700)
committerintel-ethernet <eric_mann@mail.intel.com>
Thu, 1 Nov 2012 23:54:25 +0000 (16:54 -0700)
commit669d1b7ba366874e280734f4bb9e81b57f0acb3c
tree53187451602a8b7ade2fcddc7d8c9a1c28c4d8d6
parent8359043af12dce4a6ec1230f44d56b900b193812
Update directory structure, readmes, add gptp
139 files changed:
README
daemons/gptp/common/CVS/Entries [new file with mode: 0644]
daemons/gptp/common/CVS/Repository [new file with mode: 0644]
daemons/gptp/common/CVS/Root [new file with mode: 0644]
daemons/gptp/common/avbts_clock.hpp [new file with mode: 0644]
daemons/gptp/common/avbts_message.hpp [new file with mode: 0644]
daemons/gptp/common/avbts_oscondition.hpp [new file with mode: 0644]
daemons/gptp/common/avbts_osipc.hpp [new file with mode: 0644]
daemons/gptp/common/avbts_oslock.hpp [new file with mode: 0644]
daemons/gptp/common/avbts_osnet.cpp [new file with mode: 0644]
daemons/gptp/common/avbts_osnet.hpp [new file with mode: 0644]
daemons/gptp/common/avbts_osthread.hpp [new file with mode: 0644]
daemons/gptp/common/avbts_ostimer.hpp [new file with mode: 0644]
daemons/gptp/common/avbts_ostimerq.hpp [new file with mode: 0644]
daemons/gptp/common/avbts_port.hpp [new file with mode: 0644]
daemons/gptp/common/ieee1588.hpp [new file with mode: 0644]
daemons/gptp/common/ieee1588clock.cpp [new file with mode: 0644]
daemons/gptp/common/ieee1588port.cpp [new file with mode: 0644]
daemons/gptp/common/ptp_message.cpp [new file with mode: 0644]
daemons/gptp/linux/CVS/Entries [new file with mode: 0644]
daemons/gptp/linux/CVS/Repository [new file with mode: 0644]
daemons/gptp/linux/CVS/Root [new file with mode: 0644]
daemons/gptp/linux/build/CVS/Entries [new file with mode: 0644]
daemons/gptp/linux/build/CVS/Repository [new file with mode: 0644]
daemons/gptp/linux/build/CVS/Root [new file with mode: 0644]
daemons/gptp/linux/build/Makefile [new file with mode: 0644]
daemons/gptp/linux/build/obj/.dir [new file with mode: 0644]
daemons/gptp/linux/build/obj/CVS/Entries [new file with mode: 0644]
daemons/gptp/linux/build/obj/CVS/Repository [new file with mode: 0644]
daemons/gptp/linux/build/obj/CVS/Root [new file with mode: 0644]
daemons/gptp/linux/build/obj/avbts_osnet.o [new file with mode: 0644]
daemons/gptp/linux/build/obj/daemon_cl [new file with mode: 0755]
daemons/gptp/linux/build/obj/ieee1588clock.o [new file with mode: 0644]
daemons/gptp/linux/build/obj/ieee1588port.o [new file with mode: 0644]
daemons/gptp/linux/build/obj/ptp_message.o [new file with mode: 0644]
daemons/gptp/linux/src/CVS/Entries [new file with mode: 0644]
daemons/gptp/linux/src/CVS/Repository [new file with mode: 0644]
daemons/gptp/linux/src/CVS/Root [new file with mode: 0644]
daemons/gptp/linux/src/daemon_cl.cpp [new file with mode: 0644]
daemons/gptp/linux/src/linux_hal.hpp [new file with mode: 0644]
daemons/gptp/linux/src/platform.hpp [new file with mode: 0644]
daemons/gptp/windows/CVS/Entries [new file with mode: 0644]
daemons/gptp/windows/CVS/Repository [new file with mode: 0644]
daemons/gptp/windows/CVS/Root [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/CVS/Entries [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/CVS/Repository [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/CVS/Root [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/ReadMe.txt [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/daemon_cl.cpp [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/daemon_cl.vcxproj [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/daemon_cl.vcxproj.filters [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/daemon_cl.vcxproj.user [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/ipcdef.hpp [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/packet.cpp [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/packet.hpp [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/platform.hpp [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/stdafx.cpp [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/stdafx.h [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/targetver.h [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/tsc.hpp [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/windows_hal.hpp [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/x64/CVS/Entries [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/x64/CVS/Repository [new file with mode: 0644]
daemons/gptp/windows/daemon_cl/x64/CVS/Root [new file with mode: 0644]
daemons/gptp/windows/gptp.sln [new file with mode: 0644]
daemons/gptp/windows/named_pipe_test/CVS/Entries [new file with mode: 0644]
daemons/gptp/windows/named_pipe_test/CVS/Repository [new file with mode: 0644]
daemons/gptp/windows/named_pipe_test/CVS/Root [new file with mode: 0644]
daemons/gptp/windows/named_pipe_test/ReadMe.txt [new file with mode: 0644]
daemons/gptp/windows/named_pipe_test/named_pipe_test.cpp [new file with mode: 0644]
daemons/gptp/windows/named_pipe_test/named_pipe_test.vcxproj [new file with mode: 0644]
daemons/gptp/windows/named_pipe_test/named_pipe_test.vcxproj.filters [new file with mode: 0644]
daemons/gptp/windows/named_pipe_test/named_pipe_test.vcxproj.user [new file with mode: 0644]
daemons/gptp/windows/named_pipe_test/stdafx.cpp [new file with mode: 0644]
daemons/gptp/windows/named_pipe_test/stdafx.h [new file with mode: 0644]
daemons/gptp/windows/named_pipe_test/targetver.h [new file with mode: 0644]
daemons/gptp/windows/named_pipe_test/x64/Release/named_pipe_test.Build.CppClean.log [new file with mode: 0644]
daemons/gptp/windows/named_pipe_test/x64/Release/named_pipe_test.log [new file with mode: 0644]
daemons/gptp/windows/x64/CVS/Entries [new file with mode: 0644]
daemons/gptp/windows/x64/CVS/Repository [new file with mode: 0644]
daemons/gptp/windows/x64/CVS/Root [new file with mode: 0644]
daemons/gptp/windows/x64/Release/daemon_cl.map [new file with mode: 0644]
daemons/mrpd/README [new file with mode: 0644]
examples/Makefile [deleted file]
examples/latency_test.c [deleted file]
examples/mrp_client/Makefile [new file with mode: 0644]
examples/mrp_client/mrpl.c [moved from examples/mrpl.c with 100% similarity]
examples/mrp_client/mrpq.c [moved from examples/mrpq.c with 100% similarity]
examples/simple_talker.c [deleted file]
examples/simple_talker/Makefile [new file with mode: 0644]
examples/simple_talker/README [new file with mode: 0644]
examples/simple_talker/simple_talker.c [new file with mode: 0755]
examples/test.c [deleted file]
kmod/igb/LICENSE [moved from kmod/LICENSE with 100% similarity]
kmod/igb/Makefile [moved from kmod/Makefile with 100% similarity]
kmod/igb/README [new file with mode: 0644]
kmod/igb/e1000_82575.c [moved from kmod/e1000_82575.c with 100% similarity]
kmod/igb/e1000_82575.h [moved from kmod/e1000_82575.h with 100% similarity]
kmod/igb/e1000_api.c [moved from kmod/e1000_api.c with 100% similarity]
kmod/igb/e1000_api.h [moved from kmod/e1000_api.h with 100% similarity]
kmod/igb/e1000_defines.h [moved from kmod/e1000_defines.h with 100% similarity]
kmod/igb/e1000_hw.h [moved from kmod/e1000_hw.h with 100% similarity]
kmod/igb/e1000_i210.c [moved from kmod/e1000_i210.c with 100% similarity]
kmod/igb/e1000_i210.h [moved from kmod/e1000_i210.h with 100% similarity]
kmod/igb/e1000_mac.c [moved from kmod/e1000_mac.c with 100% similarity]
kmod/igb/e1000_mac.h [moved from kmod/e1000_mac.h with 100% similarity]
kmod/igb/e1000_manage.c [moved from kmod/e1000_manage.c with 100% similarity]
kmod/igb/e1000_manage.h [moved from kmod/e1000_manage.h with 100% similarity]
kmod/igb/e1000_mbx.c [moved from kmod/e1000_mbx.c with 100% similarity]
kmod/igb/e1000_mbx.h [moved from kmod/e1000_mbx.h with 100% similarity]
kmod/igb/e1000_nvm.c [moved from kmod/e1000_nvm.c with 100% similarity]
kmod/igb/e1000_nvm.h [moved from kmod/e1000_nvm.h with 100% similarity]
kmod/igb/e1000_osdep.h [moved from kmod/e1000_osdep.h with 100% similarity]
kmod/igb/e1000_phy.c [moved from kmod/e1000_phy.c with 100% similarity]
kmod/igb/e1000_phy.h [moved from kmod/e1000_phy.h with 100% similarity]
kmod/igb/e1000_regs.h [moved from kmod/e1000_regs.h with 100% similarity]
kmod/igb/igb.h [moved from kmod/igb.h with 100% similarity]
kmod/igb/igb_ethtool.c [moved from kmod/igb_ethtool.c with 100% similarity]
kmod/igb/igb_main.c [moved from kmod/igb_main.c with 100% similarity]
kmod/igb/igb_param.c [moved from kmod/igb_param.c with 100% similarity]
kmod/igb/igb_procfs.c [moved from kmod/igb_procfs.c with 100% similarity]
kmod/igb/igb_ptp.c [moved from kmod/igb_ptp.c with 100% similarity]
kmod/igb/igb_regtest.h [moved from kmod/igb_regtest.h with 100% similarity]
kmod/igb/igb_sysfs.c [moved from kmod/igb_sysfs.c with 100% similarity]
kmod/igb/igb_vmdq.c [moved from kmod/igb_vmdq.c with 100% similarity]
kmod/igb/igb_vmdq.h [moved from kmod/igb_vmdq.h with 100% similarity]
kmod/igb/kcompat.c [moved from kmod/kcompat.c with 100% similarity]
kmod/igb/kcompat.h [moved from kmod/kcompat.h with 100% similarity]
kmod/igb/kcompat_ethtool.c [moved from kmod/kcompat_ethtool.c with 100% similarity]
lib/igb/LICENSE [moved from lib/LICENSE with 100% similarity]
lib/igb/Makefile [moved from lib/Makefile with 100% similarity]
lib/igb/e1000_82575.h [moved from lib/e1000_82575.h with 100% similarity]
lib/igb/e1000_defines.h [moved from lib/e1000_defines.h with 100% similarity]
lib/igb/e1000_hw.h [moved from lib/e1000_hw.h with 100% similarity]
lib/igb/e1000_osdep.h [moved from lib/e1000_osdep.h with 100% similarity]
lib/igb/e1000_regs.h [moved from lib/e1000_regs.h with 100% similarity]
lib/igb/igb.c [moved from lib/igb.c with 91% similarity]
lib/igb/igb.h [moved from lib/igb.h with 98% similarity]
lib/igb/igb_internal.h [moved from lib/igb_internal.h with 100% similarity]