[ovs-dev] সর্বশেষ সংবাদ জানুন লাইভ প্রেস থেকে; ভিজিট: www.livepress24.com

2013-12-14 Thread Arafat Mahmud
Blank newsletter! --- To unsubscribe follow the link http://health.livepress24.com/wp-content/plugins/newsletter/do/unsubscription.php?nk=14097-e0b56326a0 to edit your profile follow the link http://health.livepress24.com/wp-content/plugins/newsletter/do/profile.php?nk=14097-e0b56326a0 __

Re: [ovs-dev] [PATCHv5] monitor: Replace monitor_seq with periodic wakeup

2013-12-14 Thread Ethan Jackson
Merged, thanks. Ethan On Fri, Dec 13, 2013 at 7:24 PM, Joe Stringer wrote: > Currently, every time a monitoring port is added or reconfigured, the > main thread notifies the monitoring thread to wake up immediately using > monitor_seq. When adding a large number of ports at once, this causes > c

Re: [ovs-dev] [PATCH] fedora-build: Remove %{build_number} from the configure line

2013-12-14 Thread Gurucharan Shetty
On Fri, Dec 13, 2013 at 6:53 PM, Kyle Mestery wrote: > Fixes the OVS builds on Fedora, which are currently broken upstream. > > Signed-off-by: Kyle Mestery Thanks for fixing. I applied this to master. > --- > rhel/openvswitch-fedora.spec.in | 2 +- > rhel/openvswitch-kmod-fedora.spec.in |

Re: [ovs-dev] [PATCH] windows pseudorandom number generator

2013-12-14 Thread Ben Pfaff
On Sat, Dec 14, 2013 at 01:20:31AM +, Alin Serdean wrote: > This patch is to add for secure pseudorandom number generator on windows. > > Signed-off-by: Alin Serdean I'm pretty sure that GetLastError() doesn't return an errno value, but this code tries to pass it to ovs_retval_to_string() an