On Wed, May 28, 2014 at 02:47:21PM -0700, Ansis Atteka wrote: > Just curious. Do you think it would make sense to use ppoll() or > signal_fd() instead of "self pipe trick" to handle signals? Not sure > about portability, but it seems that ppoll() at least is POSIX > compliant and was introduced in Linux 2.6.16.
I'd be happy with ppoll() except that a few web searches suggest that FreeBSD and NetBSD don't have it. I would prefer to avoid signalfd because then we'd definitely have to maintain more than one implementation. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev