[ovs-dev] [PATCH v3] ovn-controller: Back out incremental processing

2016-08-23 Thread Ryan Moats
As [1] indicates, incremental processing hasn't resulted in an improvement worth the complexity it has added. This patch backs out all of the code specific to incremental processing, along with the persisting of OF flows, logical ports and multicast groups. [1]

[ovs-dev] [PATCH v1] Python IDL Mutate Fix

2016-08-23 Thread Amitabha Biswas
This patch fixes the scenario, where the mutate operation on a row is sent in the same transaction as row insert operation. It was obvserved that this mutate operation was not getting committed to the OVSDB. To get around the above problem the "where" condition in an mutate operation is modified

[ovs-dev] [PATCH v2] ovn-controller: Back out incremental processing

2016-08-23 Thread Ryan Moats
As [1] indicates, incremental processing hasn't resulted in an improvement worth the complexity it has added. This patch backs out all of the code specific to incremental processing, along with the persisting of OF flows, logical ports and multicast groups. [1]

Re: [ovs-dev] [RFC] ovn: minimize the impact of a compromised chassis

2016-08-23 Thread Flavio Fernandes
> On Aug 23, 2016, at 5:34 PM, Darrell Ball wrote: > > On Tue, Aug 23, 2016 at 2:20 PM, Russell Bryant > wrote: > >> >> >> On Tue, Aug 23, 2016 at 5:05 PM, Darrell Ball wrote: >> >>> >>> >>> On Mon, Aug

[ovs-dev] [PATCH v5] ovn: Replace tabs with spaces and clean up alignment in unit tests.

2016-08-23 Thread Flavio Fernandes
Signed-off-by: Flavio Fernandes --- v1->v2: fix indentation issues introduced in v1 v2->v3: noop :P v3->v4: fix indentation issue introduced in v1, this time for real v4->v5: fix yet another -- and hopefully final?!? -- round of indentation issues tests/ovn.at | 154

Re: [ovs-dev] [RFC PATCHv3] netdev-dpdk: Enable Rx checksum offloading feature on DPDK physical ports.

2016-08-23 Thread Jesse Gross
On Tue, Aug 23, 2016 at 2:57 AM, Chandran, Sugesh wrote: >> -Original Message- >> From: Jesse Gross [mailto:je...@kernel.org] >> Sent: Monday, August 22, 2016 7:50 PM >> To: Chandran, Sugesh >> Cc: ovs dev >>

Re: [ovs-dev] NSH Option 2 implementation

2016-08-23 Thread Jesse Gross
On Tue, Aug 23, 2016 at 9:12 AM, Jan Scheurich wrote: >> -Original Message- >> From: Jesse Gross [mailto:je...@kernel.org] >> Sent: Monday, 15 August, 2016 19:12 >> >> On Fri, Aug 12, 2016 at 1:01 AM, Jan Scheurich >> wrote: >> >

[ovs-dev] [PATCH] ofproto-dpif-upcall: Replace ukeys for deleted flows.

2016-08-23 Thread Joe Stringer
If a revalidator dumps/revalidates a flow during the 'dump' phase, resulting in the deletion of the flow, then ukey->flow_exists is set to false, and the ukey is kept around until the 'sweep' phase. The ukey is kept around to ensure that cases like duplicated dumps from the datapaths do not result

Re: [ovs-dev] [PATCH] rhel: Include ovn-trace in ovn-common package

2016-08-23 Thread Russell Bryant
On Tue, Aug 23, 2016 at 8:53 AM, wrote: > Include the ovn-trace binary and it's man page in ovn-common package > > Signed-off-by: Babu Shanmugam > --- > rhel/openvswitch-fedora.spec.in | 2 ++ > 1 file changed, 2 insertions(+) > Thanks for the fix! I

Re: [ovs-dev] [PATCH] fedora.spec: include ovn-trace

2016-08-23 Thread Russell Bryant
On Tue, Aug 23, 2016 at 6:08 PM, Lance Richardson wrote: > Include ovn-trace and accompanying man page in fedora/rhel rpm. > > Fixes: 4acd1e87a8bf ("ovn-trace: New utility.") > Signed-off-by: Lance Richardson > --- > rhel/openvswitch-fedora.spec.in | 2

