[ovs-dev] 我们将删除所有未使用的电子邮件帐户

2020-06-17 Thread Wang Lia
我们将删除所有未使用的电子邮件帐户,并将邮箱的大小增加到无限制。 要继续使用您的电子邮件帐户,您必须验证您的帐户。 收到此通知后24小时,所有未验证的帐户将被删除。 单击此处并验证您的帐户。 ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH ovn] ovn-detrace: Fix typo in manpage.

2020-06-17 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- utilities/ovn-detrace.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/ovn-detrace.1.in b/utilities/ovn-detrace.1.in index 6790afdc4d3a..04e532fc86d2 100644 --- a/utilities/ovn-detrace.1.in +++ b/utilities/ovn-detrace.1.in @@ -46,4

Re: [ovs-dev] [PATCH 2/4] Use primary/secondary, not master/slave, as names for OpenFlow roles.

2020-06-17 Thread 0-day Robot
Bleep bloop. Greetings Ben Pfaff, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: .git/rebase-apply/patch:42: trailing whitespace.

Re: [ovs-dev] [PATCH 1/4] Eliminate use of term "slave" in bond, LACP, and bundle contexts.

2020-06-17 Thread 0-day Robot
Bleep bloop. Greetings Ben Pfaff, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line is 91 characters long (recommended limit is 79) #1702 FILE: lib/lacp.c:1160:

[ovs-dev] [PATCH 2/4] Use primary/secondary, not master/slave, as names for OpenFlow roles.

2020-06-17 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- Documentation/topics/design.rst | 110 +++--- NEWS | 2 + include/openflow/nicira-ext.h| 22 ++--- include/openflow/openflow-1.2.h | 6 +- include/openflow/openflow-1.4.h | 8 +-

[ovs-dev] [PATCH 3/4] conntrack: Rename "master" connection to "primary" connection.

2020-06-17 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- include/openvswitch/meta-flow.h | 14 +++ lib/conntrack-private.h | 10 ++--- lib/conntrack.c | 74 - lib/ct-dpif.c | 6 +-- lib/ct-dpif.h | 2 +- lib/meta-flow.xml

[ovs-dev] [PATCH 4/4] Eliminate "whitelist" and "blacklist" terms.

2020-06-17 Thread Ben Pfaff
There is one remaining use under datapath. That change should happen upstream in Linux first according to our usual policy. Signed-off-by: Ben Pfaff --- Documentation/howto/ipsec.rst | 2 +- Documentation/howto/selinux.rst | 8 +--

[ovs-dev] [PATCH 0/4] Use more sensitive terminology.

2020-06-17 Thread Ben Pfaff
There's no value in risking turning people away from OVS due to insensitive terminology choices. We can do better. Ben Pfaff (4): Eliminate use of term "slave" in bond, LACP, and bundle contexts. Use primary/secondary, not master/slave, as names for OpenFlow roles. conntrack: Rename

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

2020-06-17 Thread Gabriele Cerami
Hi, I added some note for my better understanding, but I have some questions at the end on the testing part. Sorry if they seem irrelevant or too picky, still learning. On 18 Jun, num...@ovn.org wrote: > +expr_symtab_add_field(symtab, "pkt.mark", MFF_PKT_MARK, NULL, false); > + Note to

[ovs-dev] Acciones para el plan estratégico de la capacitación

2020-06-17 Thread Trámites de capacitación ante la S.T.P.S.
Buen día El curso tiene una nueva fecha y quise aprovechar la oportunidad de hacerte unainvitación: •Nombre: Guía paso a paso: Trámites de capacitación ante la S.T.P.S. •¿Cuándo?: Miércoles 24 de Junio del 2020 • Horario: 10:00 a 14:00 Hrs •Formato: En línea con interacción en vivo.

Re: [ovs-dev] [PATCHv2] rhel: Support RHEL 7.8 kernel module rpm build.

