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