aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-06-01 10:53:53 -0700
committerBen Pfaff <blp@nicira.com>2011-06-01 10:53:53 -0700
commitb85145b59fab7efa236cdabd6ef0bda87f373d19 (patch)
treefb2c09fd09c2f00a2fea9fd916806f9622054432 /AUTHORS
parent7286b1e13dbf358ea6071d04b311474208308ad6 (diff)
learning-switch: Don't limit message queued by --with-flows.
queue_tx() intentionally limits the number of outstanding OpenFlow messages queued to the switch. This was unintentionally being applied to the messages queued to the switch at startup by ovs-ofctl's --with-flows command. This patch should fix the problem, by calling rconn_send() directly instead of through queue_tx(). Ahmed reported that with this patch there was still a problem when 30,000 flows were specified in the file. Reported-by: Ahmed Bilal <numan252@gmail.com>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index b7f6cf5c..b6e73721 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -43,6 +43,7 @@ provided helpful bug reports or suggestions.
Aaron M. Ucko ucko@debian.org
Aaron Rosen arosen@clemson.edu
+Ahmed Bilal numan252@gmail.com
Alex Yip alex@nicira.com
Alexey I. Froloff raorn@altlinux.org
Bob Ball bob.ball@citrix.com