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
> > -
> >* Fixed the clang errors.
> >
> > v1 -> v2
> > --
> >   * Added a new patch p1 to the series suggessted by Mark.
> >   * Addressed the review comments from Han and Mark.
>
> Thanks.  I applied these patches to master.
>

Thanks for the review and applying the patches.

Numan
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


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

2019-03-25 Thread Ben Pfaff
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
> -
>* Fixed the clang errors.
> 
> v1 -> v2
> --
>   * Added a new patch p1 to the series suggessted by Mark.
>   * Addressed the review comments from Han and Mark.

Thanks.  I applied these patches to master.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


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

2019-03-20 Thread Numan Siddique
On Sat, Mar 16, 2019, 11:27 AM  wrote:

> From: Numan Siddique 
>
> This series attempts to add a new thread in pinctrl module. This thread
> will handle the packet-ins.
>
>
> v2 -> v3
> -
>* Fixed the clang errors.
>
> v1 -> v2
> --
>   * Added a new patch p1 to the series suggessted by Mark.
>   * Addressed the review comments from Han and Mark.
>
> Numan Siddique (2):
>   ovn pinctrl: Pass 'struct rconn *swconn' to all the functions which
> use it
>   ovn-controller: Add a new thread in pinctrl module to handle
> packet-ins.
>
>  ovn/controller/pinctrl.c | 752 ++-
>  1 file changed, 585 insertions(+), 167 deletions(-)
>

Gentle ping.
Not that this patch series didn't get any attention. Only because we have
to address ovn-controller cpu usage issue in one of our deployments.

That
Numan


> --
> 2.20.1
>
>
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


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

2019-03-15 Thread nusiddiq
From: Numan Siddique 

This series attempts to add a new thread in pinctrl module. This thread
will handle the packet-ins.


v2 -> v3
-
   * Fixed the clang errors.

v1 -> v2
--
  * Added a new patch p1 to the series suggessted by Mark.
  * Addressed the review comments from Han and Mark.

Numan Siddique (2):
  ovn pinctrl: Pass 'struct rconn *swconn' to all the functions which
use it
  ovn-controller: Add a new thread in pinctrl module to handle
packet-ins.

 ovn/controller/pinctrl.c | 752 ++-
 1 file changed, 585 insertions(+), 167 deletions(-)

-- 
2.20.1

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev