Re: [ovs-dev] [PATCH v4 4/5] ovn-northd: Delete the references to gateway_chasss in SB DB

2019-03-26 Thread Han Zhou
On Thu, Mar 14, 2019 at 12:33 PM wrote: > > diff --git a/NEWS b/NEWS > index 89d0f19d6..74adb2562 100644 > --- a/NEWS > +++ b/NEWS > @@ -24,6 +24,7 @@ Post-v2.11.0 > protocol extension. > - OVN: > * Select IPAM mac_prefix in a random manner if not provided by the user > + *

Re: [ovs-dev] [PATCH v4 4/5] ovn-northd: Delete the references to gateway_chasss in SB DB

2019-03-26 Thread Han Zhou
On Thu, Mar 14, 2019 at 12:33 PM wrote: > > From: Numan Siddique > > Previous patch in the series added the support in ovn-controller > to use ha_chassis_group table in SB DB to support HA chassis > and establishing BFD tunnels instead of the gateway_chassis table. > There is no need for

Re: [ovs-dev] [PATCH v4 3/5] ovn-controller: Make use of ha_chassis_group table to bind the chassisredirect ports

2019-03-26 Thread Han Zhou
On Thu, Mar 14, 2019 at 12:33 PM wrote: > > diff --git a/ovn/controller/bfd.h b/ovn/controller/bfd.h > index e36820afb..789f7b269 100644 > --- a/ovn/controller/bfd.h > +++ b/ovn/controller/bfd.h > @@ -24,16 +24,17 @@ struct ovsrec_interface_table; > struct ovsrec_open_vswitch_table; > struct

Re: [ovs-dev] [PATCH v3 3/5] ovn-controller: Make use of ha_chassis_group table to bind the chassisredirect ports

2019-03-26 Thread Han Zhou
On Tue, Mar 26, 2019 at 10:01 PM Han Zhou wrote: > > On Tue, Mar 26, 2019 at 6:34 PM Han Zhou wrote: > > > > On Tue, Mar 5, 2019 at 8:06 AM wrote: > > > > > diff --git a/ovn/controller/bfd.h b/ovn/controller/bfd.h > > > index e36820afb..789f7b269 100644 > > > --- a/ovn/controller/bfd.h > > >

Re: [ovs-dev] [PATCH v3 3/5] ovn-controller: Make use of ha_chassis_group table to bind the chassisredirect ports

2019-03-26 Thread Han Zhou
On Tue, Mar 26, 2019 at 6:34 PM Han Zhou wrote: > > On Tue, Mar 5, 2019 at 8:06 AM wrote: > > > diff --git a/ovn/controller/bfd.h b/ovn/controller/bfd.h > > index e36820afb..789f7b269 100644 > > --- a/ovn/controller/bfd.h > > +++ b/ovn/controller/bfd.h > > @@ -24,16 +24,17 @@ struct

[ovs-dev] [PATCH net-next v4] openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE mode

2019-03-26 Thread wenxu
From: wenxu There is currently no support for the multicast/broadcast aspects of VXLAN in ovs. In the datapath flow the tun_dst must specific. But in the IP_TUNNEL_INFO_BRIDGE mode the tun_dst can not be specific. And the packet can forward through the fdb table of vxlan devcice. In this mode

Re: [ovs-dev] [PATCH v3 3/5] ovn-controller: Make use of ha_chassis_group table to bind the chassisredirect ports

2019-03-26 Thread Han Zhou
On Tue, Mar 5, 2019 at 8:06 AM wrote: > diff --git a/ovn/controller/bfd.h b/ovn/controller/bfd.h > index e36820afb..789f7b269 100644 > --- a/ovn/controller/bfd.h > +++ b/ovn/controller/bfd.h > @@ -24,16 +24,17 @@ struct ovsrec_interface_table; > struct ovsrec_open_vswitch_table; > struct

Re: [ovs-dev] [PATCH 1/2] test: Fix fragment-related tests that fail due to small-sized packets

2019-03-26 Thread Yifeng Sun
I've create a pull request on github as v2 because this patch contains long lines that can't be handled by email protocol. https://github.com/openvswitch/ovs/pull/278 Thanks, Yifeng On Mon, Mar 18, 2019 at 10:42 AM Yifeng Sun wrote: > > Thanks Darrell for the review. Will do. > Yifeng > > On

