[ovs-dev] [branch2.12] ovn-northd: Add the option to pause and resume

2019-07-31 Thread nusiddiq
From: Numan Siddique This patch adds 3 unixctl socket comments - pause, resume and is-paused. Usage: ovs-appctl -t ovn-northd pause/resume/is-paused This feature will be useful if the CMS wants to - deploy OVN DB servers in active/passive mode and - run ovn-northd on all these nodes and use

Re: [ovs-dev] [PATCH] [windows][wmi] Switch from internal port to all ports defined

2019-07-31 Thread Anand Kumar via dev
Acked-by: Anand Kumar Thanks, Anand Kumar -- Forwarded message - From: Alin Gabriel Serdean mailto:aserd...@ovn.org>> Date: Mon, Mar 25, 2019 at 3:13 AM Subject: [ovs-dev] [PATCH] [windows][wmi] Switch from internal port to all ports defined To: mailto:d...@openvswitch.org>> Cc:

[ovs-dev] [PATCH] OVS: Containerize components

2019-07-31 Thread Aliasgar Ginwala
1. Start OVS components in containers so that building and shipping of OVS components is easy. 2. Load OVS kernel modules on host from container to avoid installing ovs on host. 3. Update documentation about how to build/run ovs in docker. Signed-off-by: aginwala --- Documentation/int

[ovs-dev] [PATCH v1 ovn] Containerize components

2019-07-31 Thread Aliasgar Ginwala
1. Containerize ovn central components 2. Containerize ovn host 3. Update documentation about building/running ovn in containers. Signed-off-by: aginwala --- Documentation/intro/install/general.rst | 68 utilities/automake.mk| 10 +++- utilities/dock

Re: [ovs-dev] [PATCH v10 ovn] Add a new logical switch port type - 'virtual'

2019-07-31 Thread Mark Michelson
Acked-by: Mark Michelson On 7/30/19 1:29 AM, nusid...@redhat.com wrote: From: Numan Siddique This new type is added for the following reasons: - When a load balancer is created in an OpenStack deployment with Octavia service, it creates a logical port 'VIP' for the virtual ip. -

Re: [ovs-dev] [PATCH 00/12] Support zone-based conntrack timeout policy

2019-07-31 Thread Justin Pettit
> On Jul 31, 2019, at 1:25 AM, Ilya Maximets wrote: > > On 29.07.2019 21:53, Yi-Hung Wei wrote: >> >> As for the database schema, we intend to make CT_Zone table references >> to CT_Timeout_Policy table because some other zone-based feature can >> be configured through ovsdb later on. For exam

[ovs-dev] Wünsche dir das Beste

2019-07-31 Thread Patricia Mikando
Ich hoffe diese E-Mail findet dich. Ich möchte wissen, ob Sie die letzte Nachricht erhalten haben, die ich Ihnen gesendet habe? Ich möchte wirklich von dir hören. Wünsche dir das Beste. Patricia Mikando. Ich freue mich auf ihre Antwort. I hope this email finds you. I want to know if you recei

[ovs-dev] [PATCH ovn] Build OVN using external OVS directory

2019-07-31 Thread nusiddiq
From: Numan Siddique With this patch we have to configure OVN to refer to external OVS source/build directory instead of the ovs subtree. The new configuration options added are: * --with-ovs-source=/path/to/ovs/source/dir * --with-ovs-build=/path/to/ovs/build/dir Before configuring OVN, user

Re: [ovs-dev] [PATCH v5 ovn] ovn-northd: Add the option to pause and resume

2019-07-31 Thread Numan Siddique
On Wed, Jul 31, 2019 at 8:35 PM Dumitru Ceara wrote: > On Wed, Jul 31, 2019 at 4:56 PM wrote: > > > > From: Numan Siddique > > > > This patch adds 3 unixctl socket comments - pause, resume and is-paused. > > > > Usage: ovs-appctl -t ovn-northd pause/resume/is-paused > > > > This feature will be

Re: [ovs-dev] [PATCH 1/1] ovn-northd: fix memory leak in add_distributed_nat_routes() function