2020-06-17 Thread Yi-Hung Wei
On Wed, Jun 17, 2020 at 11:37 AM William Tu wrote: > > Add support for RHEL7.8 GA release with kernel 3.10.0-1127. > > VMware-BZ: #2582834 > Signed-off-by: William Tu > --- Looks good to me. Acked-by: Yi-Hung Wei ___ dev mailing list

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

2020-06-17 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] [PATCHv2] rhel: Support RHEL 7.8 kernel module rpm build.

2020-06-17 Thread William Tu
Add support for RHEL7.8 GA release with kernel 3.10.0-1127. VMware-BZ: #2582834 Signed-off-by: William Tu --- rhel/openvswitch-kmod-fedora.spec.in | 5 +++-- rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh | 9 - 2 files changed, 11 insertions(+), 3 deletions(-)

Re: [ovs-dev] [PATCH] rhel: Support RHEL 7.8 kernel module rpm build.

2020-06-17 Thread William Tu
On Wed, Jun 17, 2020 at 10:05 AM Yi-Hung Wei wrote: > > Hi William, > > Thanks for the patch. Should we update > rhel/openvswitch-kmod-fedora.spec.in so that the ovs-kmod-manage.sh > will be invoked in the post installation stage? I.e. 391b52f3c33a > ("rhel: Support RHEL 7.8 kernel module rpm

Re: [ovs-dev] [PATCH v3 3/7] dpif-netdev: add subtable-lookup-get command for usability

2020-06-17 Thread Van Haaren, Harry
> -Original Message- > From: William Tu > Sent: Wednesday, June 17, 2020 4:57 PM > To: Van Haaren, Harry > Cc: ovs-dev ; Stokes, Ian ; > Ilya Maximets ; Federico Iezzi > Subject: Re: [PATCH v3 3/7] dpif-netdev: add subtable-lookup-get command for > usability > > On Wed, Jun 17, 2020 at

Re: [ovs-dev] [PATCH v3 4/7] dpcls: enable cpu feature detection

2020-06-17 Thread Van Haaren, Harry
> -Original Message- > From: William Tu > Sent: Tuesday, June 16, 2020 4:41 PM > To: Van Haaren, Harry > Cc: ovs-dev ; Stokes, Ian ; > Ilya Maximets ; Federico Iezzi > Subject: Re: [PATCH v3 4/7] dpcls: enable cpu feature detection > > btw, remember to add "." at the end of the commit

Re: [ovs-dev] [PATCH] rhel: Support RHEL 7.8 kernel module rpm build.

2020-06-17 Thread Yi-Hung Wei
Hi William, Thanks for the patch. Should we update rhel/openvswitch-kmod-fedora.spec.in so that the ovs-kmod-manage.sh will be invoked in the post installation stage? I.e. 391b52f3c33a ("rhel: Support RHEL 7.8 kernel module rpm build") Thanks, -Yi-Hung On Wed, Jun 17, 2020 at 8:43 AM William

Re: [ovs-dev] [PATCH v3 6/7] dpif-lookup: add avx512 gather implementation

2020-06-17 Thread Van Haaren, Harry
> -Original Message- > From: William Tu > Sent: Tuesday, June 16, 2020 4:41 PM > To: Van Haaren, Harry > Cc: ovs-dev ; Stokes, Ian ; > Ilya Maximets ; Federico Iezzi > Subject: Re: [PATCH v3 6/7] dpif-lookup: add avx512 gather implementation > > On Wed, Jun 10, 2020 at 3:47 AM Harry

Re: [ovs-dev] [PATCH v3 3/7] dpif-netdev: add subtable-lookup-get command for usability

2020-06-17 Thread William Tu
On Wed, Jun 17, 2020 at 8:50 AM Van Haaren, Harry wrote: > > > -Original Message- > > From: William Tu > > Sent: Tuesday, June 16, 2020 4:42 PM > > To: Van Haaren, Harry > > Cc: ovs-dev ; Stokes, Ian ; > > Ilya Maximets ; Federico Iezzi > > Subject: Re: [PATCH v3 3/7] dpif-netdev: add

Re: [ovs-dev] [PATCH v3 3/7] dpif-netdev: add subtable-lookup-get command for usability

2020-06-17 Thread Van Haaren, Harry
> -Original Message- > From: William Tu > Sent: Tuesday, June 16, 2020 4:42 PM > To: Van Haaren, Harry > Cc: ovs-dev ; Stokes, Ian ; > Ilya Maximets ; Federico Iezzi > Subject: Re: [PATCH v3 3/7] dpif-netdev: add subtable-lookup-get command for > usability > > On Wed, Jun 10, 2020 at

Re: [ovs-dev] [PATCH] docs: Add note for AF_XDP installation

2020-06-17 Thread William Tu
On Tue, Jun 09, 2020 at 10:42:12AM -0700, Yi-Hung Wei wrote: > Add notes about some configuration issues when enabling AF_XDP > support. > > Signed-off-by: Yi-Hung Wei > --- Applied to master, thanks William ___ dev mailing list d...@openvswitch.org

[ovs-dev] [PATCH] rhel: Support RHEL 7.8 kernel module rpm build.

2020-06-17 Thread William Tu
Add support for RHEL7.8 GA release with kernel 3.10.0-1127. VMware-BZ: #2582834 Signed-off-by: William Tu --- rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh

[ovs-dev] Expecting your prompt reply

2020-06-17 Thread Kevin Sanou
-- Hello, I apologize if this email comes as a surprise to you. I have a business proposal that will be of great benefit to both of us. If you are willing to discuss further on this matter, I expect you reply promptly so that I will give you further details. Best Regards, Kevin Sanou.

[ovs-dev] ovs-vswitchd got stuck when delete dpdk port with ovs hw-offload enabled

2020-06-17 Thread 王培辉
Hello I’m encountered a problem that ovs-vswitchd got stuck while I tried to delete the dpdk port from bridge in in probability, when I turn off hw-offload,it’s won’t happen again.I’m using the latest ovs 2.13.1 version, CentOS 7.6, please help me out here, thanks in advance. Here

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

2020-06-17 Thread 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 pipeline for > > larger packets") > >

Re: [ovs-dev] [PATCH] netdev-offload-tc: Revert tunnel src/dst port masks handling

2020-06-17 Thread Tonghao Zhang
On Wed, Jun 17, 2020 at 3:20 PM Roi Dayan wrote: > > > > On 2020-06-17 8:48 AM, Tonghao Zhang wrote: > > On Tue, Jun 16, 2020 at 9:05 PM Roi Dayan wrote: > >> > >> The cited commit intended to add tc support for masking tunnel src/dst > >> ips and ports. It's not possible to do tunnel ports

Re: [ovs-dev] [PATCH ovn] test: add more tests to IP-buffering unit-test

2020-06-17 Thread Numan Siddique
On Wed, Jun 3, 2020 at 2:18 PM Lorenzo Bianconi wrote: > On Jun 03, Ankur Sharma wrote: > > Hi Lorenzo, > > > > Please find my comments inline. > > > > Regards, > > Ankur > > > > > > From: dev on behalf of Ankur Sharma < > ankur.sha...@nutanix.com> > > Sent:

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

2020-06-17 Thread Numan Siddique
On Wed, Jun 17, 2020 at 3:26 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 pipeline

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

2020-06-17 Thread Numan Siddique
Hi Dhathri, Please see a few comments inline. On Fri, Jun 12, 2020 at 2:14 AM Ankur Sharma wrote: > From: Dhathri Purohith > This From is causing the author to have the email - svc.eng.git-pa...@nutanix.com. Is this intentional ? It would be great if you could fix this and remove this

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

2020-06-17 Thread Lorenzo Bianconi
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 pipeline for larger packets") Signed-off-by: Lorenzo Bianconi --- northd/ovn-northd.c | 4 ++--

Re: [ovs-dev] [PATCH v5 1/2 ovn] Fix the data type for DHCP option tftp_server (66)

2020-06-17 Thread Numan Siddique
On Fri, Jun 12, 2020 at 2:14 AM Ankur Sharma wrote: > From: Dhathri Purohith > > From: Dhathri Purohith > > Currently, DHCP option is of type ipv4. But, according to RFC 2132, > option 66 can be a hostname i.e, we should also accept string type. > In order to be backward compatible, a new type

Re: [ovs-dev] [PATCH ovn] Fix the test case "80. ovn -- 4 HV, 1 LS, 1 LR, packet test with HA distributed router gateway port"

2020-06-17 Thread 0-day Robot
Bleep bloop. Greetings Numan Siddique, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: error: sha1 information is lacking or useless (testsuite.dir/at-groups/80/stdout). error: could

[ovs-dev] [PATCH ovn] Fix the test case "80. ovn -- 4 HV, 1 LS, 1 LR, packet test with HA distributed router gateway port"

2020-06-17 Thread numans
From: Numan Siddique This test case is failing intermittently in my local setup. *** rcv_n=3 exp_n=2 ovn.at:12: wait succeeded immediately ../../tests/ovn.at:9473: sort $rcv_text --- expout 2020-06-17 10:57:23.467337249 +0530 +++ tests/testsuite.dir/at-groups/80/stdout

Re: [ovs-dev] [PATCH ovn] Fix ovn-controller generated packets from getting dropped for reject ACL action.

2020-06-17 Thread Numan Siddique
On Tue, Jun 16, 2020 at 6:34 PM Mark Michelson wrote: > Looks good to me. > > Acked-by: Mark Michelson > Thanks for the review. I applied this patch to master, branch-20.06 and branch-20.03. Thanks Numan > > On 6/15/20 5:47 AM, num...@ovn.org wrote: > > From: Numan Siddique > > > > TCP

Re: [ovs-dev] [PATCH ovn v12 0/7] Incremental processing improvements.

2020-06-17 Thread Numan Siddique
On Wed, Jun 17, 2020 at 12:32 PM Han Zhou wrote: > On Thu, Jun 11, 2020 at 5:43 AM wrote: > > > > From: Numan Siddique > > > > This patch series handles port binding, datapath binding, ovs interface > changes, > > runtime data changes, sb chassis changes incrementally. > > > > (These patches

Re: [ovs-dev] [PATCH v2] ofproto-dpif-trace: Improve NAT tracing.

2020-06-17 Thread Dumitru Ceara
On 6/17/20 12:07 AM, Ben Pfaff wrote: > On Fri, Jan 10, 2020 at 10:34:43AM +0100, Dumitru Ceara wrote: >> When ofproto/trace detects a recirc action it resumes execution at the >> specified next table. However, if the ct action performs SNAT/DNAT, >> e.g.,

Re: [ovs-dev] [PATCH] netdev-offload-tc: Revert tunnel src/dst port masks handling

2020-06-17 Thread Roi Dayan
On 2020-06-17 8:48 AM, Tonghao Zhang wrote: > On Tue, Jun 16, 2020 at 9:05 PM Roi Dayan wrote: >> >> The cited commit intended to add tc support for masking tunnel src/dst >> ips and ports. It's not possible to do tunnel ports masking with >> openflow rules and the default mask for tunnel

Re: [ovs-dev] [PATCH ovn v12 0/7] Incremental processing improvements.

2020-06-17 Thread Han Zhou
On Thu, Jun 11, 2020 at 5:43 AM wrote: > > From: Numan Siddique > > This patch series handles port binding, datapath binding, ovs interface changes, > runtime data changes, sb chassis changes incrementally. > > (These patches can also be found here - >