Re: [ovs-dev] [PATCH] Port patches to windows datapath: "conntrack: Fix conntrack new state"

2020-06-22 Thread Rui Cao
Hi, Anyone could help review or submit the patch? Thanks, Rui From: Rui Cao Sent: Thursday, June 18, 2020 9:49 PM To: d...@openvswitch.org ; aserd...@cloudbasesolutions.com Cc: Anand Kumar ; Yi-Hung Wei Subject: [PATCH] Port patches to windows datapath:

[ovs-dev] OvS VTEP simulator

2020-06-22 Thread Ravi Kerur
Hello OvS team, I am looking into vtep functionality and trying to map it to OvS DPDK as most of our usage is with OvS-DPDK. http://docs.openvswitch.org/en/latest/howto/vtep/ Some clarifications... In section simulating NVC $vtep-ctl bind-ls br0 p0 0 ls0 <--- What is '0' is it port-id of

[ovs-dev] Programas de Evaluación de desempeño y 360°

2020-06-22 Thread Formatos y herramientas sugeridas
Jueves 09 de Julio | Horario de 10:00 a 17:00 hrs. | (hora del centro de México) - Programas de Evaluación de desempeño y 360° - En este taller te explicamos el paso a paso para desarrollar estos programas y, adicionalmente, te brindamos una serie de formatos y plantillas para que te sea

Re: [ovs-dev] [PATCH v7] AB bonding: Add "primary" interface concept

2020-06-22 Thread Jeff Squyres (jsquyres) via dev
On Jun 18, 2020, at 9:44 AM, Ilya Maximets wrote: > > On 5/22/20 11:12 PM, Jeff Squyres via dev wrote: >> In AB bonding, if the current active slave becomes disabled, a >> replacement slave is arbitrarily picked from the remaining set of >> enabled slaves. This commit adds the concept of a

Re: [ovs-dev] [PATCH net] openvswitch: take into account de-fragmentation in execute_check_pkt_len

2020-06-22 Thread Lorenzo Bianconi
> On Mon, Jun 22, 2020 at 5:02 AM Lorenzo Bianconi wrote: > > > > > On Fri, Jun 19, 2020 at 4:48 AM Lorenzo Bianconi > > > wrote: > > > > > > > > ovs connection tracking module performs de-fragmentation on incoming > > > > fragmented traffic. Take info account if traffic has been de-fragmented

Re: [ovs-dev] [PATCH] rhel: Fix syntax error when matching version.

2020-06-22 Thread William Tu
On Mon, Jun 22, 2020 at 9:09 AM Gregory Rose wrote: > > > > On 6/22/2020 8:58 AM, William Tu wrote: > > Remove the extra 'fi' in the script. > > > > VMware-BZ: #2582834 > > Fixed: fecb28051b35 ("rhel: Support RHEL 7.8 kernel module rpm build.") > > Reported-by: Abhijeet Malawade > >

[ovs-dev] [PATCH ovn] Fix selection fields for UDP and SCTP load balancers.

2020-06-22 Thread numans
From: Numan Siddique The commit 5af304e7478a ("Support selection fields in load balancer.") didn't handle the selection fields for UDP and SCTP protocol. If CMS has set the selection fields - tp_src and tp_dst for UDP or SCTP load balancers, ovn-northd was adding lflows as ct_lb(backends=,

Re: [ovs-dev] [PATCH] rhel: Fix syntax error when matching version.

2020-06-22 Thread Gregory Rose
On 6/22/2020 8:58 AM, William Tu wrote: Remove the extra 'fi' in the script. VMware-BZ: #2582834 Fixed: fecb28051b35 ("rhel: Support RHEL 7.8 kernel module rpm build.") Reported-by: Abhijeet Malawade Signed-off-by: William Tu --- rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh | 1

Re: [ovs-dev] [PATCH net] openvswitch: take into account de-fragmentation in execute_check_pkt_len

2020-06-22 Thread Pravin Shelar
On Mon, Jun 22, 2020 at 5:02 AM Lorenzo Bianconi wrote: > > > On Fri, Jun 19, 2020 at 4:48 AM Lorenzo Bianconi wrote: > > > > > > ovs connection tracking module performs de-fragmentation on incoming > > > fragmented traffic. Take info account if traffic has been de-fragmented > > > in

[ovs-dev] [PATCH] rhel: Fix syntax error when matching version.

2020-06-22 Thread William Tu
Remove the extra 'fi' in the script. VMware-BZ: #2582834 Fixed: fecb28051b35 ("rhel: Support RHEL 7.8 kernel module rpm build.") Reported-by: Abhijeet Malawade Signed-off-by: William Tu --- rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh | 1 - 1 file changed, 1 deletion(-) diff --git

