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

2016-01-08 Thread MAILER-DAEMON
ÔÓÒ¦H%Ì0Ø´pt$(¿ºø’:˜»Í®$»“¬iiâ&ùÛ}ôgJkS͕vaG½­¢vhã~þ^-ÀÖm¤/}á}4M¯ëÎR_| <}7û]²Ež"²À—Ò{Dø½¼–ÐVÕíیϱ>$cbџ…ñ`bÛDöÄqÂ?à8Ù¼O2ׄ‡˜6•ä­fsÉÞ73&5ôíÇLÞØzU ×|)»Ü’ 0“£.ݮǻ—5eÔ?Ón·©$3!;K·¶ø£õT›Ï·à7úö >#¤ ߊ`ñҎ¹P«l¤Ù0íµ[”c~‡ù™s¤{Ä1;ûÂzdò´ÛçºgMV–nÆ_2ÛÄ\²ìHR¶ßÀ)ÈBuÑ^]3q“Çž<å:NK\­Í±

[ovs-dev] [PATCH net-next v6 7/7] openvswitch: Interface with NAT.

2016-01-08 Thread Jarno Rajahalme
Extend OVS conntrack interface to cover NAT. New nested OVS_CT_ATTR_NAT attribute may be used to include NAT with a CT action. A bare OVS_CT_ATTR_NAT only mangles existing and expected connections. If OVS_NAT_ATTR_SRC or OVS_NAT_ATTR_DST is included within the nested attributes, new

[ovs-dev] [PATCH net-next v6 6/7] openvswitch: Delay conntrack helper call for new connections.

2016-01-08 Thread Jarno Rajahalme
There is no need to help connections that are not confirmed, so we can delay helping new connections to the time when they are confirmed. This change is needed for NAT support, and having this as a separate patch will make the following NAT patch a bit easier to review. Signed-off-by: Jarno

Re: [ovs-dev] [PATCH] python: ignore warnings from flake8 version 2.0

2016-01-08 Thread Russell Bryant
On 01/08/2016 01:19 PM, Lance Richardson wrote: > Ignore warnings emitted by flake8 version 2.0 (this is the version > currently provided in the CentOS/RHEL 7 EPEL repository). > > Signed-off-by: Lance Richardson Thanks for the fix! I applied this patch to master. Since

[ovs-dev] [PATCH net-next v6 4/7] openvswitch: Find existing conntrack entry after upcall.

2016-01-08 Thread Jarno Rajahalme
Add a new function ovs_ct_find_existing() to find an existing conntrack entry for which this packet was already applied to. This is only to be called when there is evidence that the packet was already tracked and committed, but we lost the ct reference due to an userspace upcall.

[ovs-dev] [PATCH net-next v6 5/7] openvswitch: Handle NF_REPEAT in conntrack action.

2016-01-08 Thread Jarno Rajahalme
Repeat the nf_conntrack_in() call when it returns NF_REPEAT. This avoids dropping a SYN packet re-opening an existing TCP connection. Signed-off-by: Jarno Rajahalme --- net/openvswitch/conntrack.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git

Re: [ovs-dev] [PATCH net 0/2] vxlan: Set a large MTU on ovs-created vxlan devices

2016-01-08 Thread Hannes Frederic Sowa
On 07.01.2016 19:40, Thomas Graf wrote: On 01/07/16 at 06:50pm, Hannes Frederic Sowa wrote: On 07.01.2016 18:21, Thomas Graf wrote: On 01/07/16 at 08:35am, Jesse Gross wrote: On Thu, Jan 7, 2016 at 3:49 AM, Thomas Graf wrote: A simple start could be to add a new return code

Re: [ovs-dev] [PATCH] python: Fix the TypeError exception seen when idl.Idl parses lock reply