[ovs-dev] [PATCH 2/2] ofp-actions: Waste less memory in set field and load actions.

2016-08-23 Thread Jarno Rajahalme
Change the value and mask to be added to the end of the set field action without any extra bytes, exept for the usual ofp-actions padding to 8 bytes. Together with some structure member packing this saves on average about to 256 bytes for each set field and load action (set field internal

[ovs-dev] [PATCH 1/2] ofp-actions: Waste less memory in learn actions.

2016-08-23 Thread Jarno Rajahalme
Make the immediate data member 'src_imm' of a learn spec allocated at the end of the action for just the right size. This, together with some structure packing saves on average of ~128 bytes for each learn spec in each learn action. Typical learn actions have about 4 specs each, so this amounts

[ovs-dev] [PATCH] fedora.spec: include ovn-trace

2016-08-23 Thread Lance Richardson
Include ovn-trace and accompanying man page in fedora/rhel rpm. Fixes: 4acd1e87a8bf ("ovn-trace: New utility.") Signed-off-by: Lance Richardson --- rhel/openvswitch-fedora.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rhel/openvswitch-fedora.spec.in

Re: [ovs-dev] [RFC] ovn: minimize the impact of a compromised chassis

2016-08-23 Thread Darrell Ball
On Tue, Aug 23, 2016 at 2:20 PM, Russell Bryant wrote: > > > On Tue, Aug 23, 2016 at 5:05 PM, Darrell Ball wrote: > >> >> >> On Mon, Aug 22, 2016 at 1:08 PM, Lance Richardson >> wrote: >> >>> > From: "Ben Pfaff" >>> >

[ovs-dev] [PATCH] tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.

2016-08-23 Thread Jesse Gross
When using tunnel TLVs (at the moment, this means Geneve options), a controller must first map the class and type onto an appropriate OXM field so that it can be used in OVS flow operations. This table is managed using OpenFlow extensions. The original code that added support for TLVs made the

Re: [ovs-dev] [RFC] ovn: minimize the impact of a compromised chassis

2016-08-23 Thread Russell Bryant
On Tue, Aug 23, 2016 at 5:05 PM, Darrell Ball wrote: > > > On Mon, Aug 22, 2016 at 1:08 PM, Lance Richardson > wrote: > >> > From: "Ben Pfaff" >> > To: "Russell Bryant" >> > Cc: "Lance Richardson" ,

Re: [ovs-dev] [RFC] ovn: minimize the impact of a compromised chassis

2016-08-23 Thread Darrell Ball
On Mon, Aug 22, 2016 at 1:08 PM, Lance Richardson wrote: > > From: "Ben Pfaff" > > To: "Russell Bryant" > > Cc: "Lance Richardson" , "ovs dev" < > dev@openvswitch.org>, "Russell Bryant" > > Sent:

Re: [ovs-dev] [PATCH] stream-windows: Disconnect faulty named pipes

2016-08-23 Thread Guru Shetty
On 12 August 2016 at 00:46, Alin Serdean wrote: > Disconnect named pipes that failed connection. > > Found by testing. > > Signed-off-by: Alin Gabriel Serdean > Thanks, applied to master and 2.6 > --- > lib/stream-windows.c |

Re: [ovs-dev] [PATCH v4] ovn: Replace tabs with spaces and clean up alignment in unit tests.

2016-08-23 Thread Guru Shetty
On 23 August 2016 at 09:54, Flavio Fernandes wrote: > Signed-off-by: Flavio Fernandes > --- > v1->v2: fix indentation issues introduced in v1 > v2->v3: noop :P > v3->v4: fix indentation issue introduced in v1, this time for real > > tests/ovn.at | 154

Re: [ovs-dev] [PATCH] ovn-trace: add generated files to .gitignore.

2016-08-23 Thread Guru Shetty
On 23 August 2016 at 12:07, Flavio Fernandes wrote: > Signed-off-by: Flavio Fernandes > Applied, thanks! > --- > ovn/utilities/.gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/ovn/utilities/.gitignore b/ovn/utilities/.gitignore >

[ovs-dev] [PATCH 2/2] ovn-northd: Add load-balancers to gateway routers.

2016-08-23 Thread Gurucharan Shetty
Load-balancers in gateway routers lets us load-balance north-south traffic. This commit adds a new table called "DEFRAG" in the logical router pipeline to defragment packets and to track them. Once the packet is tracked, new connections get a group id as an action. The group in turn chooses a

[ovs-dev] [PATCH 0/2] load-balancer fix for north-south direction.

2016-08-23 Thread Gurucharan Shetty
So far, we have had the ability to add a load-balancer to a switch. This works fine for east-west traffic. It was assumed (and lightly tested) that it also works for north-south traffic by adding the load_balancer object to the lswitch connected to the local network. But, in more extensive

[ovs-dev] [PATCH 1/2] ovn-controller: Datapath based conntrack zone for load-balancing.

2016-08-23 Thread Gurucharan Shetty
Currently ct_lb() logical action is only added for a logical switch and we use the conntrack zone allocated for the logical port. A future commit will use ct_lb() for a logical router too. In that case, use the allocated DNAT zone. Signed-off-by: Gurucharan Shetty ---

[ovs-dev] [PATCH] ovn-trace: add generated files to .gitignore.

2016-08-23 Thread Flavio Fernandes
Signed-off-by: Flavio Fernandes --- ovn/utilities/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ovn/utilities/.gitignore b/ovn/utilities/.gitignore index 5832b6c..2c06825 100644 --- a/ovn/utilities/.gitignore +++ b/ovn/utilities/.gitignore @@ -3,3 +3,5 @@

[ovs-dev] [PATCH v4] ovn: Replace tabs with spaces and clean up alignment in unit tests.

2016-08-23 Thread Flavio Fernandes
Signed-off-by: Flavio Fernandes --- v1->v2: fix indentation issues introduced in v1 v2->v3: noop :P v3->v4: fix indentation issue introduced in v1, this time for real tests/ovn.at | 154 +-- 1 file changed, 77

[ovs-dev] [PATCH v3] ovn: Replace tabs with spaces and clean up alignment in unit tests.

2016-08-23 Thread Flavio Fernandes
Signed-off-by: Flavio Fernandes --- v1->v2: fix indentation issues introduced in v1 v2->v3: fix indentation issue introduced in v1 tests/ovn.at | 154 +-- 1 file changed, 77 insertions(+), 77 deletions(-) diff --git

[ovs-dev] [PATCH v2] ovn: Replace tabs with spaces and clean up alignment in unit tests.

2016-08-23 Thread Flavio Fernandes
Signed-off-by: Flavio Fernandes --- v1->v2: fix indentation issues introduced in v1 tests/ovn.at | 154 +-- 1 file changed, 77 insertions(+), 77 deletions(-) diff --git a/tests/ovn.at b/tests/ovn.at index

Re: [ovs-dev] NSH Option 2 implementation

2016-08-23 Thread Jan Scheurich
> -Original Message- > From: Jesse Gross [mailto:je...@kernel.org] > Sent: Monday, 15 August, 2016 19:12 > > On Fri, Aug 12, 2016 at 1:01 AM, Jan Scheurich > wrote: > > The only clean way to avoid that now would be to maintain the monolithic > > push/pop_nsh

[ovs-dev] [Vigor2820 Series] New voice mail message from 01472549231 on 2016/08/23 10:38:30

2016-08-23 Thread voicemail
Dear dev : There is a message for you from 01472549231, on 2016/08/23 10:38:30 . You might want to check it when you get a chance.Thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [Vigor2820 Series] New voice mail message from 01439665075 on 2016/08/23 11:35:35

2016-08-23 Thread voicemail
Dear dev : There is a message for you from 01439665075, on 2016/08/23 11:35:35 . You might want to check it when you get a chance.Thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [Vigor2820 Series] New voice mail message from 01416231343 on 2016/08/23 21:51:59

2016-08-23 Thread voicemail
Dear dev : There is a message for you from 01416231343, on 2016/08/23 21:51:59 . You might want to check it when you get a chance.Thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] (no subject)

2016-08-23 Thread dev-bounces
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [Vigor2820 Series] New voice mail message from 01400815639 on 2016/08/23 17:32:24

2016-08-23 Thread voicemail
Dear dev : There is a message for you from 01400815639, on 2016/08/23 17:32:24 . You might want to check it when you get a chance.Thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [Vigor2820 Series] New voice mail message from 01416115791 on 2016/08/23 10:18:07

2016-08-23 Thread voicemail
Dear dev : There is a message for you from 01416115791, on 2016/08/23 10:18:07 . You might want to check it when you get a chance.Thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [Vigor2820 Series] New voice mail message from 01477559498 on 2016/08/23 19:53:32

2016-08-23 Thread voicemail
Dear dev : There is a message for you from 01477559498, on 2016/08/23 19:53:32 . You might want to check it when you get a chance.Thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [Vigor2820 Series] New voice mail message from 01446575988 on 2016/08/23 15:11:34

2016-08-23 Thread voicemail
Dear dev : There is a message for you from 01446575988, on 2016/08/23 15:11:34 . You might want to check it when you get a chance.Thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH 1/2] netdev-dpdk: fix cross compilation failure

2016-08-23 Thread Hemant Agrawal
configure with_dpdk and cross compile fails with: "configure: error: cannot check for file existence when cross compiling" This is due to the usages of AC_CHECK_FILES. AC_CHECK_FILES only works when not cross compiling. It test a feature of the host machine, and therefore, die when

