Re: [ovs-dev] [PATCH] LACP-Rx packets are not captured in ovs-tcpdump.

2019-02-14 Thread Nitin Katiyar
> -Original Message- > From: Ben Pfaff [mailto:b...@ovn.org] > Sent: Thursday, February 14, 2019 10:58 PM > To: Nitin Katiyar > Cc: ovs-dev@openvswitch.org; Manohar Krishnappa Chidambaraswamy > > Subject: Re: [ovs-dev] [PATCH] LACP-Rx packets are not captured in ovs- > tcpdump. > >

Re: [ovs-dev] [PATCH v2] Initialize the right database.

2019-02-14 Thread Ben Pfaff
On Fri, Feb 15, 2019 at 12:59:57AM +, Ted Elhourani wrote: > Use value of db parameter in order to initialize the correct database. > > Signed-off-by: Ted Elhourani Thank you. I applied this to master and backported as far as branch-2.9. ___ dev

[ovs-dev] [patch v1] ipf: Misc Cleanup.

2019-02-14 Thread Darrell Ball
Signed-off-by: Darrell Ball --- lib/ipf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/ipf.c b/lib/ipf.c index df5196f..c91afd3 100644 --- a/lib/ipf.c +++ b/lib/ipf.c @@ -530,8 +530,6 @@ ipf_list_state_transition(struct ipf *ipf, struct ipf_list *ipf_list,

Re: [ovs-dev] Initialize the right database.

2019-02-14 Thread 0-day Robot
Bleep bloop. Greetings Ted Elhourani, 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: ERROR: Author Ted Elhourani needs to sign off. Lines checked: 28, Warnings: 0, Errors: 1

[ovs-dev] [PATCH v2] Initialize the right database.

2019-02-14 Thread Ted Elhourani
Use value of db parameter in order to initialize the correct database. Signed-off-by: Ted Elhourani --- ovn/utilities/ovn-ctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovn/utilities/ovn-ctl b/ovn/utilities/ovn-ctl index 1e369b1..f1297a2 100755 ---

Re: [ovs-dev] [PATCH V3 2/2] odp-util: Do not rewrite fields with the same values as matched

2019-02-14 Thread Ben Pfaff
On Thu, Feb 07, 2019 at 06:44:16PM +0200, Eli Britstein wrote: > To improve performance and avoid wasting resources for HW offloaded > flows, do not rewrite fields that are matched with the same value. > > Signed-off-by: Eli Britstein > Reviewed-by: Roi Dayan Thanks for the patches. They

Re: [ovs-dev] [PATCH v1] Initialize the right database.

2019-02-14 Thread Ben Pfaff
On Fri, Feb 15, 2019 at 12:01:13AM +, Ted Elhourani wrote: > Use value of db parameter in order to initialize the correct database. Thanks for the patch. It looks good to me, but it needs a Signed-off-by. Q: What's a Signed-off-by and how do I provide one? A: Free and open source

Re: [ovs-dev] [PATCH] rstp: add ability to receive VLAN-tagged BPDUs

2019-02-14 Thread Ben Pfaff
On Fri, Feb 15, 2019 at 12:27:11AM +0100, Matthias May wrote: > On 14/02/2019 20:17, Ben Pfaff wrote: > > On Thu, Feb 14, 2019 at 10:58:48AM +0100, Matthias May via dev wrote: > >> There are switches which allow to transmit their BPDUs VLAN-tagged. > >> With this change OVS is able to receive

Re: [ovs-dev] rstp: add ability to receive VLAN-tagged BPDUs

2019-02-14 Thread 0-day Robot
Bleep bloop. Greetings Matthias May via dev, 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: ERROR: Author should not be mailing list. Lines checked: 50, Warnings: 0, Errors: 1

[ovs-dev] [PATCH v1] Initialize the right database.

2019-02-14 Thread Ted Elhourani
Use value of db parameter in order to initialize the correct database. --- ovn/utilities/ovn-ctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovn/utilities/ovn-ctl b/ovn/utilities/ovn-ctl index 1e369b1..f1297a2 100755 --- a/ovn/utilities/ovn-ctl +++ b/ovn/utilities/ovn-ctl

Re: [ovs-dev] [PATCH] rstp: add ability to receive VLAN-tagged BPDUs

2019-02-14 Thread Matthias May via dev
On 14/02/2019 20:17, Ben Pfaff wrote: > On Thu, Feb 14, 2019 at 10:58:48AM +0100, Matthias May via dev wrote: >> There are switches which allow to transmit their BPDUs VLAN-tagged. >> With this change OVS is able to receive VLAN-tagged BPDUs, but still >> transmits its own BPDUs untagged. >> This

[ovs-dev] [PATCH v2] rstp: add ability to receive VLAN-tagged BPDUs

2019-02-14 Thread Matthias May via dev
There are switches which allow to transmit their BPDUs VLAN-tagged. With this change OVS is able to receive VLAN-tagged BPDUs, but still transmits its own BPDUs untagged. This was tested against Westermo RFI-207-F4G-T3G. v2: Send patch to different address of mailing list according to suggestion

Re: [ovs-dev] [patch v1] conntrack: Remove redundant call to 'hash_finish()'.

2019-02-14 Thread Ben Pfaff
On Thu, Feb 14, 2019 at 01:15:07PM -0800, Darrell Ball wrote: > Signed-off-by: Darrell Ball Thanks for the series. I applied it to master. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [patch v13 8/8] Userspace datapath: Add fragmentation handling.

2019-02-14 Thread Ben Pfaff
Thanks for the series. I applied this to master. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [patch v13 8/8] Userspace datapath: Add fragmentation handling.

2019-02-14 Thread Darrell Ball
I folded in the following incremental locally: --- a/lib/ipf.c +++ b/lib/ipf.c @@ -533,8 +533,6 @@ ipf_list_state_transition(struct ipf *ipf, struct ipf_list *ipf_list, case IPF_LIST_STATE_LAST_SEEN: if (ff) { next_state = IPF_LIST_STATE_FIRST_LAST_SEEN; -} else

[ovs-dev] [patch v1] conntrack: Simplify 'ct_addr'.

2019-02-14 Thread Darrell Ball
Remove the struct wrapper and remove the unneeded union members. There may even be a portability benefit here because of the type punning. Signed-off-by: Darrell Ball --- lib/conntrack-private.h | 6 +- lib/conntrack.c | 154 +++-

[ovs-dev] [patch v1] conntrack: Remove redundant call to 'hash_finish()'.

2019-02-14 Thread Darrell Ball
Signed-off-by: Darrell Ball --- lib/conntrack.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/conntrack.c b/lib/conntrack.c index c543aea..9a618a5 100644 --- a/lib/conntrack.c +++ b/lib/conntrack.c @@ -2010,11 +2010,9 @@ conn_key_hash(const struct conn_key *key,

Re: [ovs-dev] [branch-2.9 1/2] conntrack: fix ftp ipv4 address substitution.

2019-02-14 Thread Ben Pfaff
Thanks for the backports. I applied them to all the branches (2.6 to 2.9). ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH v2] monitor.c: Fix crash when monitor condition adds new columns.

2019-02-14 Thread Ben Pfaff
On Mon, Feb 11, 2019 at 06:19:21PM -0800, Han Zhou wrote: > From: Han Zhou > > The OVSDB conditional monitor implementation allows many clients > to share same copy of monitored data if the clients are sharing > same tables and columns being monitored, while they can have > different monitor

Re: [ovs-dev] [PATCH] rstp: add ability to receive VLAN-tagged BPDUs

2019-02-14 Thread Ben Pfaff
On Thu, Feb 14, 2019 at 10:58:48AM +0100, Matthias May via dev wrote: > There are switches which allow to transmit their BPDUs VLAN-tagged. > With this change OVS is able to receive VLAN-tagged BPDUs, but still > transmits its own BPDUs untagged. > This was tested against Westermo RFI-207-F4G-T3G.

[ovs-dev] hi

2019-02-14 Thread mary
-- Good morning, My name is Mary, hope you are in good health? please reply my message , i have something to tell you. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] Conducta y lenguaje corporal

2019-02-14 Thread Formación de capacitadores internos
Cursos Esenciales- Webinar Interactivo – Jueves 07 de Marzo Formación de Capacitadores Internos para la organización recibir capacitación de entidades externas pero también contar con capacitadores internos que cuenten con los conocimientos básicos para fomentar el aprendizaje del personal.

Re: [ovs-dev] [PATCH] LACP-Rx packets are not captured in ovs-tcpdump.

2019-02-14 Thread Ben Pfaff
On Wed, Feb 13, 2019 at 10:51:18AM +, Nitin Katiyar wrote: > Mirroring received LACP packets to help in debugging LACP issues. > > Co-authored-by: Manohar Krishnappa Chidambaraswamy > Signed-off-by: Manohar Krishnappa Chidambaraswamy > Signed-off-by: Nitin Katiyar > --- >

Re: [ovs-dev] [PATCH v1] doc: Add "Representors" topic document

2019-02-14 Thread Ophir Munk
> -Original Message- > From: Flavio Leitner > Sent: Thursday, February 14, 2019 2:56 PM > To: Ilya Maximets > Cc: Ian Stokes ; Ophir Munk > ; ovs-dev@openvswitch.org; Thomas Monjalon > > Subject: Re: [ovs-dev] [PATCH v1] doc: Add "Representors" topic document > > On Thu, Feb 14,

Re: [ovs-dev] [PATCH v1] doc: Add "Representors" topic document

2019-02-14 Thread Ophir Munk
> -Original Message- > From: Ilya Maximets > Sent: Thursday, February 14, 2019 12:47 PM > To: Ian Stokes ; Ophir Munk > ; ovs-dev@openvswitch.org > Cc: Olga Shern ; Kevin Traynor > ; Asaf Penso ; Thomas > Monjalon > Subject: Re: [PATCH v1] doc: Add "Representors" topic document > > On

Re: [ovs-dev] rstp: add ability to receive VLAN-tagged BPDUs

2019-02-14 Thread Flavio Leitner
On Thu, Feb 14, 2019 at 03:06:33PM +0100, Matthias May via dev wrote: > On 14/02/2019 14:34, Flavio Leitner wrote: > > Matthias, could you describe to where exactly you sent out the > > patch? ovs-dev@openvswitch.org or d...@openvswitch.org or something > > else? > Some info: > * git version

Re: [ovs-dev] rstp: add ability to receive VLAN-tagged BPDUs

2019-02-14 Thread Ben Pfaff
On Thu, Feb 14, 2019 at 03:14:26PM +0100, Matthias May wrote: > On 14/02/2019 14:34, Flavio Leitner wrote: > > > > Hi Ben, > > > > This is another patch with From: field altered to be > > ovs-dev@openvswitch.org. > > > > [...] > > From: Matthias May via dev > > Reply-To: Matthias May > >

[ovs-dev] Planes de carrera y sucesión

2019-02-14 Thread Plan de vida y carrera
Cursos TOP - Webinar Interactivo – Miércoles 06 de Marzo Planes de carrera y sucesión El no disponer de un estudio de planes de carrera del personal puede suponer un factor de desmotivación de los trabajadores/as, que ven limitada su capacidad de ascenso y mejora en las condiciones de

Re: [ovs-dev] rstp: add ability to receive VLAN-tagged BPDUs

2019-02-14 Thread Matthias May via dev
On 14/02/2019 14:34, Flavio Leitner wrote: > > Hi Ben, > > This is another patch with From: field altered to be > ovs-dev@openvswitch.org. > > [...] > From: Matthias May via dev > Reply-To: Matthias May > > If the patch gets applied as is, the commit's Author will have the > wrong email.

Re: [ovs-dev] rstp: add ability to receive VLAN-tagged BPDUs

2019-02-14 Thread Matthias May via dev
On 14/02/2019 14:34, Flavio Leitner wrote: > > Hi Ben, > > This is another patch with From: field altered to be > ovs-dev@openvswitch.org. > > [...] > From: Matthias May via dev > Reply-To: Matthias May > > If the patch gets applied as is, the commit's Author will have the > wrong email.

Re: [ovs-dev] [PATCH] dpif-netdev: Fix unsafe accesses to pmd polling lists.

2019-02-14 Thread Aaron Conole
Ian Stokes writes: > On 2/13/2019 10:40 AM, Ilya Maximets wrote: >> On 13.02.2019 1:24, Ben Pfaff wrote: >>> On Tue, Feb 12, 2019 at 10:40:30AM +0300, Ilya Maximets wrote: On 11.02.2019 22:15, Aaron Conole wrote: > Ilya Maximets writes: > >> All accesses to 'pmd->poll_list'

Re: [ovs-dev] rstp: add ability to receive VLAN-tagged BPDUs

2019-02-14 Thread Flavio Leitner
Hi Ben, This is another patch with From: field altered to be ovs-dev@openvswitch.org. [...] From: Matthias May via dev Reply-To: Matthias May If the patch gets applied as is, the commit's Author will have the wrong email. Just FYI because before Sriharsha and Neal had the same issue

Re: [ovs-dev] [PATCH v1] doc: Add "Representors" topic document

2019-02-14 Thread Flavio Leitner
On Thu, Feb 14, 2019 at 01:47:27PM +0300, Ilya Maximets wrote: > On 13.02.2019 19:39, Ian Stokes wrote: > > On 2/13/2019 8:14 AM, Ophir Munk wrote: > >> > >> > >>> -Original Message- > -Original Message- > From: Ian Stokes > Sent: Tuesday, February 12, 2019 7:17 PM

[ovs-dev] how to enable the log of ovn

2019-02-14 Thread taoyunupt
Dear friends, Sorry to disturb. I have use ovn with openstasck for a while time,but i still do not know how to enable the log of ovn. There are only logging options in the manpage or the help of ovn-nbctl/ovn-sbctl,but no any logging command.

Re: [ovs-dev] rstp: add ability to receive VLAN-tagged BPDUs

2019-02-14 Thread Matthias May via dev
On 14/02/2019 11:59, 0-day Robot wrote: > Bleep bloop. Greetings Matthias May via dev, 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: > ERROR: Author should not be

Re: [ovs-dev] rstp: add ability to receive VLAN-tagged BPDUs

2019-02-14 Thread 0-day Robot
Bleep bloop. Greetings Matthias May via dev, 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: ERROR: Author should not be mailing list. Lines checked: 47, Warnings: 0, Errors: 1

Re: [ovs-dev] [PATCH v1] doc: Add "Representors" topic document

2019-02-14 Thread Ilya Maximets
On 13.02.2019 19:39, Ian Stokes wrote: > On 2/13/2019 8:14 AM, Ophir Munk wrote: >> >> >>> -Original Message- -Original Message- From: Ian Stokes Sent: Tuesday, February 12, 2019 7:17 PM To: Ilya Maximets ; Ophir Munk ; ovs-dev@openvswitch.org Cc:

[ovs-dev] [PATCH] rstp: add ability to receive VLAN-tagged BPDUs

2019-02-14 Thread Matthias May via dev
There are switches which allow to transmit their BPDUs VLAN-tagged. With this change OVS is able to receive VLAN-tagged BPDUs, but still transmits its own BPDUs untagged. This was tested against Westermo RFI-207-F4G-T3G. Signed-off-by: Matthias May --- ofproto/ofproto-dpif-xlate.c | 7 ++-

Re: [ovs-dev] [PATCH] dpif-netdev: Fix unsafe accesses to pmd polling lists.

2019-02-14 Thread Ian Stokes
On 2/13/2019 10:40 AM, Ilya Maximets wrote: On 13.02.2019 1:24, Ben Pfaff wrote: On Tue, Feb 12, 2019 at 10:40:30AM +0300, Ilya Maximets wrote: On 11.02.2019 22:15, Aaron Conole wrote: Ilya Maximets writes: All accesses to 'pmd->poll_list' should be guarded by 'pmd->port_mutex'.

[ovs-dev] Greetings to you,

2019-02-14 Thread Ms Alyssa Shaw via dev
Greetings to you, Sorry to invade in your privacy and if truly you have not received your Inheritance payment, Contract payment, lottery Payment, please reconfirm your information once again to enable us release your payment through our corresponding paying bank in Benin Republic. You are

[ovs-dev] Thanks For Your Effort So !! / Gracias por tu esfuerzo tan !!

2019-02-14 Thread Ana Mimi
Hallo , Wie geht es Ihnen heute? Ich hoffe, dass meine Post Sie und Ihren Haushalt gut und gesund trifft. Ich m?chte Sie dar?ber informieren, dass ich mit Hilfe meines neuen Partners aus Saudi-Arabien meinen Erbschaftsfonds erfolgreich nach Saudi-Arabien verlagert habe. Mein Partner ist