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>>

[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 ---

[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 +++-

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

[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

[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,

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

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:

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

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

[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

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

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

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

[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

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

[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

[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

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

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

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'

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

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

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

2019-07-31 Thread Roi Dayan
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 removed as it only > forbids offloading

Re: [ovs-dev] [PATCH v1 0/4] OVN: Vlan backed DVR, enable N-S packet flow

2019-07-31 Thread Ankur Sharma
Hi, Sent out the same series (with same version) on OVN repo. Thanks Regards, Ankur -Original Message- From: Ankur Sharma Sent: Tuesday, July 30, 2019 7:23 PM To: ovs-dev@openvswitch.org Subject: RE: [PATCH v1 0/4] OVN: Vlan backed DVR, enable N-S packet flow Hi, I will be sending

Re: [ovs-dev] OVS/OVN split complete in ovn-org/ovn repository

2019-07-31 Thread Ankur Sharma
Thanks a lot for reply Numan. Regards, Ankur From: Numan Siddique Sent: Tuesday, July 30, 2019 10:49 PM To: Ankur Sharma Cc: ovs-dev@openvswitch.org; ovs-discuss Subject: Re: [ovs-dev] OVS/OVN split complete in ovn-org/ovn repository On Wed, Jul 31, 2019 at 7:13 AM Ankur Sharma

[ovs-dev] [PATCH v1 4/4] OVN: Vlan backed DVR N-S, redirect packet via localnet port

2019-07-31 Thread Ankur Sharma
Background: With c0974331b7a19a87ab8f1f2cec8fbe366af92fa2, we have added support for E-W workflow for vlan backed DVRs. This series enables N-S workflow for vlan backed DVRs. Key difference between E-W and N-S traffic flow is that N-S flow requires a gateway chassis. A gateway chassis will be

[ovs-dev] [PATCH v1 3/4] OVN: Vlan backed DVR N-S, avoid get_arp on non redirect chassis.

2019-07-31 Thread Ankur Sharma
Background: With c0974331b7a19a87ab8f1f2cec8fbe366af92fa2, we have added support for E-W workflow for vlan backed DVRs. This series enables N-S workflow for vlan backed DVRs. Key difference between E-W and N-S traffic flow is that N-S flow requires a gateway chassis. A gateway chassis will be

[ovs-dev] [PATCH v1 2/4] OVN: Vlan backed DVR N-S, redirect-type option

2019-07-31 Thread Ankur Sharma
Background: With c0974331b7a19a87ab8f1f2cec8fbe366af92fa2, we have added support for E-W workflow for vlan backed DVRs. This series enables N-S workflow for vlan backed DVRs. Key difference between E-W and N-S traffic flow is that N-S flow requires a gateway chassis. A gateway chassis will be

[ovs-dev] [PATCH v1 1/4] OVN: Do not replace router port mac on gateway chassis.

2019-07-31 Thread Ankur Sharma
With 795d7f24ce0e2ed5454e193a059451d237289542 we have added support for E-W routing on vlan backed networks by replacing router port macs with chassis macs. This replacement of router port mac need NOT be done on gateway chassis for following reasons: a. For N-S traffic, gateway chassis will

[ovs-dev] [PATCH v1 0/4] OVN: Vlan backed DVR, enable N-S packet flow

2019-07-31 Thread Ankur Sharma
Problem Description: Redirection to chassisredirect ports happens only via tunnel encapsulation. As a result, same cannot be leveraged upon for vlan backed environments. This series addresses the issue by allowing redirection to happen without encapsulation. Design: === a. High level design

Re: [ovs-dev] OVS/OVN split complete in ovn-org/ovn repository

2019-07-31 Thread Numan Siddique
On Wed, Jul 31, 2019 at 7:13 AM Ankur Sharma wrote: > Hi Numan, > > I have some basic queries: > a. Will OVN has its own versioning and release now? > My assumption is that we will continue with 2.13 and above and the same 6 month release cycle. We can discuss about this further. b. Will OVS