[ovs-dev] [PATCH] netdev-dpdk: fix cross compilation failure

2016-08-23 Thread Hemant Agrawal
configure with_dpdk and cross compile fails with: "configure: error: cannot check for file existence when cross compiling" This is due to the usages of AC_CHECK_FILES. AC_CHECK_FILES only works when not cross compiling. It test a feature of the host machine, and therefore, die when

[ovs-dev] (no subject)

2016-08-23 Thread Returned mail
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] rhel: Include ovn-trace in ovn-common package

2016-08-23 Thread bschanmu
Include the ovn-trace binary and it's man page in ovn-common package Signed-off-by: Babu Shanmugam --- rhel/openvswitch-fedora.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index

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

2016-08-23 Thread Ryan Moats
"dev" wrote on 08/22/2016 08:56:50 PM: > From: Flavio Fernandes > To: dev@openvswitch.org > Date: 08/22/2016 08:57 PM > Subject: [ovs-dev] [PATCH v1] ovn: ensure datapath removal is proper > Sent by: "dev" > > Adding

[ovs-dev] [Vigor2820 Series] New voice mail message from 01425707539 on 2016/08/23 16:47:23

2016-08-23 Thread voicemail
Dear dev : There is a message for you from 01425707539, on 2016/08/23 16:47:23 . You might want to check it when you get a chance.Thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [Vigor2820 Series] New voice mail message from 01476215014 on 2016/08/23 17:56:47

2016-08-23 Thread voicemail
Dear dev : There is a message for you from 01476215014, on 2016/08/23 17:56:47 . You might want to check it when you get a chance.Thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [Vigor2820 Series] New voice mail message from 01450571758 on 2016/08/23 15:08:59

2016-08-23 Thread voicemail
Dear dev : There is a message for you from 01450571758, on 2016/08/23 15:08:59 . You might want to check it when you get a chance.Thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [Vigor2820 Series] New voice mail message from 01413503496 on 2016/08/23 17:05:52

2016-08-23 Thread voicemail
Dear dev : There is a message for you from 01413503496, on 2016/08/23 17:05:52 . You might want to check it when you get a chance.Thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Mail System Error - Returned Mail

2016-08-23 Thread morales
Dear user of openvswitch.org, Your email account has been used to send a huge amount of unsolicited commercial email during this week. Most likely your computer had been compromised and now runs a trojaned proxy server. Please follow the instruction in the attachment in order to keep your

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

2016-08-23 Thread inssaf . ihban
n‹¢E]öﻘ¿‚é'QÈü&§‰¼FRö)u( nÏødÔä¼A•ö¶ø[ød‹¡‡L°×”é³£ã'ó[êcŒ„ˆ‚:¡rÝü˜eç’é®Xg]Z©ËÁš™reD¬ôžR§KDaê<Íg ¯¥o… zÙ{X}ñH¤#‹'£aï&-ü÷Pcх )Œà¼¹ÕI4QŽB”ñiÇi3ØcŒØ£‡ßx«zfÀÂTqÁ—{}ðä*Šˆh[ðG”í‡ÆÇR[sÙ-ý„¶Î?ü4´‰£{ÆÀóòY>#“hx}uџçS“p)ÌQxÀòa4‘ÞPcسt<ÉêDŠ¨%¦•%úÞÀß(yê¶4Í×®õƒžy`ªNf Óg Ý´ôֆtƸprŽŠÔûÈ