Re: [ovs-dev] [PATCH] stream-ssl: Add support for TLS SNI (Server Name Indication).

2019-03-26 Thread Yifeng Sun
Looks good to me, thanks. Tested-by: Yifeng Sun Reviewed-by: Yifeng Sun On Wed, Mar 20, 2019 at 5:39 PM Ben Pfaff wrote: > > This TLS extension, introduced in RFC 3546, allows the server to know what > host the client believes it is contacting, the TLS equivalent of the Host: > header in

[ovs-dev] [PATCH net-next 8/8] openvswitch: load and reference the NAT helper.

2019-03-26 Thread Flavio Leitner
This improves the original commit 17c357efe5ec ("openvswitch: load NAT helper") where it unconditionally tries to load the module for every flow using NAT, so not efficient when loading multiple flows. It also doesn't hold any references to the NAT module while the flow is active. This change

[ovs-dev] [PATCH net-next 6/8] netfilter: nf_nat: register sip NAT helper.

2019-03-26 Thread Flavio Leitner
Signed-off-by: Flavio Leitner --- net/netfilter/nf_nat_sip.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net/netfilter/nf_nat_sip.c b/net/netfilter/nf_nat_sip.c index f31c2a1b95b8..42b3d2e7ecbd 100644 --- a/net/netfilter/nf_nat_sip.c +++ b/net/netfilter/nf_nat_sip.c

[ovs-dev] [PATCH net-next 7/8] netfilter: nf_nat: register tftp NAT helper.

2019-03-26 Thread Flavio Leitner
Signed-off-by: Flavio Leitner --- net/netfilter/nf_nat_tftp.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/net/netfilter/nf_nat_tftp.c b/net/netfilter/nf_nat_tftp.c index 51673aa6e1dc..5a7af30e3e02 100644 --- a/net/netfilter/nf_nat_tftp.c +++ b/net/netfilter/nf_nat_tftp.c @@ -18,6

[ovs-dev] [PATCH net-next 5/8] netfilter: nf_nat: register irc NAT helper.

2019-03-26 Thread Flavio Leitner
Signed-off-by: Flavio Leitner --- net/netfilter/nf_nat_irc.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/net/netfilter/nf_nat_irc.c b/net/netfilter/nf_nat_irc.c index c18e3ce6589b..853e91c1cea5 100644 --- a/net/netfilter/nf_nat_irc.c +++ b/net/netfilter/nf_nat_irc.c @@ -28,6 +28,8

[ovs-dev] [PATCH net-next 4/8] netfilter: nf_nat: register ftp NAT helper.

2019-03-26 Thread Flavio Leitner
Signed-off-by: Flavio Leitner --- net/netfilter/nf_nat_ftp.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/net/netfilter/nf_nat_ftp.c b/net/netfilter/nf_nat_ftp.c index 19f5739fd5e2..70fddcddad54 100644 --- a/net/netfilter/nf_nat_ftp.c +++ b/net/netfilter/nf_nat_ftp.c @@ -28,6 +28,8

[ovs-dev] [PATCH net-next 3/8] netfilter: nf_nat: register amanda NAT helper.

2019-03-26 Thread Flavio Leitner
Signed-off-by: Flavio Leitner --- net/netfilter/nf_nat_amanda.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/net/netfilter/nf_nat_amanda.c b/net/netfilter/nf_nat_amanda.c index e87075763f73..344096418224 100644 --- a/net/netfilter/nf_nat_amanda.c +++ b/net/netfilter/nf_nat_amanda.c

[ovs-dev] [PATCH net-next 2/8] netfilter: add API to manage NAT helpers.

2019-03-26 Thread Flavio Leitner
The API allows a conntrack helper to indicate its corresponding NAT helper which then can be loaded and reference counted. Signed-off-by: Flavio Leitner --- include/net/netfilter/nf_conntrack_helper.h | 19 +++- net/netfilter/nf_conntrack_amanda.c | 2 +

Re: [ovs-dev] [PATCH] bridge: Propagate patch port pairing errors to db.

2019-03-26 Thread Ben Pfaff
On Mon, Mar 25, 2019 at 12:48:34PM +0100, Eelco Chaudron wrote: > > > On 22 Mar 2019, at 13:58, Ilya Maximets wrote: > > > Virtual ports like 'patch' ports that almost fully implemented on > > 'ofproto' layer could have internal to 'ofproto' statuses that > > could not be retrieved from

