Re: [ovs-dev] [uswitch 1/4] netdev-linux: Fix blocking while sending packets.

2011-04-11 Thread Andrew Evans
On 4/8/11 4:41 PM, Ben Pfaff wrote: > The AF_PACKET socket needs to be in nonblocking mode or trying to send > a packet can take a long time. Looks good to me. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [uswitch 1/4] netdev-linux: Fix blocking while sending packets.

2011-04-08 Thread Ben Pfaff
The AF_PACKET socket needs to be in nonblocking mode or trying to send a packet can take a long time. --- lib/netdev-linux.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c index eecaaa5..aacc48b 100644 --- a/lib/netdev-linux.c +++ b