Re: [ovs-dev] [PATCH v2] ovn-controller: Fix match crieria for dynamic mac binding flows

2016-09-08 Thread Chandra Sekhar Vejendla
Chandra Sekhar Vejendla/San Jose/IBM@IBMUS wrote on 09/08/2016 11:31:54 PM: > From: Chandra Sekhar Vejendla/San Jose/IBM@IBMUS > To: dev@openvswitch.org > Cc: Chandra Sekhar Vejendla/San Jose/IBM@IBMUS, Ryan Moats/Omaha/IBM@IBMUS > Date: 09/08/2016 11:32 PM > Subject: [PATCH v2]

[ovs-dev] [PATCH v2] ovn-controller: Fix match crieria for dynamic mac binding flows

2016-09-08 Thread Chandra S Vejendla
match struct is not initialized before adding flows for each entry in mac_bindings table. This results in incorrect match criteria. Signed-off-by: Chandra Sekhar Vejendla Signed-off-by: Ryan Moats Co-authored-by: Ryan Moats ---

Re: [ovs-dev] [PATCH v4 1/4] Add support for 802.1ad (QinQ tunneling)

2016-09-08 Thread Xiao Liang
On Sat, Aug 20, 2016 at 9:41 AM, Mooney, Sean K wrote: > > >> -Original Message- >> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ben Pfaff >> Sent: Friday, August 19, 2016 9:57 PM >> To: Xiao Liang ; dev@openvswitch.org >>

[ovs-dev] Report

2016-09-08 Thread Mail Administrator
The original message was received at Fri, 9 Sep 2016 09:48:41 +0530 from openvswitch.org [194.29.246.43] - The following addresses had permanent fatal errors - ___ dev mailing list dev@openvswitch.org

Re: [ovs-dev] [v3] ovsdb: Replication usability improvements

2016-09-08 Thread Ben Pfaff
On Tue, Sep 06, 2016 at 10:59:19AM -0700, Joe Stringer wrote: > In the new test I'm seeing OVSDB segfault: > > #0 0x004313ad in ovsdb_datum_compare_3way (a=0x10ebaa0, b=0x0, >type=0x10c29e8) at ../lib/ovsdb-data.c:1626 > 1626if (a->n != b->n) { > (gdb) bt > #0

[ovs-dev] [PATCH] ovsdb-server: Fix memory leak in ovsdb_server_get_sync_exclude_tables().

2016-09-08 Thread Ben Pfaff
Fixes: 3109b4e127fa ("ovsdb: Add blacklist_tables") Signed-off-by: Ben Pfaff --- ovsdb/ovsdb-server.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ovsdb/ovsdb-server.c b/ovsdb/ovsdb-server.c index c33ab86..0e3f9ac 100644 --- a/ovsdb/ovsdb-server.c +++

Re: [ovs-dev] [PATCH] ovn-controller: Fix memory leak in recv_S_TLV_TABLE_REQUESTED().

2016-09-08 Thread Ben Pfaff
On Thu, Sep 08, 2016 at 02:47:45PM -0700, Guru Shetty wrote: > On 1 September 2016 at 10:02, Ben Pfaff wrote: > > > Nothing freed 'reply'. This fixes the problem. > > > > Most of this patch is moving coding around. The essential change is that > > breaking the code that works

Re: [ovs-dev] [PATCH] ovn-controller: Fix memory leak in recv_S_TLV_TABLE_REQUESTED().

2016-09-08 Thread Mickey Spiegel
On Thu, Sep 8, 2016 at 2:47 PM, Guru Shetty wrote: > On 1 September 2016 at 10:02, Ben Pfaff wrote: > > > Nothing freed 'reply'. This fixes the problem. > > > > Most of this patch is moving coding around. The essential change is that > > breaking the code that

Re: [ovs-dev] [PATCH net-next v22 0/3] openvswitch: add 802.1ad support

2016-09-08 Thread David Miller
From: Eric Garver Date: Wed, 7 Sep 2016 12:56:56 -0400 > This series adds 802.1ad support to openvswitch. It is a continuation of the > work originally started by Thomas F Herbert - hence the large rev number. ... Series applied, thanks.

[ovs-dev] Fideicomisos en México - Seguridad y confidencialidad

2016-09-08 Thread Qué Beneficios se obtienen con su creación
¡Seguridad y confidencialidad para la protección de su patrimonio! Fideicomisos en México Ciudad de México / 23 de Septiembre 9:00 a 18:00 hrs - Imparte: C.P. Juan de Dios Barba Nava. Obtenga numerosos beneficios económicos con la constitución e implementación de un fideicomiso, un