[ovs-dev] [PATCH net-next 0/8] openvswitch: load and reference the NAT helper.

2019-03-26 Thread Flavio Leitner
The request_module() is quite expensive and triggers the usermode helper in userspace. Instead, load only if the module is not present and keep module references to avoid problems. The first patch standardize the module alias which is already there, but not in a formal way. The second patch adds

[ovs-dev] [PATCH net-next 1/8] netfilter: use macros to create module aliases.

2019-03-26 Thread Flavio Leitner
Each NAT helper creates a module alias which follows a pattern. Use macros for consistency. Signed-off-by: Flavio Leitner --- include/net/netfilter/nf_conntrack_helper.h | 4 net/ipv4/netfilter/nf_nat_h323.c| 2 +- net/ipv4/netfilter/nf_nat_pptp.c| 2 +-

Re: [ovs-dev] [PATCH] ovsdb-idl.c: Remove meaningless MAX().

2019-03-26 Thread Ben Pfaff
On Wed, Mar 20, 2019 at 10:48:22PM -0700, Han Zhou wrote: > From: Han Zhou > > In the else condition, it is already ensured that index >= idl->min_index. > So the MAX() is confusing and misleading here. > > Signed-off-by: Han Zhou Thanks, applied to master.

Re: [ovs-dev] [PATCH v2] hmap: Improve debug log message when reporting unusually large buckets.

2019-03-26 Thread Ben Pfaff
On Tue, Mar 26, 2019 at 10:55:34AM -0700, Han Zhou wrote: > On Tue, Mar 26, 2019 at 9:58 AM Ben Pfaff wrote: > > > > I was seeing a lot of these messages, including a lot of them suppressed > > by rate-limiting, and I wondered whether any really big messages were > > being suppressed. By

Re: [ovs-dev] [PATCH] faq: Add Q for applying patches from email.

2019-03-26 Thread Ben Pfaff
On Tue, Mar 26, 2019 at 02:51:10PM -0400, Aaron Conole wrote: > Ben Pfaff writes: > > > Signed-off-by: Ben Pfaff > > --- > > Documentation/faq/contributing.rst | 49 ++ > > 1 file changed, 49 insertions(+) > > > > LGTM! > > Acked-by: Aaron Conole Thanks, applied

[ovs-dev] OVN/OVS Split POC: version 2

2019-03-26 Thread Mark Michelson
I've once again rolled another OVN/OVS split version. It can be found at https://github.com/putnopvut/ovn_mk2.git The main changes between this and the old split POC are as follows: * This is based on a much newer build of OVS master. Therefore, build errors people had with dhparams.c

Re: [ovs-dev] [PATCHv2] lib: added check to prevent int overflow

2019-03-26 Thread Yifeng Sun
Looks good to me, thanks. Reviewed-by: Yifeng Sun On Wed, Mar 20, 2019 at 1:43 PM Toms Atteka wrote: > > If enough large input is given ofpact_finish will fail. > Implemented ofpbuf_oversized function to check for oversized > buffer. Checks were added for parse functions and error messages >

Re: [ovs-dev] [PATCH net-next v2] openvswitch: add seqadj extension when NAT is used.

2019-03-26 Thread David Miller
From: Flavio Leitner Date: Mon, 25 Mar 2019 15:58:31 -0300 > When the conntrack is initialized, there is no helper attached > yet so the nat info initialization (nf_nat_setup_info) skips > adding the seqadj ext. > > A helper is attached later when the conntrack is not confirmed > but is going

Re: [ovs-dev] on stock :PIC10F202T-I/OT Microchip 2018+ 0.257

2019-03-26 Thread ir...@hardfindelectronics.com
Dear my friend, Good day to you! We are strong independent distributor of electronicICs, Diodes, Transistors, Capacitors, Resistors, LED,etc. Our strong brand isMicrochip, Xilinx, Altera,Micron,Murata,Samsung etc. By the way ,do you

Re: [ovs-dev] [PATCH v4 2/5] ovn: Add generic HA chassis group

2019-03-26 Thread Han Zhou
On Tue, Mar 26, 2019 at 11:08 AM Numan Siddique wrote: > > > > On Tue, Mar 26, 2019 at 11:21 PM Han Zhou wrote: >> >> On Tue, Mar 26, 2019 at 9:59 AM Numan Siddique wrote: >> > >> > >> > Thanks Han for the review. I will address them >> > Please see comments inline >> > >> > Thanks >> > Numan

