Re: [ovs-dev] [PATCH] Adding support for PMD auto load balancing

2019-01-06 Thread Nitin Katiyar
From: Gowrishankar Muthukrishnan [mailto:gmuth...@redhat.com] Sent: Saturday, January 05, 2019 3:24 PM To: Nitin Katiyar Cc: ovs-dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] Adding support for PMD auto load balancing Hi, Thanks for reviewing it. Some of these are addressed in v2 and rest

Re: [ovs-dev] [PATCH v2] Adding support for PMD auto load balancing

2019-01-06 Thread Nitin Katiyar
> -Original Message- > From: Kevin Traynor [mailto:ktray...@redhat.com] > Sent: Friday, January 04, 2019 10:26 PM > To: Nitin Katiyar ; ovs-dev@openvswitch.org > Cc: Rohith Basavaraja ; Venkatesan Pradeep > > Subject: Re: [PATCH v2] Adding support for PMD auto load balancing > > On 01/0

Re: [ovs-dev] [PATCH v4] ovs:group: support to insert bucket with weight value for select type

2019-01-06 Thread solomon
Ben Pfaff wrote: > On Mon, Dec 17, 2018 at 12:24:04PM +0800, solomon wrote: >> After creating a group with hash select type,then we need to insert a new >> bucket with weight, >> But,it fails. Commands are as following: >> >> # ovs-ofctl -O OpenFlow15 add-group br0 "group_id=10, type=select,

[ovs-dev] [PATCH v5] ovs:group: support to insert bucket with weight value for select type

2019-01-06 Thread solomon
After creating a group with hash select type,then we need to insert a new bucket with weight, But,it fails. Commands are as following: # ovs-ofctl -O OpenFlow15 add-group br0 "group_id=10, type=select, selection_method=hash,fields=tcp_src, bucket=bucket_id=10,weight:99,actions=output:1, buck

Re: [ovs-dev] [PATCH v2 1/1] utilities: Update gdb script so it works with all python versions

2019-01-06 Thread solomon
Eelco Chaudron wrote: > Newer versions of Python require a different iterator function. This > change will make the iterator classes work with all Python versions. > > In addition, it adds a fix for python3 as it does not support the > long() type. The fix guaranties the script still works on Pyth