bridge: Run fast when adding and deleting ports.
[openvswitch] / ofproto / ofproto-dpif.c
index 77cb826deff6b3321da0f05c5b4f236c23026692..323d2083b5cf7987fe2c34067a1a2d88a61587ac 100644 (file)
@@ -6083,6 +6083,9 @@ lookup_input_bundle(const struct ofproto_dpif *ofproto, uint16_t in_port,
      *   we don't know about.
      *
      * - The ofproto client didn't configure the port as part of a bundle.
+     *   This is particularly likely to happen if a packet was received on the
+     *   port after it was created, but before the client had a chance to
+     *   configure its bundle.
      */
     if (warn) {
         static struct vlog_rate_limit rl = VLOG_RATE_LIMIT_INIT(1, 5);