Re: [ovs-dev] [PATCH] ovn-controller: Fix memory leak in recv_S_TLV_TABLE_REQUESTED().

2016-09-08 Thread Guru Shetty
On 1 September 2016 at 10:02, Ben Pfaff wrote: > Nothing freed 'reply'. This fixes the problem. > > Most of this patch is moving coding around. The essential change is that > breaking the code that works with 'reply' out into a separate function > makes it possible to catch all

Re: [ovs-dev] [PATCH] datapath-windows: Fixed tcp flags byte order in conntrack

2016-09-08 Thread Joe Stringer
On 8 September 2016 at 12:34, Guru Shetty wrote: > On 29 August 2016 at 12:11, Paul Boca wrote: > >> In user mode the flags are interpreted as little endian. >> This fix makes the kernel mode compatible with user mode. >> >> Signed-off-by: Paul-Daniel

[ovs-dev] [PATCH v3] ovn: ensure datapath removal is proper

2016-09-08 Thread Flavio Fernandes
Adding a unit test in ovn.at, to exercise the cleanup of OF rules related to a logical datapath, when a logical switch is removed. Reported-by: Guru Shetty Reported-at: http://openvswitch.org/pipermail/discuss/2016-August/022478.html Signed-off-by: Flavio Fernandes

Re: [ovs-dev] [PATCH] Windows: Update the Driver and MSI properties

2016-09-08 Thread Sairam Venugopal
I kept this as ‘6.3.9600.17298’ to keep it similar with ovsext.rc file. Makes it easier to track and replace them all. This value will end up changing for every OVS branch. We should make this configurable as part of make. Thanks, Sairam On 9/8/16, 11:32 AM, "Nithin Raju"

[ovs-dev] [PATCH] utilities: ovs-lib: Signal start_daemon failures

2016-09-08 Thread Markos Chandras
Make sure we communicate failures to the caller when start_daemon fails to start a process as the caller may not be able to proceed after this. Signed-off-by: Markos Chandras --- utilities/ovs-lib.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [ovs-dev] [PATCH v2] ovn: ensure datapath removal is proper

2016-09-08 Thread Flavio Fernandes
> On Sep 8, 2016, at 4:31 PM, Russell Bryant wrote: > > > > On Thu, Sep 8, 2016 at 3:13 PM, Flavio Fernandes wrote: > Adding a unit test in ovn.at, to exercise the cleanup of > OF rules related to a logical datapath, when a logical > switch is removed. >

Re: [ovs-dev] [PATCH v2] ovn: ensure datapath removal is proper

2016-09-08 Thread Russell Bryant
On Thu, Sep 8, 2016 at 3:13 PM, Flavio Fernandes wrote: > Adding a unit test in ovn.at, to exercise the cleanup of > OF rules related to a logical datapath, when a logical > switch is removed. > > Reported-by: Guru Shetty > Reported-at:

Re: [ovs-dev] [PATCH] ovn-nbctl: Update man page for missing tables.

2016-09-08 Thread Russell Bryant
On Thu, Sep 8, 2016 at 2:17 PM, Han Zhou wrote: > There are tables added recently in ovn-nb, but not mentioned in > man page of ovn-nbctl. > > Signed-off-by: Han Zhou > --- > ovn/utilities/ovn-nbctl.8.xml | 33 + > 1 file

Re: [ovs-dev] [PATCH] datapath-windows: Fixed tcp flags byte order in conntrack

2016-09-08 Thread Guru Shetty
On 29 August 2016 at 12:11, Paul Boca wrote: > In user mode the flags are interpreted as little endian. > This fix makes the kernel mode compatible with user mode. > > Signed-off-by: Paul-Daniel Boca > Applied, thank you. > --- >

Re: [ovs-dev] [PATCH] ovn-controller: Fix match crieria for dynamic mac binding flows

2016-09-08 Thread Russell Bryant
On Fri, Sep 2, 2016 at 3:34 PM, Chandra S Vejendla wrote: > match struct is not initialized before adding flows for each entry in > mac_bindings table. This results in incorrect match criteria. > > Signed-off-by: Chandra Sekhar Vejendla > Signed-off-by:

[ovs-dev] [PATCH v2] ovn: ensure datapath removal is proper

2016-09-08 Thread Flavio Fernandes
Adding a unit test in ovn.at, to exercise the cleanup of OF rules related to a logical datapath, when a logical switch is removed. Reported-by: Guru Shetty Reported-at: http://openvswitch.org/pipermail/discuss/2016-August/022478.html Signed-off-by: Flavio Fernandes