2019-07-31 Thread Mark Michelson
I've pushed this to OVN master. Damijan, could you post a backport patch for OVS 2.12, please? Thanks! On 7/31/19 9:17 AM, Mark Michelson wrote: Thanks for the fix! Acked-by: Mark Michelson This will need a backport to the OVS 2.12 branch as well. On 7/31/19 6:43 AM, Damijan Skvarc wrote: W

Re: [ovs-dev] [PATCH v5 ovn] ovn-northd: Add the option to pause and resume

2019-07-31 Thread Dumitru Ceara
On Wed, Jul 31, 2019 at 4:56 PM wrote: > > From: Numan Siddique > > This patch adds 3 unixctl socket comments - pause, resume and is-paused. > > Usage: ovs-appctl -t ovn-northd pause/resume/is-paused > > This feature will be useful if the CMS wants to > - deploy OVN DB servers in active/passive

Re: [ovs-dev] [PATCH 00/12] Support zone-based conntrack timeout policy

2019-07-31 Thread Darrell Ball
On Wed, Jul 31, 2019 at 1:25 AM Ilya Maximets wrote: > On 29.07.2019 21:53, Yi-Hung Wei wrote: > > Hi Ilya, > > > > Thanks for your comment. > > > > On Mon, Jul 29, 2019 at 2:22 AM Ilya Maximets > wrote: > >> > >> Hi everyone, > >> > >> My 2 cents for the feature design: > >> > >> From the user'

[ovs-dev] [PATCH v5 ovn] ovn-northd: Add the option to pause and resume

2019-07-31 Thread nusiddiq
From: Numan Siddique This patch adds 3 unixctl socket comments - pause, resume and is-paused. Usage: ovs-appctl -t ovn-northd pause/resume/is-paused This feature will be useful if the CMS wants to - deploy OVN DB servers in active/passive mode and - run ovn-northd on all these nodes and use

Re: [ovs-dev] [PATCH v4 ovn] ovn-northd: Add the option to pause and resume

2019-07-31 Thread Numan Siddique
On Wed, Jul 31, 2019 at 8:07 PM Dumitru Ceara wrote: > On Mon, Jul 29, 2019 at 7:43 PM wrote: > > > > From: Numan Siddique > > > > This patch adds 3 unixctl socket comments - pause, resume and is-paused. > > > > Usage: ovs-appctl -t ovn-northd pause/resume/is-paused > > > > This feature will be

Re: [ovs-dev] [PATCH] vswitchd: Make packet-in controller queue size configurable

2019-07-31 Thread Dumitru Ceara
On Wed, Jul 31, 2019 at 10:10 AM Dumitru Ceara wrote: > > On Tue, Jul 30, 2019 at 8:49 PM Mark Michelson wrote: > > > > Hi Dumitru, > > > > The C code looks good to me, but I had some findings in the schema > > update and documentation below. > > Hi Mark, > > Thanks for the review. > > > > > Is t

Re: [ovs-dev] [PATCH v4 ovn] ovn-northd: Add the option to pause and resume

2019-07-31 Thread Dumitru Ceara
On Mon, Jul 29, 2019 at 7:43 PM wrote: > > From: Numan Siddique > > This patch adds 3 unixctl socket comments - pause, resume and is-paused. > > Usage: ovs-appctl -t ovn-northd pause/resume/is-paused > > This feature will be useful if the CMS wants to > - deploy OVN DB servers in active/passive

[ovs-dev] [PATCH v2] vswitchd: Make packet-in controller queue size configurable

2019-07-31 Thread Dumitru Ceara
The ofconn packet-in queue for packets that can't be immediately sent on the rconn connection was limited to 100 packets (hardcoded value). While increasing this limit is usually not recommended as it might create buffer bloat and increase latency, in scaled scenarios it is useful if the administra

Re: [ovs-dev] [PATCH] dpif-netlink: Allow offloading of flows with dl_type 0x1234.

2019-07-31 Thread Ilya Maximets
On 31.07.2019 8:57, Roi Dayan wrote: > On 2019-07-30 6:12 PM, Ilya Maximets wrote: >> 'dpif_probe_feature()' always has DPIF_FP_PROBE flag set. Other probing >> code uses dpif_execute() with DPIF_OP_EXECUTE, hence never calls >> parse_flow_put(). >> Thus, this 'if' statement is wrong and should be