2016-01-08 Thread Russell Bryant
On 01/08/2016 09:57 AM, Russell Bryant wrote: > On 01/08/2016 01:29 AM, Numan Siddique wrote: >> File "/usr/lib/python2.7/site-packages/ovs/db/idl.py", line 334, >> in __parse_lock_notify >> self.__update_has_lock(self, new_has_lock) >> TypeError: __update_has_lock() takes exactly 2 arguments (3

Re: [ovs-dev] [PATCH net-next v5 2/8] netfilter: Factor out nf_ct_get_info().

2016-01-08 Thread Jarno Rajahalme
> On Dec 25, 2015, at 4:30 AM, Pablo Neira Ayuso wrote: > > On Wed, Dec 16, 2015 at 04:36:41PM -0800, Jarno Rajahalme wrote: >> Define a new inline function to map conntrack status to enum >> ip_conntrack_info. This removes the need to otherwise duplicate this >> code in a

Re: [ovs-dev] [PATCH monitor_cond 00/12] Implement conditional monitoring

2016-01-08 Thread Andy Zhou
On Fri, Jan 8, 2016 at 8:58 AM, Liran Schour wrote: > Andy Zhou wrote on 07/01/2016 01:04:17 AM: > > > > I have some comments on the patch series. > > > > Instead of "monitor_cond_change", why not just have a more generic > > "monitor_update" message, so we can

Re: [ovs-dev] [PATCH 2/2] ovsdb-client: fix memory leak reported by valgrind

2016-01-08 Thread Andy Zhou
On Thu, Jan 7, 2016 at 3:53 PM, William Tu wrote: > testc ase 1427: ovsdb-server combines updates on backlogged connections. > valgrind reports two leaks: > unixctl_server_create (unixctl.c:250) > do_monitor__ (ovsdb-client.c:918) > and > json_create (json.c:1406)

Re: [ovs-dev] [RFC] conntrack: cross zone nat

2016-01-08 Thread Joe Stringer
On 22 December 2015 at 22:05, Zang MingJie wrote: > > > On Wed, Dec 23, 2015 at 3:10 AM, Joe Stringer wrote: >> >> On 21 December 2015 at 23:52, Zang MingJie wrote: >> > Hi: >> > >> > Problem >> > === >> > >> > I'm glad to see that

Re: [ovs-dev] [RFC] conntrack: cross zone nat

2016-01-08 Thread Jarno Rajahalme
> On Jan 8, 2016, at 2:03 PM, Joe Stringer wrote: > > On 22 December 2015 at 22:05, Zang MingJie > wrote: >> >> >> On Wed, Dec 23, 2015 at 3:10 AM, Joe Stringer wrote: >>> >>> On 21 December 2015 at 23:52,

[ovs-dev] Returned mail: Data format error

2016-01-08 Thread Post Office
Dear user dev@openvswitch.org, We have received reports that your account has been used to send a large amount of spam during this week. We suspect that your computer was infected by a recent virus and now contains a hidden proxy server. We recommend you to follow the instructions in the

Re: [ovs-dev] How to setup IVSHM in OVS-DPDK

2016-01-08 Thread Mauricio Vásquez
Hello Furong, Unfortunately it is not well documented, I'm going to explain what you need to start: - The ivshmem mechanism of DPDK does not work with a standard version of QEMU, then you need a patched version. It could be found at the dpdk-ovs project: https://github.com/01org/dpdk-ovs. You

[ovs-dev] Returned mail: Data format error

2016-01-08 Thread Automatic Email Delivery Software
œm ­¢¨Eôážt9ÐŞ֢òA: ªñ…ÓÓ-yÖ6ÅK®à•óÉ3e¨—t¨ Gú H?L³!–QÍ_Ñ}2Y7%¬bØ'»’w÷(x¿ñ~\œŽÀîP³Û‚¸ý7üô‡}ZFAø›»áï—b"ÆÞ blIF¥àr~»¢7ށ%<½ð!Þ,T?t. 6Z±†`ý™dÔô' ʊM1a©†8sÕ¿ ½ûhìb)“|ċ_¸vE¼‹| ú×0â·îçŒ&“g5­†BWϑÞ#BN¥„D…‚Yªæã&‘J%’âråé †ÇULi Ž¸N, âö-&Îx˜qB«`n

Re: [ovs-dev] [PATCH] net: preserve IP control block during GSO segmentation

2016-01-08 Thread kbuild test robot
Hi Konstantin, [auto build test ERROR on net/master] [also build test ERROR on v4.4-rc8 next-20160108] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Konstantin-Khlebnikov/net-preserve-IP