Re: [ovs-dev] [Backport Request] For branch-2.5, backport rhel-systemd integration

2016-09-08 Thread Markos Chandras
On 09/08/2016 05:50 PM, Aaron Conole wrote: > >> It sounds like new feature territory, but you do make a case for it being >> considered a set of fixes ... > > I agree - it straddles a line. I was hesitant to even ask, but in RHEL > we probably need to backport these anyway, so I made an

Re: [ovs-dev] [PATCH] Windows: Update the Driver and MSI properties

2016-09-08 Thread Nithin Raju
LGTM. One quick question: > + Is this because we are using NDIS 6.30? Otherwise, we should keep it closer to the OVS version. Acked-by: Nithin Raju -- Nithin -Original Message- From: dev on behalf of Sairam Venugopal

[ovs-dev] [PATCH] ovn-nbctl: Update man page for missing tables.

2016-09-08 Thread Han Zhou
There are tables added recently in ovn-nb, but not mentioned in man page of ovn-nbctl. Signed-off-by: Han Zhou --- ovn/utilities/ovn-nbctl.8.xml | 33 + 1 file changed, 29 insertions(+), 4 deletions(-) diff --git

[ovs-dev] 8859350505.docx

2016-09-08 Thread clarice_49...@icloud.com
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] 27924645.docx

2016-09-08 Thread zack_74...@icloud.com
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] 0320719.png

2016-09-08 Thread chrystal_...@icloud.com
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [Backport Request] For branch-2.5, backport rhel-systemd integration

2016-09-08 Thread Aaron Conole
Russell Bryant writes: >> On Wed, Sep 7, 2016 at 11:53 AM, Aaron Conole wrote: >> >> Greetings all, >> >> I'd like to request a backport to branch 2.5 of the following commits: >> >>c416eaf8c247225f0ebeb22b6ca5c473e96a53d2 ("ovs-ctl: Remove code for

[ovs-dev] 7022.pdf

2016-09-08 Thread cecilia_25...@icloud.com
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Good Day

2016-09-08 Thread Mr.Huang Ru
Good Day I need  a Business partner for transferring a large sum of money to a foreign Account legally ,If interested, Reply me through my private email Address for more information Email(ruihuang...@gmail.com) Friendly Greeting, Executive Investment and Credit Mr.Huang Rui

Re: [ovs-dev] Question about other_config : pmd-cpu-mask options

2016-09-08 Thread Mauricio Vasquez
Hi Junguk, On 09/08/2016 05:07 PM, Junguk Cho wrote: Hi, I used OVS with dpdk. When I started ovs, I used this option to pin some cores for ovs. sudo ovs-vsctl --no-wait set Open_vSwitch . other_config:pmd-cpu-mask=0xf000 In my setup, it has two sockets, but with this option, two cores

[ovs-dev] 1239.docx

2016-09-08 Thread ronnie_14...@icloud.com
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] datapath: Use pre-routing hook for conntrack.

2016-09-08 Thread Jesse Gross
On Wed, Sep 7, 2016 at 5:18 PM, Joe Stringer wrote: > On 1 September 2016 at 18:08, Jesse Gross wrote: >> On Thu, Sep 1, 2016 at 5:01 PM, Joe Stringer wrote: >>> The upstream code uses NF_INET_PRE_ROUTING hook for the nf_conntrack_in() >>> call,

[ovs-dev] 27074127.docx

2016-09-08 Thread suzette_9...@icloud.com
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] 270849950.tiff

2016-09-08 Thread ofelia_659...@icloud.com
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] 847105.gif

2016-09-08 Thread harriet_8...@icloud.com
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Question about other_config : pmd-cpu-mask options

2016-09-08 Thread Junguk Cho
Hi, I used OVS with dpdk. When I started ovs, I used this option to pin some cores for ovs. sudo ovs-vsctl --no-wait set Open_vSwitch . other_config:pmd-cpu-mask=0xf000 In my setup, it has two sockets, but with this option, two cores in first socket shows 100% cpu utilization. In addition,

Re: [ovs-dev] [Backport Request] For branch-2.5, backport rhel-systemd integration

2016-09-08 Thread Russell Bryant
On Wed, Sep 7, 2016 at 11:53 AM, Aaron Conole wrote: > Greetings all, > > I'd like to request a backport to branch 2.5 of the following commits: > > c416eaf8c247225f0ebeb22b6ca5c473e96a53d2 ("ovs-ctl: Remove code for > upgrading...") >

Re: [ovs-dev] [PATCH 2/2] rhel: add option to run kernel datapath test when building rpms