Re: [ovs-dev] [PATCH 1/1] ovn-northd: fix memory leak in add_distributed_nat_routes() function

2019-07-31 Thread Mark Michelson
Thanks for the fix! Acked-by: Mark Michelson This will need a backport to the OVS 2.12 branch as well. On 7/31/19 6:43 AM, Damijan Skvarc wrote: Within this function actions & match dynamic strings are used as helper variables for adding entries into logical flow table. Variables are used seve

[ovs-dev] [PATCH 1/1] ovn-northd: fix memory leak in add_distributed_nat_routes() function

2019-07-31 Thread Damijan Skvarc
Within this function actions & match dynamic strings are used as helper variables for adding entries into logical flow table. Variables are used several times in order to optimize number of memory allocations, however at the end memory was forgotten to be deallocated. Signed-off-by: Damijan Skvarc

[ovs-dev] 答复: 答复: How can we improve veth and tap performance in OVS DPDK?

2019-07-31 Thread 杨燚
Got it, thanks Ilya. -邮件原件- 发件人: Ilya Maximets [mailto:i.maxim...@samsung.com] 发送时间: 2019年7月31日 15:50 收件人: Yi Yang (杨燚)-云服务集团 ; ovs-dev@openvswitch.org 主题: Re: 答复: [ovs-dev] How can we improve veth and tap performance in OVS DPDK? On 31.07.2019 3:44, Yi Yang (杨燚)-云服务集团 wrote: > Thanks Il

Re: [ovs-dev] [PATCH 00/12] Support zone-based conntrack timeout policy

2019-07-31 Thread Ilya Maximets
On 29.07.2019 21:53, Yi-Hung Wei wrote: > Hi Ilya, > > Thanks for your comment. > > On Mon, Jul 29, 2019 at 2:22 AM Ilya Maximets wrote: >> >> Hi everyone, >> >> My 2 cents for the feature design: >> >> From the user's perspective: >> >> * 'add-dp'/'del-dp' commands looks very strange. >> "I d

Re: [ovs-dev] [PATCH] vswitchd: Make packet-in controller queue size configurable

2019-07-31 Thread Dumitru Ceara
On Tue, Jul 30, 2019 at 8:49 PM Mark Michelson wrote: > > Hi Dumitru, > > The C code looks good to me, but I had some findings in the schema > update and documentation below. Hi Mark, Thanks for the review. > > Is this something that could have a test added? To be honest I'm not so sure how we

Re: [ovs-dev] [PATCH] dpif-netlink: Remove wrong restriction for offloading 0x1234 eth type

2019-07-31 Thread Ilya Maximets
On 30.07.2019 19:04, Roi Dayan wrote: > > > On 2019-07-30 6:43 PM, Roi Dayan wrote: >> From: Eli Britstein >> >> 'dpif_probe_feature' always has DPIF_FP_PROBE flag set. Other probing >> code uses dpif_execute() which uses DPIF_OP_EXECUTE, hence never calls >> parse_flow_put(). So, this 'if' stat

Re: [ovs-dev] 答复: How can we improve veth and tap performance in OVS DPDK?

2019-07-31 Thread Ilya Maximets
On 31.07.2019 3:44, Yi Yang (杨燚)-云服务集团 wrote: > Thanks Ilya, it works after disable tx offload, the performance is indeed > very poor,> about one tenth of ovs kernel. This is a very very strong warning > for us, I strongly> suggest ovs document should tell ovs DPDK users the truth > in bold word

[ovs-dev] Вторая мировая война. День за днём — документальный цикл, наиболее полная киноистория. 13_05_2019 02_03 198707

2019-07-31 Thread Роман Колунов via dev
ВТОРАЯ МИРОВАЯ ВОЙНА. ДЕНЬ ЗА ДНЁМ. В честь Великой Победы над фашизмом, предлагаем Вам, пожалуй, самую полную, прекрасно воссозданную киноисторию второй мировой войны, документальный цикл "Вторая мировая война. Днем за днем”. Вторая мировая война 1939-1945 гг., как известно, стала самым кровоп