[ovs-dev] URGENT REPLY.

2020-06-22 Thread Karim Zakari
Good-Day Friend,  Hope you are doing great Today. I have a proposed business deal worthy  (US$16.5 Million Dollars) that will benefit both parties. This is legitimate'  legal and your personality will not be compromised. Waiting for your response for more details, As you are willing to execute 

Re: [ovs-dev] [PATCH ovn v5] Support packet metadata marking for logical router policies.

2020-06-22 Thread Dumitru Ceara
On 6/22/20 1:11 PM, num...@ovn.org wrote: > From: Numan Siddique > > This patch adds a new column 'options' of type smap in the > Logical_Router_Policy table in the NB DB and supports the key 'pkt_mark'. > CMS can set a desired value for this key in the 'options' column. When this > router

Re: [ovs-dev] [PATCH v5 2/2 ovn] Add support for DHCP domain search option (119)

2020-06-22 Thread Dhathri Purohith
Sure, will keep that in mind for future patches  Thanks, Dhathri From: Numan Siddique Date: Monday, June 22, 2020 at 8:29 AM To: Dhathri Purohith Cc: "svc.mail.git" , ovs-dev , "svc.eng.git-patch" Subject: Re: [ovs-dev] [PATCH v5 2/2 ovn] Add support for DHCP domain search option (119)

[ovs-dev] [PATCH ovn v2] pinctrl: Support DHCPRELEASE and DHCPINFORM in native OVN dhcp responder.

2020-06-22 Thread numans
From: Numan Siddique Right now we ignore these dhcp packets. This patch adds the support as per RFC 2131. Signed-off-by: Numan Siddique --- v1 -> v2 --- * Rebased to latest master to resolve conflicts. NEWS | 2 + controller/pinctrl.c | 125

Re: [ovs-dev] [PATCH v5 2/2 ovn] Add support for DHCP domain search option (119)

2020-06-22 Thread Numan Siddique
On Mon, Jun 22, 2020 at 8:54 PM Dhathri Purohith < dhathri.puroh...@nutanix.com> wrote: > Hi Numan, > > Thank you for your comments. > I have addressed all of them in v7. > Please see responses inline. > Thanks. I'll take a look. It will be great if you could capture what changed from the

Re: [ovs-dev] [PATCH v5 2/2 ovn] Add support for DHCP domain search option (119)

