1. cd97d3d minimize use of "from module import *" by Rich Lane · 12 years ago
  2. 308d976 remove unused oft_assert module by Rich Lane · 12 years ago
  3. 2c7812c use a single dataplane instance for all tests by Rich Lane · 12 years ago
  4. e1b8da9 dataplane: single-threaded rewrite by Rich Lane · 12 years ago
  5. fb71830 DataPlane: cleanup and remove dead code by Rich Lane · 12 years ago
  6. e7b0ecb manually release controller and dataplane references by Rich Lane · 12 years ago
  7. d7d3292 DataPlanePort: fix race between thread start and kill by Rich Lane · 12 years ago
  8. 5b5da2d dataplane: use an EventDescriptor to speed up killing ports by Rich Lane · 12 years ago
  9. 4d46dbd dataplane: kill port threads concurrently by Rich Lane · 12 years ago
  10. ab0bab3 Don't try to use the incompatible pylibpcap library by Ed Swierk · 12 years ago
  11. 47fe471 Merge pull request #27 from InCNTRE/master by Rich Lane · 12 years ago
  12. d2e93aa dataplane: record wall clock time when receiving packet by Rich Lane · 12 years ago
  13. 5e0a6e3 reverted the line specified by ShreyaPandita · 12 years ago
  14. cd8e1cf added port down and up functions by ShreyaPandita · 12 years ago
  15. b42a31c libpcap dataplane by Rich Lane · 12 years ago
  16. e5779d3 fix pylint errors by Rich Lane · 12 years ago
  17. 8806bc4 standardize on -1 for default timeouts by Rich Lane · 12 years ago
  18. db9d866 fix usage of condition variables in dataplane by Rich Lane · 12 years ago
  19. 0e8b092 - The DataPlane class now accepts the global configuration when created. by Jeffrey Townsend · 12 years ago
  20. 3978f24 Fix typo. Rename pktact.WildcardPriority2 to pktact.WildcardPriorityWithDelete. by Ken Chiang · 12 years ago
  21. 1729fdb Support specifying expect pkt and not expect port by Dan Talayco · 13 years ago
  22. 506614a Ignore padding bytes in the received packet when the length of the by Ed Swierk · 13 years ago
  23. 4e20030 Log the ingress port of each packet received by Ed Swierk · 13 years ago
  24. cf26b7a Added relax option to oftest by Dan Talayco · 13 years ago
  25. a99c21a Debug output change by Dan Talayco · 15 years ago
  26. 0db53eb Catch exception on socket open and exit by Dan Talayco · 15 years ago
  27. 11c26e7 indentation, spaces by Dan Talayco · 15 years ago
  28. 4837010 Major overhaul of oftest command interface by Dan Talayco · 15 years ago
  29. 4d06597 Doc init param by Dan Talayco · 15 years ago
  30. e226eb1 Mostly polling and timeout support by Dan Talayco · 15 years ago
  31. 710438c Mostly changes to socket deployment by Dan Talayco · 15 years ago
  32. 1b3f690 Lots of reorg and wrestling with sockets by Dan Talayco · 15 years ago
  33. d7e2dbe Moved core code up to oftest directory by Dan Talayco · 15 years ago
  34. ec857da Moved code up one directory by Dan Talayco · 15 years ago[Renamed from src/python/oftest/dataplane/dataplane.py]
  35. 3087a46 Moved dataplaneport to dataplane so as only one file by Dan Talayco · 15 years ago
  36. 3408952 Added controller, dataplane and configuration files by Dan Talayco · 15 years ago