Re: [ovs-dev] [PATCH] faq: Add Q for applying patches from email.

2019-03-26 Thread Aaron Conole
Ben Pfaff writes: > Signed-off-by: Ben Pfaff > --- > Documentation/faq/contributing.rst | 49 ++ > 1 file changed, 49 insertions(+) > LGTM! Acked-by: Aaron Conole ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH 2/2] netlink linux: fix to append the netnsid netlink attr.

2019-03-26 Thread Aaron Conole
Flavio Leitner writes: > The attribute was being prepended to the netlink buffer, but > the function nl_sock_transact_multiple__() expects to find the > netlink header as first to update the length, seq and pid fields. > > This patch fixes to append the attribute instead of prepending it. > >

Re: [ovs-dev] [PATCH 1/2] netlink linux: account for the netnsid netlink attr.

2019-03-26 Thread Aaron Conole
Flavio Leitner writes: > The buffer needs to be reallocated and data copied when > the netnsid netlink attribute is included, so avoid that > by accounting the attribute when the buffer is initially > allocated. > > Fixes: 756819ddd788 ("netdev-linux: use netlink to update netdev.") >

Re: [ovs-dev] [PATCH v2] OVN: Add support for Transport Zones

2019-03-26 Thread Mark Michelson
Thanks Lucas, looks good to me. Acked-by: Mark Michelson On 3/25/19 2:24 PM, lmart...@redhat.com wrote: From: Lucas Alvares Gomes This patch is adding support for Transport Zones. Transport zones (a.k.a TZs) is way to enable users of OVN to separate Chassis into different logical groups

Re: [ovs-dev] [PATCH v4 2/5] ovn: Add generic HA chassis group

2019-03-26 Thread Numan Siddique
On Tue, Mar 26, 2019 at 11:21 PM Han Zhou wrote: > On Tue, Mar 26, 2019 at 9:59 AM Numan Siddique > wrote: > > > > > > Thanks Han for the review. I will address them > > Please see comments inline > > > > Thanks > > Numan > > > > > > On Tue, Mar 26, 2019 at 8:07 AM Han Zhou wrote: > >> > >>

Re: [ovs-dev] [PATCH v2] hmap: Improve debug log message when reporting unusually large buckets.

2019-03-26 Thread Han Zhou
On Tue, Mar 26, 2019 at 9:58 AM Ben Pfaff wrote: > > I was seeing a lot of these messages, including a lot of them suppressed > by rate-limiting, and I wondered whether any really big messages were > being suppressed. By reporting the largest bucket, instead of just every > large bucket, it

Re: [ovs-dev] [PATCH v4 2/5] ovn: Add generic HA chassis group

2019-03-26 Thread Han Zhou
On Tue, Mar 26, 2019 at 9:59 AM Numan Siddique wrote: > > > Thanks Han for the review. I will address them > Please see comments inline > > Thanks > Numan > > > On Tue, Mar 26, 2019 at 8:07 AM Han Zhou wrote: >> >> Mostly looks good to me, just minor comments. >> >> On Thu, Mar 14, 2019 at 12:32

Re: [ovs-dev] [PATCH v2 net-next] net: openvswitch: Add a new action check_pkt_len

2019-03-26 Thread Gregory Rose
On 3/26/2019 9:31 AM, Pravin Shelar wrote: On Mon, Mar 25, 2019 at 5:44 PM wrote: From: Numan Siddique This patch adds a new action - 'check_pkt_len' which checks the packet length and executes a set of actions if the packet length is greater than the specified length or executes another

[ovs-dev] [PATCH 1/2] netlink linux: account for the netnsid netlink attr.

2019-03-26 Thread Flavio Leitner
The buffer needs to be reallocated and data copied when the netnsid netlink attribute is included, so avoid that by accounting the attribute when the buffer is initially allocated. Fixes: 756819ddd788 ("netdev-linux: use netlink to update netdev.") Signed-off-by: Flavio Leitner ---

[ovs-dev] [PATCH 2/2] netlink linux: fix to append the netnsid netlink attr.

