Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[PATCH\]\s+ipvs\:\s+Fix\s+reuse\s+connection\s+if\s+real\s+server\s+is\s+dead\s*$/: 13 ]

Total 13 documents matching your query.

1. Re: [PATCH] ipvs: Fix reuse connection if real server is dead (score: 1)
Author: Simon Horman <horms@xxxxxxxxxxxx>
Date: Tue, 28 May 2013 08:48:52 +0900
Thanks. -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
/html/lvs-devel/2013-05/msg00082.html (10,063 bytes)

2. Re: [PATCH] ipvs: Fix reuse connection if real server is dead (score: 1)
Author: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>
Date: Mon, 27 May 2013 13:49:11 +0200
Applied, thanks Simon. I have mangled the description to insist on the fact that newly (reused) connections break as they will be directed to the dead server. -- To unsubscribe from this list: send t
/html/lvs-devel/2013-05/msg00078.html (9,905 bytes)

3. [PATCH] ipvs: Fix reuse connection if real server is dead (score: 1)
Author: Simon Horman <horms@xxxxxxxxxxxx>
Date: Sun, 26 May 2013 08:16:39 +0900
Expire cached connection for new TCP/SCTP connection if real server is down Signed-off-by: Grzegorz Lyczba <grzegorz.lyczba@xxxxxxxxx> Acked-by: Hans Schillstrom <hans@xxxxxxxxxxxxxxx> Acked-by: Juli
/html/lvs-devel/2013-05/msg00075.html (11,850 bytes)

4. Re: [PATCH] ipvs: Fix reuse connection if real server is dead (score: 1)
Author: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>
Date: Mon, 13 May 2013 15:38:52 +0200
On Sat, 11 May 2013 16:23:33 +0300 (EEST) Julian Anastasov <ja@xxxxxx> wrote: Also remember to add a "version" tag to the subject, when you resubmit. Subject like: [PATCH v3] ipvs: Fix reuse connecti
/html/lvs-devel/2013-05/msg00043.html (10,631 bytes)

5. Re: [PATCH] ipvs: Fix reuse connection if real server is dead (score: 1)
Author: Simon Horman <horms@xxxxxxxxxxxx>
Date: Mon, 13 May 2013 10:38:52 +0900
I see some evidence of the above style in net/core/ so personally I am fine with it. -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxx
/html/lvs-devel/2013-05/msg00042.html (15,738 bytes)

6. Re: [PATCH] ipvs: Fix reuse connection if real server is dead (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Sat, 11 May 2013 16:23:33 +0300 (EEST)
Hello, The change looks correct but you have to fix some coding style issues. Otherwise, patch will be rejected. You can also check Documentation/CodingStyle WARNING: braces {} are not necessary for
/html/lvs-devel/2013-05/msg00041.html (14,017 bytes)

7. [PATCH] ipvs: Fix reuse connection if real server is dead (score: 1)
Author: Grzegorz yczba <grzegorz.lyczba@xxxxxxxxx>
Date: Sat, 11 May 2013 11:32:25 +0200
Expire cached connection for new TCP/SCTP connection if real server is down Signed-off-by: Grzegorz Lyczba <grzegorz.lyczba@xxxxxxxxx> -- net/netfilter/ipvs/ip_vs_core.c | 36 ++++++++++++++++++++++++
/html/lvs-devel/2013-05/msg00040.html (11,875 bytes)

8. Re: [PATCH] ipvs: Fix reuse connection if real server is dead (score: 1)
Author: Hans Schillstrom <hans@xxxxxxxxxxxxxxx>
Date: Wed, 08 May 2013 11:21:19 +0200
Shame on me, I should really have thought about that... I think I know who invented the iph.fragoffs :-) Regards Hans Attachment: smime.p7s Description: S/MIME cryptographic signature
/html/lvs-devel/2013-05/msg00039.html (10,503 bytes)

9. Re: [PATCH] ipvs: Fix reuse connection if real server is dead (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Wed, 8 May 2013 11:53:33 +0300 (EEST)
Hello, SYNs are usually not fragmented. But we don't have the right to search for SYN in a packet without TCP header. It can be data fragment that contains 1 at this bit position, when weight=0 such
/html/lvs-devel/2013-05/msg00038.html (9,858 bytes)

10. Re: [PATCH] ipvs: Fix reuse connection if real server is dead (score: 1)
Author: Hans Schillstrom <hans@xxxxxxxxxxxxxxx>
Date: Wed, 08 May 2013 10:07:55 +0200
Do we really need that? I don't think a SYN can be fragmented. Regards Hans Attachment: smime.p7s Description: S/MIME cryptographic signature
/html/lvs-devel/2013-05/msg00037.html (13,499 bytes)

11. Re: [PATCH] ipvs: Fix reuse connection if real server is dead (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Wed, 8 May 2013 10:35:11 +0300 (EEST)
Hello, As Hans notes, it is a good idea to support SCTP by using the iph address as second argument. May be the func can be named is_new_conn: static inline bool is_new_conn(const struct sk_buff *skb
/html/lvs-devel/2013-05/msg00036.html (11,501 bytes)

12. Re: [PATCH] ipvs: Fix reuse connection if real server is dead (score: 1)
Author: Hans Schillstrom <hans@xxxxxxxxxxxxxxx>
Date: Wed, 08 May 2013 08:12:44 +0200
This patch will break some "common" use cases, on the other hand it also solves some issues... I would prefer to have a sysctl to turn it on. Should we have something similar for sctp? Regards Hans A
/html/lvs-devel/2013-05/msg00035.html (11,036 bytes)

13. [PATCH] ipvs: Fix reuse connection if real server is dead (score: 1)
Author: Grzegorz Lyczba <grzegorz.lyczba@xxxxxxxxx>
Date: Tue, 7 May 2013 23:54:40 +0200
Expire cached connection for new TCP connection if real server is down Signed-off-by: Grzegorz Lyczba <grzegorz.lyczba@xxxxxxxxx> -- net/netfilter/ipvs/ip_vs_core.c | 20 ++++++++++++++++++++ 1 files
/html/lvs-devel/2013-05/msg00034.html (10,127 bytes)


This search system is powered by Namazu