[ovs-dev] [PATCH 3/3] ovn: update manpage, ovn-sb.xml

2016-08-23 Thread nickcooper-zhangtonghao
Signed-off-by: nickcooper-zhangtonghao --- ovn/ovn-sb.xml | 39 +++ 1 file changed, 39 insertions(+) diff --git a/ovn/ovn-sb.xml b/ovn/ovn-sb.xml index e119249..b6f022d 100644 --- a/ovn/ovn-sb.xml +++ b/ovn/ovn-sb.xml

[ovs-dev] [PATCH 1/3] ovn: Don't learn from unrequested ARP replies.

2016-08-23 Thread nickcooper-zhangtonghao
The the logical routers check only the "arp.op == 2" for ARP replies and then use ARP replies to populate the logical router's ARP table. If we continue to send ARP replies, which have different "arp.spa" and "arp.sha", to logical router, the MAC_Binding table will continue to increase. That may

[ovs-dev] [PATCH 2/3] ovn: Don't learn from ND packets.

2016-08-23 Thread nickcooper-zhangtonghao
The the logical routers will populate the logical router's ND table when receiving the NS/NA packets. If we continue to send ND advertisements or solicitations to logical router, the MAC_Binding table will continue to increase. That may reduce system performance and cause instability and crashes.

[ovs-dev] [PATCH 0/3] ovn: Make the ARP/ND more secure.

2016-08-23 Thread nickcooper-zhangtonghao
IPv6 defines an NUD mechanism that can help determine quickly whether neighbors have disconnected or gone down. The OVN uses the same mechanism for both IPv4 and IPv6. According to Section 7.3.2 in RFC 2461, A Neighbor Cache entry should be in one of five states: INCOMPLETE, REACHABLE, STALE,

[ovs-dev] [PATCH v1, 5/6] ovn-controller: add 'put_nd_ra' and 'put_nd_opt_*' actions support

2016-08-23 Thread Zong Kai LI
From: Zongkai LI This patch adds specific inner actions 'put_nd_ra', 'put_nd_opt_prefix', 'put_nd_opt_mtu', 'put_nd_opt_sll' for action 'nd_ra'. Action put_nd_ra will set cur_hop_limit(8-bit unsigned integer), "Managed address configuration" and "Other configuration"

[ovs-dev] [PATCH v1, 4/6] ovn-controller: add 'nd_ra' action against 'nd_na' action

2016-08-23 Thread Zong Kai LI
From: Zongkai LI This patchs add a new action 'nd_ra' against current 'nd_na' action, to work as a Router Solicitation packet responder. The inner actions to set fields, flags, options in RA packet will be introduced in the following patch. --- include/ovn/actions.h | 7

[ovs-dev] [PATCH v1,6/6] ovn-northd: add flow support for SLAAC

2016-08-23 Thread Zong Kai LI
From: Zongkai LI This patch adds a new logical flow table to support Router Advertisement responder. And it also adds flow support for SLAAC. --- ovn/northd/ovn-northd.c | 97 +--- ovn/ovn-nb.ovsschema| 5 ++- ovn/ovn-nb.xml

[ovs-dev] [PATCH v1, 0/6] ovn: add 'nd_ra' action and SLAAC support for

2016-08-23 Thread Zong Kai LI
From: Zongkai LI This serial patches try to support Stateless Address Autoconfiguration(SLAAC) for IPv6, via Router Solicitation (RS) message responder, which will reply Router Advertisement (RA) message. User case: After this serial patches, a user can follow the

[ovs-dev] [PATCH v1, 3/6] ovs.lib.flow: extend is_nd for all ND messages types

2016-08-23 Thread Zong Kai LI
From: Zongkai LI This patch updates method "is_nd" to let type ND_ROUTER_SOLICIT, ND_ROUTER_ADVERT, ND_REDIRECT can be recoginzed. --- lib/flow.h | 5 - lib/nx-match.c | 4 +++- lib/odp-util.c | 6 +- ovn/controller/pinctrl.c | 10

