Il 20/08/2012 20:48, Ed Maste ha scritto:
3. The datapath thread waits in poll() with each port's file descriptor in
>the fd array.  However there's currently no fd to signal a bridge
>reconfiguration, so the poll() has to timeout before the thread will pick up
>the new config on the next time through its loop.

We are considering to add the notification in dpif_netdev_run(), a callback which is now empty in the #ifdef THREADED case. According to our tests this solves the problem in practice, but we are worried that it may be a misuse of the interface, since the corresponding dpif_netdev_wait() callback would still be empty. Any comment would be much appreciated.

Giuseppe

--
Dr. Ing. Giuseppe Lettieri
Dipartimento di Ingegneria della Informazione
Universita' di Pisa
Largo Lucio Lazzarino 2, 56122 Pisa - Italy
Ph. : (+39) 050-2217.649 (direct) .599 (switch)
Fax : (+39) 050-2217.600
e-mail: g.letti...@iet.unipi.it

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to