Mikio Hara
5ff6ec248d
Change code base to Nicira's master branch
2009-06-29 05:03:42 -07:00
Ben Pfaff
2c775287e2
Rename struct queue to struct ofp_queue.
...
Fixes namespace conflict for partner development.
2008-09-04 13:53:26 -07:00
Ben Pfaff
5549180a54
Rename struct buffer to struct ofpbuf.
...
Fixes namespace conflict for partner development.
2008-09-04 13:53:26 -07:00
Ben Pfaff
903d0940fb
Drop rconn's responsibility for limiting the tx queue.
...
Now it helps clients track the number of in-flight messages, but lets the
clients do the limiting themselves. This will come in handy for packet-in
rate limiting (in an upcoming commit), in which we want to track in-flight
packet-in messages separately from other in-flight messages.
2008-08-12 15:21:30 -07:00
Ben Pfaff
f730dded18
Move Autoconf's macro definitions into config.h.
...
This makes "make" output slightly more readable.
2008-07-21 15:05:53 -07:00
Ben Pfaff
d819180e3d
Add comments to queue module.
2008-04-01 09:52:59 -07:00
casado
3f0201adb5
Update copyright on all non-GPL files
2008-03-27 20:12:18 -07:00
Ben Pfaff
bce273b4c0
Add abstraction of packet queue, and use it in the controller.
...
The packet queue abstraction will also be used in the userspace
switch.
2008-03-27 17:50:33 -07:00