2020-06-22 Thread Dhathri Purohith
Hi Numan, Thank you for your comments. I have addressed all of them in v7. Please see responses inline. Thanks, Dhathri From: Numan Siddique Date: Wednesday, June 17, 2020 at 2:56 AM To: "svc.mail.git" Cc: ovs-dev , Dhathri Purohith , "svc.eng.git-patch" Subject: Re: [ovs-dev] [PATCH v5

[ovs-dev] So much for the wall!

2020-06-22 Thread Lily Campbell
Maybe you heard the news report. . . the Democrats are taking aim at Concealed Carry Permits like this site promotes. Currently the #1 CCW Permit available today is in the crossfire of New Lawmakers that want to abolish our rights to carry! Luckily, it's still very easy to Download Your

Re: [ovs-dev] [PATCH v2] netdev-offload-dpdk: Support offload of VLAN PUSH/POP actions

2020-06-22 Thread Sriharsha Basavapatna via dev
On Mon, Jun 22, 2020 at 5:28 PM Ilya Maximets wrote: > > On 5/29/20 8:33 AM, Sriharsha Basavapatna via dev wrote: > > Parse VLAN PUSH/POP OVS datapath actions and add respective RTE actions. > > > > Signed-off-by: Sriharsha Basavapatna > > > > --- > > v1->v2: > > * Updated dump_flow_action() to

Re: [ovs-dev] [PATCH v13 1/1] Avoid dp_hash recirculation for balance-tcp bond selection mode

2020-06-22 Thread Manu
Thanx everyone. -Manu On Mon, Jun 22, 2020 at 5:23 PM Ilya Maximets wrote: > On 6/18/20 2:58 PM, Vishal Deep Ajmera wrote: > >> > >> Hi. Thanks for the new version it works fine. In order to speed things > >> up I prepared an incremental patch with one bug fix and some changes > >> that I

[ovs-dev] Herzlichen Glückwunsch

2020-06-22 Thread Euro Millions
Herzlichen Glückwunsch, Sie haben €650.000,00 bei den monatlichen Gewinnspielen von Euro Millions / Google Promo am 18. Juni 2020 gewonnen. Bitte geben Sie die folgenden Informationen ein, damit Ihr Gewinnbetrag an Sie überwiesen werden kann. Vollständiger Name Heimatadresse Geschlecht Alter

Re: [ovs-dev] [PATCH net] openvswitch: take into account de-fragmentation in execute_check_pkt_len

2020-06-22 Thread Lorenzo Bianconi
> On Fri, Jun 19, 2020 at 4:48 AM Lorenzo Bianconi wrote: > > > > ovs connection tracking module performs de-fragmentation on incoming > > fragmented traffic. Take info account if traffic has been de-fragmented > > in execute_check_pkt_len action otherwise we will perform the wrong > > nested

Re: [ovs-dev] [PATCH v2] netdev-offload-dpdk: Support offload of VLAN PUSH/POP actions

2020-06-22 Thread Ilya Maximets
On 5/29/20 8:33 AM, Sriharsha Basavapatna via dev wrote: > Parse VLAN PUSH/POP OVS datapath actions and add respective RTE actions. > > Signed-off-by: Sriharsha Basavapatna > > --- > v1->v2: > * Updated dump_flow_action() to print VLAN Push/Pop actions > * Updated NEWS,

Re: [ovs-dev] [PATCH] tests: add unit test for lb-output-action

2020-06-22 Thread Ilya Maximets
On 5/25/20 8:05 PM, Matteo Croce wrote: > Extend the balance-tcp one so it tests lb-output-action too. > The test checks that that the option is shown in bond/show, > and that the lb_output action is programmed in the datapath. Thanks for the patch! I updated it to reflect latest changes in the

Re: [ovs-dev] [PATCH v13 1/1] Avoid dp_hash recirculation for balance-tcp bond selection mode

2020-06-22 Thread Ilya Maximets
On 6/18/20 2:58 PM, Vishal Deep Ajmera wrote: >> >> Hi. Thanks for the new version it works fine. In order to speed things >> up I prepared an incremental patch with one bug fix and some changes >> that I think are necessary to keep the code clean. Don't be afraid of >> the patch size, there

[ovs-dev] [PATCH ovn v5] Support packet metadata marking for logical router policies.

2020-06-22 Thread numans
From: Numan Siddique This patch adds a new column 'options' of type smap in the Logical_Router_Policy table in the NB DB and supports the key 'pkt_mark'. CMS can set a desired value for this key in the 'options' column. When this router policy is applied, the packet metadata is marked with the

[ovs-dev] [PATCH ovn v4] Support packet metadata marking for logical router policies.

2020-06-22 Thread numans
From: Numan Siddique This patch adds a new column 'options' of type smap in the Logical_Router_Policy table in the NB DB and supports the key 'pkt_mark'. CMS can set a desired value for this key in the 'options' column. When this router policy is applied, the packet metadata is marked with the

Re: [ovs-dev] [PATCH ovn v3] Support packet metadata marking for logical router policies.

2020-06-22 Thread Numan Siddique
On Mon, Jun 22, 2020 at 3:18 PM Dumitru Ceara wrote: > On 6/19/20 8:30 AM, num...@ovn.org wrote: > > From: Numan Siddique > > > > This patch adds a new column 'options' of type smap in the > > Logical_Router_Policy table in the NB DB and supports the key 'pkt_mark'. > > CMS can set a desired

Re: [ovs-dev] [PATCH ovn v3] Support packet metadata marking for logical router policies.

2020-06-22 Thread Dumitru Ceara
On 6/19/20 8:30 AM, num...@ovn.org wrote: > From: Numan Siddique > > This patch adds a new column 'options' of type smap in the > Logical_Router_Policy table in the NB DB and supports the key 'pkt_mark'. > CMS can set a desired value for this key in the 'options' column. When this > router

Re: [ovs-dev] [PATCH] ovsdb-idl.at: Wait all servers to join the cluster.

2020-06-22 Thread Dumitru Ceara
On 6/11/20 1:45 AM, Flavio Leitner wrote: > The test 'Check Python IDL reconnects to leader - Python3 > (leader only)' fails sometimes when the first ovsdb-server > gets killed before the others had joined the cluster. > > Fix the function ovsdb_cluster_start_idltest to wait them > to join the

[ovs-dev] kredit

2020-06-22 Thread CAPITAL GROUP SOCIETY
internationales Darlehen für alle, Benötigen Sie einen Kredit, um ein Haus oder ein Auto zu kaufen? Benötigen Sie ein Darlehen, um Ihr Projekt abzuschließen oder ein neues Projekt zu starten? Unser Zinssatz beträgt 2%, Sie können bis zu 500.000,00 Euro erhalten. mailen Sie uns zurück, wenn Sie

Re: [ovs-dev] [PATCH V3 01/12] netdev-offload-dpdk: Remove pre-validate of patterns function

2020-06-22 Thread Eli Britstein
On 6/22/2020 10:04 AM, Ilya Maximets wrote: On 6/21/20 1:19 PM, Eli Britstein wrote: The function of adding patterns by requested matches checks that it consumed all the required matches, and err if not. This nullify the purpose of the validation function. Future supported matches will only

Re: [ovs-dev] [PATCH v2 ovn] northd: set packet length in check_pkt_larger()

2020-06-22 Thread Numan Siddique
On Thu, Jun 18, 2020 at 10:21 PM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: > Set packet length in lr_in_chk_pkt_len router pipeline instead of > gw interface MTU since ovs kernel datapath usually works on L2 frames > > Fixes: 7d42c146be ("ovn: Generate ICMPv4 packet in router

Re: [ovs-dev] [PATCH V3 01/12] netdev-offload-dpdk: Remove pre-validate of patterns function

2020-06-22 Thread Ilya Maximets
On 6/21/20 1:19 PM, Eli Britstein wrote: > The function of adding patterns by requested matches checks that it > consumed all the required matches, and err if not. This nullify the > purpose of the validation function. Future supported matches will only > change the pattern parsing code. I think

[ovs-dev] Дезинфекция от коронавируса (согласно инструкции Роспотребнадзора от 23.01.2020 г.)

2020-06-22 Thread Евгений
Проводим профилактические и заключительные обработки от коронавируса http://nfospr.club/corona Работаем с физическими и юридическими лицами. Предоставляем полный пакет документов. Так же оказываем услуги по: - уничтожению клопов и тараканов - уничтожению клещей, комаров, ос на участке -

Re: [ovs-dev] [PATCH ovn 1/3] TODO.rst: Remove "Finish up ARP/ND support".

2020-06-22 Thread Han Zhou
On Sun, Jun 21, 2020 at 11:40 PM Numan Siddique wrote: > > > > On Mon, Jun 22, 2020 at 11:09 AM Han Zhou wrote: >> >> This is redundant with the section "Dynamic IP to MAC binding enhancements". >> >> Signed-off-by: Han Zhou > > > Acked-by: Numan Siddique for all the 3 patches of this series.

Re: [ovs-dev] [PATCH ovn] ovn-nb.xml: Fix the description about LB usage on logical routers.

2020-06-22 Thread Han Zhou
On Sun, Jun 21, 2020 at 11:32 PM Numan Siddique wrote: > > > > On Mon, Jun 22, 2020 at 11:46 AM Han Zhou wrote: >> >> LB is supported not only on Gateway routers but also on distributed >> routers as long as they have distributed gateway ports. It is tested >> by case "ovn -- Load balancer

Re: [ovs-dev] [PATCH ovn 1/3] TODO.rst: Remove "Finish up ARP/ND support".

2020-06-22 Thread Numan Siddique
On Mon, Jun 22, 2020 at 11:09 AM Han Zhou wrote: > This is redundant with the section "Dynamic IP to MAC binding > enhancements". > > Signed-off-by: Han Zhou > Acked-by: Numan Siddique for all the 3 patches of this series. Thanks Numan > --- > TODO.rst | 2 -- > 1 file changed, 2

Re: [ovs-dev] [PATCH v7 ovn] Add support for DHCP domain search option (119)

2020-06-22 Thread Numan Siddique
On Fri, Jun 19, 2020 at 11:12 PM Ankur Sharma wrote: > From: Dhathri Purohith > > Domain search list is encoded according to the specifications in RFC 1035, > section 4.1.4. > > Signed-off-by: Dhathri Purohith > Signed-off-by: Ankur Sharma > I have asked a question in v5 of this patch about

Re: [ovs-dev] [PATCH ovn] ovn-nb.xml: Fix the description about LB usage on logical routers.

2020-06-22 Thread Numan Siddique
On Mon, Jun 22, 2020 at 11:46 AM Han Zhou wrote: > LB is supported not only on Gateway routers but also on distributed > routers as long as they have distributed gateway ports. It is tested > by case "ovn -- Load balancer health checks". > > Signed-off-by: Han Zhou > Acked-by: Numan Siddique

[ovs-dev] [PATCH ovn] ovn-nb.xml: Fix the description about LB usage on logical routers.

2020-06-22 Thread Han Zhou
LB is supported not only on Gateway routers but also on distributed routers as long as they have distributed gateway ports. It is tested by case "ovn -- Load balancer health checks". Signed-off-by: Han Zhou --- ovn-nb.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git