Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[PATCH\]\s+Sloppy\s+TCP\,\s+SH\s+rebalancing\,\s+SHP\s+scheduling\s*$/: 46 ]

Total 46 documents matching your query.

1. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Thu, 20 Jun 2013 23:09:16 +0300 (EEST)
Hello, Just like every connection, may be you can find such message in dmesg/logs when IPVS starts: IP_VS_DBG(0, "Each connection entry needs %Zd bytes at least\n", sizeof(struct ip_vs_conn)); You ca
/html/lvs-devel/2013-06/msg00067.html (11,556 bytes)

2. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Aleksey Chudov <aleksey.chudov@xxxxxxxxx>
Date: Thu, 20 Jun 2013 20:02:46 +0300
Hi, I'm trying to calculate how much memory will be needed to synchronize the persistent templates across the entire cluster. How much memory consumes one persistent template? Aleksey -- To unsubscri
/html/lvs-devel/2013-06/msg00066.html (10,804 bytes)

3. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Aleksey Chudov <aleksey.chudov@xxxxxxxxx>
Date: Wed, 19 Jun 2013 23:44:51 +0300
Hello, On 19.06.2013 12:03, Julian Anastasov wrote: Here is something that is compile-tested. You will need the "ipvs: sloppy TCP and SCTP" patch by Alexander Frolkin posted on 13 Jun. Let me know if
/html/lvs-devel/2013-06/msg00060.html (11,792 bytes)

4. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Wed, 19 Jun 2013 22:25:59 +0300 (EEST)
Hello, Ops :) s/in_peristence/in_persistence/ Regards -- Julian Anastasov <ja@xxxxxx> -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxx
/html/lvs-devel/2013-06/msg00057.html (10,756 bytes)

5. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Wed, 19 Jun 2013 12:03:22 +0300 (EEST)
Hello, Here is something that is compile-tested. You will need the "ipvs: sloppy TCP and SCTP" patch by Alexander Frolkin posted on 13 Jun. Let me know if you need more help in applying and testing s
/html/lvs-devel/2013-06/msg00054.html (17,736 bytes)

6. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Tue, 18 Jun 2013 23:52:00 +0300 (EEST)
Hello, You can also fix this comment. After fixing above comment and if tests looks ok you can post an official patch. Regards -- Julian Anastasov <ja@xxxxxx> -- To unsubscribe from this list: send t
/html/lvs-devel/2013-06/msg00048.html (20,809 bytes)

7. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Tue, 18 Jun 2013 23:41:40 +0300 (EEST)
Hello, I don't see problems with this version. If you post an official patch I'll ack it. Others still have time for comments. Regards -- Julian Anastasov <ja@xxxxxx> -- To unsubscribe from this list
/html/lvs-devel/2013-06/msg00047.html (31,455 bytes)

8. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Alexander Frolkin <avf@xxxxxxxxxxxxxx>
Date: Tue, 18 Jun 2013 10:30:08 +0100
Hi, Latest version of SH patch: diff --git a/include/uapi/linux/ip_vs.h b/include/uapi/linux/ip_vs.h index a245377..2945822 100644 -- a/include/uapi/linux/ip_vs.h +++ b/include/uapi/linux/ip_vs.h @@
/html/lvs-devel/2013-06/msg00046.html (18,365 bytes)

9. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Alexander Frolkin <avf@xxxxxxxxxxxxxx>
Date: Tue, 18 Jun 2013 10:08:10 +0100
Hi, Latest version of ipvsadm patch: diff --git a/ipvsadm.8 b/ipvsadm.8 index 001ae74..9a9e9b3 100644 -- a/ipvsadm.8 +++ b/ipvsadm.8 @@ -37,7 +37,7 @@ ipvsadm \- Linux Virtual Server administration .
/html/lvs-devel/2013-06/msg00045.html (27,295 bytes)

10. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Mon, 17 Jun 2013 23:05:33 +0300 (EEST)
Hello, If not a multi-line, the comment can be: /* Helper function to determine if server is unavailable */ But some function names are too obvious :) No need for extra 'else' May be 'iph', not '&iph
/html/lvs-devel/2013-06/msg00040.html (13,993 bytes)

11. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Mon, 17 Jun 2013 22:48:39 +0300 (EEST)
Hello, Such strncpy calls are not very safe, they should be strncpy(dest, src, space - 1); dest[space - 1] = 0; Better to use snprintf(sched_flags_arg, sizeof(sched_flags_arg), "%s", optarg); We can
/html/lvs-devel/2013-06/msg00039.html (14,210 bytes)

12. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Alexander Frolkin <avf@xxxxxxxxxxxxxx>
Date: Mon, 17 Jun 2013 12:11:13 +0100
Hi, I've moved things around a bit: diff --git a/include/uapi/linux/ip_vs.h b/include/uapi/linux/ip_vs.h index a245377..2945822 100644 -- a/include/uapi/linux/ip_vs.h +++ b/include/uapi/linux/ip_vs.h
/html/lvs-devel/2013-06/msg00038.html (18,433 bytes)

13. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Alexander Frolkin <avf@xxxxxxxxxxxxxx>
Date: Mon, 17 Jun 2013 11:35:32 +0100
Hi, I've moved the code to parse the scheduler flags to the end of the function, when the scheduler is known: diff --git a/ipvsadm.8 b/ipvsadm.8 index 001ae74..9a9e9b3 100644 -- a/ipvsadm.8 +++ b/ipv
/html/lvs-devel/2013-06/msg00037.html (27,574 bytes)

14. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Mon, 17 Jun 2013 12:04:43 +0300 (EEST)
Hello, Wait, it seems is_unavailable() can succeed for other reasons, so the 'if (!dest) ... break;' check should be first, may be out of is_unavailable(). Regards -- Julian Anastasov <ja@xxxxxx> --
/html/lvs-devel/2013-06/msg00036.html (12,594 bytes)

15. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Mon, 17 Jun 2013 12:00:00 +0300 (EEST)
Hello, Yes, you will find 256 NULLs there. Regards -- Julian Anastasov <ja@xxxxxx> -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxx
/html/lvs-devel/2013-06/msg00035.html (12,455 bytes)

16. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Alexander Frolkin <avf@xxxxxxxxxxxxxx>
Date: Mon, 17 Jun 2013 09:32:04 +0100
Hi, So if dest is NULL, there is no point trying to choose a different server? Alex -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxx
/html/lvs-devel/2013-06/msg00034.html (12,543 bytes)

17. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Sun, 16 Jun 2013 11:30:15 +0300 (EEST)
Hello, OK, if others do not come up with another idea. sched-flags here? TAG_SCHED_FLAGS is not needed with 'b' Moving the following parsing in separate function parse_sched_flags(sched, optarg) will
/html/lvs-devel/2013-06/msg00032.html (27,928 bytes)

18. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Sun, 16 Jun 2013 09:52:44 +0300 (EEST)
Hello, There is already a requirement the multiline comments in net/ to be in such format: /* First line * ... * last line */ Do it for all comments that you add in this patch. 'bool' should work eve
/html/lvs-devel/2013-06/msg00031.html (21,820 bytes)

19. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Alexander Frolkin <avf@xxxxxxxxxxxxxx>
Date: Fri, 14 Jun 2013 12:47:11 +0100
Hi, Updated ipvsadm patch below. I've kept -b for now: there are no long options in ipvsadm -S output, and I think it would be nice to keep it that way. diff --git a/ipvsadm.8 b/ipvsadm.8 index 001ae
/html/lvs-devel/2013-06/msg00029.html (25,383 bytes)

20. Re: [PATCH] Sloppy TCP, SH rebalancing, SHP scheduling (score: 1)
Author: Alexander Frolkin <avf@xxxxxxxxxxxxxx>
Date: Fri, 14 Jun 2013 11:22:10 +0100
Hi, Well, okay. I just have a personal preference for short options. :-) It makes ipvsadm -Sn output look nicer, too. Okay, that looks good. I've done some refactoring to simplify ip_vs_sh_schedule.
/html/lvs-devel/2013-06/msg00028.html (19,025 bytes)


This search system is powered by Namazu