[ovs-dev] [PATCH v2] Make 100 percents packets sampled when sampling rate is 1.

2015-08-02 Thread Wenyu Zhang
When sampling rate is 1, the sampling probability is UINT32_MAX. The packet should be sampled even the prandom32() generate the number of UINT32_MAX. And none packet need be sampled when the probability is 0. --- lib/odp-execute.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) dif

Re: [ovs-dev] [PATCH v5 2/6] ovn: Add bridge mappings to ovn-controller.

2015-08-02 Thread Alex Wang
Could we also add the explanation of "ovn-bridge-mappings" in ovn-controller manpage? Thanks, Alex Wang, On Fri, Jul 31, 2015 at 10:14 AM, Russell Bryant wrote: > Add a new OVN configuration entry in the Open_vSwitch database called > "ovn-bridge-mappings". This allows the configuration of map

[ovs-dev] OVS 2.3.2 bug fixes

2015-08-02 Thread Karnataki, Gururaj
Team, Can anyone please guide me with the list of bug fixes for OVS 2.3.2. The official release info does not seem to have all this. Eagerly awaiting for all related responses in this regards. Thank You, Gururaj Karnataki Product Engineer, Systems Integrator NTT Communications powered by Vir

Re: [ovs-dev] [PATCH] datapath-windows: Solved BSOD when adding OVS ports

2015-08-02 Thread Sorin Vinturis
Hi Nithin, Yes, the second check, from the 564 line, is caught by the case when the OvsInitExternalNBLContext() function is called with the NBL created by OvsPartialCopyNBL(). --Sorin -Original Message- From: Nithin Raju [mailto:nit...@vmware.com] Sent: Saturday, 1 August, 2015 03:27

[ovs-dev] RE

2015-08-02 Thread Christine Susanti
Hallo,Herzlich willkommenBodmanHypothekendarlehenUnternehmeninUSA.BrauchendringendDarlehen, um Ihre finanziellenProbleme zu lösen undauchbeginnen Sie Ihr GeschäftoderIhr Unternehmenauf Systemezu erhöhen?Wenn ja, bittekontaktieren Sie uns ___ dev mai

Re: [ovs-dev] [PATCH v2 17/21] ovn: Rename Pipeline table to Rule table.

2015-08-02 Thread Ben Pfaff
OK, I'll change this to use Logical_Flow for the name of the table. On Fri, Jul 31, 2015 at 03:40:19PM -0700, Alex Wang wrote: > Just to mention that I also think Flow is a better name for this table. > > On Fri, Jul 31, 2015 at 11:19 AM, Ben Pfaff wrote: > > > I have a lot of misgivings about

Re: [ovs-dev] [PATCH 2/2] bridge: reconfigure when system interfaces change

2015-08-02 Thread Ben Pfaff
On Fri, Jul 31, 2015 at 02:35:02PM -0300, Thadeu Lima de Souza Cascardo wrote: > Whenever system interfaces are removed, added or change state, reconfigure > bridge. This allows late interfaces to be added to the datapath when they are > added to the system after ovs-vswitchd is started. > > Signe

Re: [ovs-dev] [PATCH 1/2] rtbsd: support RTM_IFANNOUNCE messages

2015-08-02 Thread Ben Pfaff
On Fri, Jul 31, 2015 at 02:35:01PM -0300, Thadeu Lima de Souza Cascardo wrote: > When devices are created, they are announced using RTM_IFANNOUNCE messages > using > PF_ROUTE. > > Signed-off-by: Thadeu Lima de Souza Cascardo Since we did not receive any comments from *BSD people, I applied this

Re: [ovs-dev] classifier versioning and rule_dpif_try_ref()

2015-08-02 Thread Ben Pfaff
On Sat, Aug 01, 2015 at 11:03:49AM -0700, Jarno Rajahalme wrote: > > > On Jul 31, 2015, at 21:54, Ben Pfaff wrote: > > > > Now that the classifier is versioned, is it still possible for > > rule_dpif_try_ref() to return false? Specifically, can we change the > > loop in rule_dpif_lookup_in_tabl

[ovs-dev] [PATCH] ofproto-dpif: Use a regular ref instead of try_ref for rule translation.

2015-08-02 Thread Ben Pfaff
Until now, flow translation has had to use try_ref to take a reference on a rule, because a competing thread might have released the last reference and done an RCU-postponed deletion. Since classifier versioning was introduced, however, the release of the last reference is itself RCU-postponed, wh

Re: [ovs-dev] [PATCH net-next 3/3] openvswitch: 802.1AD: Flow handling, actions, vlan parsing and netlink attributes

2015-08-02 Thread ravulakollu.kumar
Hi Thomas, Thanks for your detailed clarification. This link (http://openvswitch.org/pipermail/dev/2015-June/056717.html ) is mentioning only number of files changed, not the actual patch. Could you please forward the patch you have. Of course as you said openflow flow rules is a way to achiev