2019-03-26 Thread Flavio Leitner
The attribute was being prepended to the netlink buffer, but the function nl_sock_transact_multiple__() expects to find the netlink header as first to update the length, seq and pid fields. This patch fixes to append the attribute instead of prepending it. Fixes: 756819ddd788 ("netdev-linux:

[ovs-dev] [PATCH 0/2] netdev-linux: fix update via netlink

2019-03-26 Thread Flavio Leitner
The first patch is actually an improvement to avoid reallocation. The second patch is a bug fix. More details in each patch. Those patches need to be applied on master, branch-2.11 and branch-2.10. The same patches apply on those branches, but let me know if you need a per branch formal

Re: [ovs-dev] [PATCH v4 2/5] ovn: Add generic HA chassis group

2019-03-26 Thread Numan Siddique
Thanks Han for the review. I will address them Please see comments inline Thanks Numan On Tue, Mar 26, 2019 at 8:07 AM Han Zhou wrote: > Mostly looks good to me, just minor comments. > > On Thu, Mar 14, 2019 at 12:32 PM wrote: > > > > +static void > > +build_lrouter_groups__(struct hmap

Re: [ovs-dev] [PATCH] hmap: Improve debug log message when reporting unusually large buckets.

2019-03-26 Thread Ben Pfaff
On Mon, Mar 25, 2019 at 05:16:20PM -0700, Han Zhou wrote: > On Mon, Mar 25, 2019 at 4:57 PM Ben Pfaff wrote: > > > > I was seeing a lot of these messages, including a lot of them suppressed > > by rate-limiting, and I wondered whether any really big messages were > > being suppressed. By

[ovs-dev] [PATCH v2] hmap: Improve debug log message when reporting unusually large buckets.

2019-03-26 Thread Ben Pfaff
I was seeing a lot of these messages, including a lot of them suppressed by rate-limiting, and I wondered whether any really big messages were being suppressed. By reporting the largest bucket, instead of just every large bucket, it becomes more likely that the truly too-large buckets get

Re: [ovs-dev] explanation and workaround

2019-03-26 Thread Ben Pfaff
On Tue, Mar 26, 2019 at 08:57:41AM -0400, Aaron Conole wrote: > Ben Pfaff writes: > > > I obtained an explanation from LF about this issue. It is not due to an > > mailing list configuration change. It results from DMARC, which is a > > setting for email sender domains that causes receivers to

[ovs-dev] [PATCH] faq: Add Q for applying patches from email.

2019-03-26 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- Documentation/faq/contributing.rst | 49 ++ 1 file changed, 49 insertions(+) diff --git a/Documentation/faq/contributing.rst b/Documentation/faq/contributing.rst index cfc9cf7b5035..d8de9a49e255 100644 ---

Re: [ovs-dev] [PATCH v2 net-next] net: openvswitch: Add a new action check_pkt_len

2019-03-26 Thread Pravin Shelar
On Mon, Mar 25, 2019 at 5:44 PM wrote: > > From: Numan Siddique > > This patch adds a new action - 'check_pkt_len' which checks the > packet length and executes a set of actions if the packet > length is greater than the specified length or executes > another set of actions if the packet length

Re: [ovs-dev] [PATCH net-next v2] openvswitch: add seqadj extension when NAT is used.

2019-03-26 Thread Pravin Shelar
On Mon, Mar 25, 2019 at 11:58 AM Flavio Leitner wrote: > > When the conntrack is initialized, there is no helper attached > yet so the nat info initialization (nf_nat_setup_info) skips > adding the seqadj ext. > > A helper is attached later when the conntrack is not confirmed > but is going to be

Re: [ovs-dev] [PATCH net-next v3] openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE mode

2019-03-26 Thread Pravin Shelar
On Mon, Mar 25, 2019 at 8:46 PM wrote: > > From: wenxu > > There is currently no support for the multicast/broadcast aspects > of VXLAN in ovs. In the datapath flow the tun_dst must specific. > But in the IP_TUNNEL_INFO_BRIDGE mode the tun_dst can not be specific. > And the packet can forward

[ovs-dev] Project management

2019-03-26 Thread Planear, ejecutar, controlar....
Cursos Top - Webinar Interactivo – Viernes 05 de Abril Introducción al project management Te presentamos una guía para planear, ejecutar, controlar, evaluar y cerrar proyectos mediante la gestión más eficaz de recursos humanos y materiales. Revisaremos la metodología y conceptos del Project

Re: [ovs-dev] [PATCH] ovs: fix the bug of bucket counter is not updated

2019-03-26 Thread Ben Pfaff
On Tue, Mar 26, 2019 at 02:17:07PM +0100, Simon Horman wrote: > From my point of view travisci passing is a base requirement > for applying patches, in particular backports to released versions. I agree in principle, but I don't know how to work that in with the number of patches I apply. It

Re: [ovs-dev] Haga su solicitud de préstamo dinero seguro y honesto

2019-03-26 Thread SOLUCION FINANZAS
Hola, Sr. y Sra. , Necesitan préstamo de dinero? Oferta de préstamo para todos Tener un préstamo de dinero urgente al 2% sin un protocolo Hecho una solicitud de préstamo de dinero seguro y rápido en 48 horas, Escríbanos por correo: prestamos.din...@solucion-finanzas.org Buenos tarde señora /

Re: [ovs-dev] [PATCH] ovs: fix the bug of bucket counter is not updated

2019-03-26 Thread Simon Horman
On Tue, Mar 26, 2019 at 04:50:03PM +0800, solomon wrote: > Ilya Maximets wrote: > >> On Thu, Mar 21, 2019 at 10:41:05AM +0800, solomon wrote: > >>> Ben Pfaff wrote: > On Wed, Mar 20, 2019 at 08:16:18PM +0800, Li Wei wrote: > > > > After inserting/removing a bucket, we don't update the

Re: [ovs-dev] explanation and workaround

2019-03-26 Thread Aaron Conole
Ben Pfaff writes: > I obtained an explanation from LF about this issue. It is not due to an > mailing list configuration change. It results from DMARC, which is a > setting for email sender domains that causes receivers to reject email > that is allegedly from the domain if it cannot be

[ovs-dev] [PATCH] netdev-rte-offloads: Fix printing masks with wrong byte order.

2019-03-26 Thread Ilya Maximets
'spec's and 'mask's should be printed in a same byte order. Fixes: daf90186e291 ("netdev-dpdk: add debug for rte flow patterns") Signed-off-by: Ilya Maximets --- lib/netdev-rte-offloads.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git

Re: [ovs-dev] [PATCH v5 3/3] dpif-netdev: split out generic lookup function

2019-03-26 Thread Eelco Chaudron
On 25 Mar 2019, at 17:30, Van Haaren, Harry wrote: -Original Message- From: Ilya Maximets [mailto:i.maxim...@samsung.com] Sent: Friday, March 22, 2019 1:19 PM To: Van Haaren, Harry ; Eelco Chaudron Cc: ovs-dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH v5 3/3] dpif-netdev: split

[ovs-dev] From:Mrs.Aileen Billanes

2019-03-26 Thread Mrs.Aileen Billanes
Good Day, I am Mrs. Aileen Billanes the wife of Mr. Eleaza Billanes from Philippine. It’s my pleasure writing you this letter. To make it short, my late husband Mr.Billanes was a leader of bayan Muna Party List Group and a secretary general of the Samahan ng mga Magsasaka sa Timog Kutabato and

Re: [ovs-dev] [PATCH] ovs: fix the bug of bucket counter is not updated

2019-03-26 Thread solomon
Ilya Maximets wrote: >> On Thu, Mar 21, 2019 at 10:41:05AM +0800, solomon wrote: >>> Ben Pfaff wrote: On Wed, Mar 20, 2019 at 08:16:18PM +0800, Li Wei wrote: > > After inserting/removing a bucket, we don't update the bucket counter. > When we call ovs-ofctl dump-group-stats

Re: [ovs-dev] [PATCH v3 0/2] ovn-controller: Add a new thread in pinctrl module to process packet-ins

2019-03-26 Thread Numan Siddique
On Tue, Mar 26, 2019 at 3:15 AM Ben Pfaff wrote: > On Sat, Mar 16, 2019 at 11:27:06AM +0530, nusid...@redhat.com wrote: > > From: Numan Siddique > > > > This series attempts to add a new thread in pinctrl module. This thread > > will handle the packet-ins. > > > > > > v2 -> v3 > > - > >

Re: [ovs-dev] [PATCH] ovs: fix the bug of bucket counter is not updated

2019-03-26 Thread Ilya Maximets
> On Thu, Mar 21, 2019 at 10:41:05AM +0800, solomon wrote: >> Ben Pfaff wrote: >> > On Wed, Mar 20, 2019 at 08:16:18PM +0800, Li Wei wrote: >> >> >> >> After inserting/removing a bucket, we don't update the bucket counter. >> >> When we call ovs-ofctl dump-group-stats br-int, a panic happened. >>