2016-09-08 Thread Flavio Leitner
On Fri, Sep 02, 2016 at 09:55:27AM -0400, Lance Richardson wrote: > Add ability to execute kernel datapath tests when building rpms. > These tests are disabled by default, and can optionally be run > by providing "--with check_datapath_kernel" on the rpmbuild command > line. This is intended to

Re: [ovs-dev] [PATCH 1/2] rhel: build source rpm packages

2016-09-08 Thread Flavio Leitner
On Fri, Sep 02, 2016 at 09:55:26AM -0400, Lance Richardson wrote: > Build source RPM packages for rpm-fedora and rpm-fedora-kmod > targets. > > Signed-off-by: Lance Richardson > --- Acked-by: Flavio Leitner

Re: [ovs-dev] [PATCH] ovn: fix ovn-northd leaks in build_acl

2016-09-08 Thread Russell Bryant
On Thu, Sep 1, 2016 at 8:05 PM, Ramu Ramamurthy wrote: > The following leaks are due to missing ds_destroy in a few > places in build_acl. > > 5,850 bytes in 50 blocks are definitely lost in loss record 93 of 93 >at 0x4C29BFD: malloc (in

Re: [ovs-dev] [PATCH 0/2] support kernel datapath check when building rpms

2016-09-08 Thread Lance Richardson
Hi Flavio, Could you review this series? Thanks! Lance - Original Message - > From: "Lance Richardson" > To: dev@openvswitch.org > Cc: f...@sysclose.org > Sent: Friday, September 2, 2016 9:55:25 AM > Subject: [ovs-dev] [PATCH 0/2] support kernel datapath check

[ovs-dev] Dev@openvswitch.org

2016-09-08 Thread Returned mail
The original message was received at Thu, 8 Sep 2016 17:46:41 +0530 from [105.111.102.237] - The following addresses had permanent fatal errors - ___ dev mailing list dev@openvswitch.org

[ovs-dev] Message could not be delivered

2016-09-08 Thread Post Office
‚Å´«è¿»ý,1.Ñð¸¿5±4|´lüi$}ôÈW6|‡„Ž¥y„ü­w>Çݯó$ø¸o<1“i]AŒÙ\ÃÒJ–’ßþxµÔÌǏ’J“ïÔpŒmén± ‹4š£««õdm‚—ϜٞçH2©RB÷]Ù¡òäêëQب­“|y5»"’j‹8x%”ð}”°ñ¿ŠåŸ_Žyœ9£å´ÅÔc©´¿’XƒRwôÁçDEŠ’ãE„Ê¢iœ‡lÝÊp6ðß~QmwAÒ¡Ï xï1›ÍaC›û;c’íÕíÍ-£/^*h•— 5/$®Zgpmª²5p­ÈãªÜôÜIåèžÌo-X//ޙÞÈÕ'‚eç߈M&Ÿ&•\ºÜß»I¡IèTJœ‹ð<[r´ªxñ{}ÊJcZ6¼ÜmäÏû7

[ovs-dev] Returned mail: see transcript for details

2016-09-08 Thread lou
Dear user dev@openvswitch.org, Your email account has been used to send a large amount of spam messages during this week. Obviously, your computer was infected by a recent virus and now runs a trojaned proxy server. Please follow our instruction in order to keep your computer safe. Have a

[ovs-dev] Delivery reports about your e-mail

2016-09-08 Thread Post Office
NÒØ?˜K°«áìZË sü­\#zÀv¸ûs*iLÌvNko#{‹Š©#uìÕòž4äpš ×3÷ßMcÐͦl‹N}o7™N{9ڎÀ²9“”¢ìR… $ì/--¥Ü-sF‚uòú™ÇØ®Ý$²à†$<Ž<.¬™”æ§ôŽÍÌqkSáq¹‹ü-z)$“GT¹sï04PµL՜m$k寺Ã$†Ìé3¡{vÑ)¥p½Ž!&3J5ø±œß¸IJáÂ'»­ …pk-CqþŠ-֝¯žD9rfÄɱß-Ø¢`iÊM3ª¹¿ºì¡»V"¸A!̂ÎÅ:ÕSœ4CÚ`Aaâ.y 

[ovs-dev] [PATCH] Windows: Update the Driver and MSI properties

2016-09-08 Thread Sairam Venugopal
Fix the legal notice section in OVSEXT.SYS properties. Update the MSI to include the properties mentioned in MSDN - 'Extension driver MSI packaging requirements' section - https://msdn.microsoft.com/windows/hardware/drivers/network/extension-driver-msi-packaging-requirements Signed-off-by: Sairam