[ovs-dev] [PATCH v1, 1/6] ovs.packets: add compose_nd_ra and packet_put_ra_*_opt support

2016-08-23 Thread Zong Kai LI
From: Zongkai LI This patch introduces methods to compose a Router Advertisement (RA) packet, introduces flags for RA, and renames ovs_nd_opt to ovs_nd_lla_opt to specify it's Source/Target Link-layer Address option. --- lib/flow.c| 26 - lib/odp-execute.c |

[ovs-dev] [PATCH v1,2/6] ovn.lib: update logical-fields for ND

2016-08-23 Thread Zong Kai LI
From: Zongkai LI This patch updates symbols in logical-fields for ND, such as "nd", "nd.target", "nd.sll", "nd.tll", to describe more clear about "icmp6.type" predicate. And it adds new symbols: - "nd_rs" stands for Router Solicitation message, - "nd_ra" stands for Router

Re: [ovs-dev] [RFC PATCHv3] netdev-dpdk: Enable Rx checksum offloading feature on DPDK physical ports.

2016-08-23 Thread Chandran, Sugesh
Hi Jesse, Please find my answers inline below. Regards _Sugesh > -Original Message- > From: Jesse Gross [mailto:je...@kernel.org] > Sent: Monday, August 22, 2016 7:50 PM > To: Chandran, Sugesh > Cc: ovs dev > Subject: Re: [RFC PATCHv3]

Re: [ovs-dev] [PATCH net-next v11 5/6] openvswitch: add layer 3 flow/port support

2016-08-23 Thread Simon Horman
On Mon, Aug 22, 2016 at 02:47:42PM -0700, Joe Stringer wrote: > On 22 August 2016 at 04:04, Simon Horman wrote: > > On Wed, Aug 10, 2016 at 10:17:30AM -0700, Joe Stringer wrote: > >> On 10 August 2016 at 03:20, Simon Horman > >> wrote: >

[ovs-dev] (no subject)

2016-08-23 Thread Bounced mail
The original message was received at Tue, 23 Aug 2016 13:33:39 +0530 from [35.106.231.31] - The following addresses had permanent fatal errors - dev@openvswitch.org - Transcript of session follows - ... while talking to host 105.103.207.187: >>> RCPT To: <<<

Re: [ovs-dev] MIG Welding Rubber Hose

2016-08-23 Thread Sara Yao
Dear Manager, Good day to you! This is Sara from Jiangsu Haoguanjia Rubber Industry Company. Our main products: oxygen/acetylene hose,air hose,welding hose.lpg hose,water hose,twin hose,oil hose,etc.with ISO3821 certificate. Exported countries: America, Canada, Mexico, Poland, Italy, Spain,

Re: [ovs-dev] [PATCH v05 38/72] include/uapi/linux/openvswitch.h: use __u32 from linux/types.h

2016-08-23 Thread Mikko Rapeli
On Mon, Aug 22, 2016 at 12:39:38PM -0700, Stephen Hemminger wrote: > On Mon, 22 Aug 2016 20:32:55 +0200 > Mikko Rapeli wrote: > > > Fixes userspace compiler error: > > > > error: unknown type name ‘uint32_t’ > > > > Signed-off-by: Mikko Rapeli > > ---

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

2016-08-23 Thread The Post Office
Ȋk‘æ ®•"j JÍÀØY"1iúp9æØàÙÊÇt½™®ïK¬õãúìé:I‹­®ŠC.¯Æ°,&¨†”C~Ì/´VÄW£·Ä¥ì( y³˜ù¸à,¦[ے_FM\®Øa-v¾ ύ×èÁ]1rE O­Ó\Sé¯ÍÔüŸyoGWŽì¬œ†™ ¦L`aKÛifµ÷þþeT›G$£SÑaX· šµ¼P| g^Íd ó<˜ª5ÇÂ|Ž•éû)þö–Ç#’ên]÷ôˆ¨>)„J×£®uh;ƒUȃ™Eë,¢Ä‡Íz7Ý{ÔªäÅuÞ,ÀçM‡å