Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[PATCH\]\s+IPVS\:\s+Move\s+userspace\s+definitions\s+to\s+include\/linux\/ip_vs\.h\s*$/: 19 ]

Total 19 documents matching your query.

1. [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: Julius Volz <juliusv@xxxxxxxxxx>
Date: Tue, 8 Jul 2008 16:29:56 +0200
Current versions of ipvsadm include "/usr/src/linux/include/net/ip_vs.h" directly. This file also contains kernel-only definitions. Normally, public definitions should live in include/linux, so this
/html/lvs-devel/2008-07/msg00000.html (28,400 bytes)

2. Re: [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: Simon Horman <horms@xxxxxxxxxxxx>
Date: Wed, 9 Jul 2008 11:11:12 +1000
Hi Julius, Firstly these changes look fine: Acked Secondly, What are your plans for ipvsadm? Do you think that a fork will be neccessasry to utilise the netlink interface? Or even a new tool with a c
/html/lvs-devel/2008-07/msg00001.html (9,534 bytes)

3. Re: [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: "Julius Volz" <juliusv@xxxxxxxxxx>
Date: Wed, 9 Jul 2008 13:24:35 +0200
Thanks! Vince is converting the latest available ipvsadm version to support the Netlink interface and IPv6 features. So ideally, there will be no fork or new tool, just a new version. We are keeping
/html/lvs-devel/2008-07/msg00002.html (9,991 bytes)

4. Re: [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: Simon Horman <horms@xxxxxxxxxxxx>
Date: Wed, 9 Jul 2008 22:20:30 +1000
That sounds great. -- Horms -- 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
/html/lvs-devel/2008-07/msg00003.html (10,438 bytes)

5. [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: Simon Horman <horms@xxxxxxxxxxxx>
Date: Tue, 22 Jul 2008 10:37:57 +1000
Current versions of ipvsadm include "/usr/src/linux/include/net/ip_vs.h" directly. This file also contains kernel-only definitions. Normally, public definitions should live in include/linux, so this
/html/lvs-devel/2008-07/msg00031.html (29,937 bytes)

6. Re: [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: David Miller <davem@xxxxxxxxxxxxx>
Date: Wed, 23 Jul 2008 16:42:15 -0700 (PDT)
Userland exported headers need to have an entry in include/linux/Kbuild Since this linux/ip_vs.h file is new, a new entry needs to be added there. Thanks. -- To unsubscribe from this list: send the l
/html/lvs-devel/2008-07/msg00035.html (10,614 bytes)

7. Re: [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: Simon Horman <horms@xxxxxxxxxxxx>
Date: Thu, 24 Jul 2008 10:20:59 +1000
Thanks, I wasn't aware of that. Julius, I think this is the bit we are missing: Index: net-next-2.6/include/linux/Kbuild == -- net-next-2.6.orig/include/linux/Kbuild 2008-07-24 10:15:52.000000000 +10
/html/lvs-devel/2008-07/msg00036.html (11,593 bytes)

8. Re: [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: "Julius Volz" <juliusv@xxxxxxxxxx>
Date: Thu, 24 Jul 2008 12:09:37 +0200
Oh, me neither. Thanks, I'll post the patch again with this! Julius -- Google Switzerland GmbH -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majo
/html/lvs-devel/2008-07/msg00037.html (11,694 bytes)

9. [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: Julius Volz <juliusv@xxxxxxxxxx>
Date: Thu, 24 Jul 2008 12:14:49 +0200
Current versions of ipvsadm include "/usr/src/linux/include/net/ip_vs.h" directly. This file also contains kernel-only definitions. Normally, public definitions should live in include/linux, so this
/html/lvs-devel/2008-07/msg00038.html (30,866 bytes)

10. Re: [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: Simon Horman <horms@xxxxxxxxxxxx>
Date: Thu, 24 Jul 2008 21:14:36 +1000
Acked-by: Simon Horman <horms@xxxxxxxxxxxx> -- Horms -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info
/html/lvs-devel/2008-07/msg00039.html (38,598 bytes)

11. Re: [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: Patrick McHardy <kaber@xxxxxxxxx>
Date: Thu, 24 Jul 2008 13:22:34 +0200
Simon Horman wrote: On Thu, Jul 24, 2008 at 12:14:49PM +0200, Julius Volz wrote: Current versions of ipvsadm include "/usr/src/linux/include/net/ip_vs.h" directly. This file also contains kernel-only
/html/lvs-devel/2008-07/msg00040.html (18,714 bytes)

12. Re: [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: "Julius Volz" <juliusv@xxxxxxxxxx>
Date: Thu, 24 Jul 2008 13:34:27 +0200
This doesn't seem to be used at all anymore, but I didn't want to remove it in the same patch... should I? Unfortunately, these structs all have to stay as they are because they are used by old ipvsa
/html/lvs-devel/2008-07/msg00041.html (12,352 bytes)

13. Re: [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: Patrick McHardy <kaber@xxxxxxxxx>
Date: Thu, 24 Jul 2008 13:40:44 +0200
Julius Volz wrote: On Thu, Jul 24, 2008 at 1:22 PM, Patrick McHardy <kaber@xxxxxxxxx> wrote: +/* Move it to better place one day, for now keep it unique */ +#define NFC_IPVS_PROPERTY 0x10000 Does thi
/html/lvs-devel/2008-07/msg00042.html (13,277 bytes)

14. Re: [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: "Julius Volz" <juliusv@xxxxxxxxxx>
Date: Thu, 24 Jul 2008 13:46:38 +0200
I don't think so. It was once used as a bitmask into skb->nfcache, which does not even exist anymore. There's no use of it in the current ipvsadm. I think it can go away, I'll post an updated patch a
/html/lvs-devel/2008-07/msg00043.html (11,963 bytes)

15. [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: Julius Volz <juliusv@xxxxxxxxxx>
Date: Thu, 24 Jul 2008 13:58:36 +0200
Current versions of ipvsadm include "/usr/src/linux/include/net/ip_vs.h" directly. This file also contains kernel-only definitions. Normally, public definitions should live in include/linux, so this
/html/lvs-devel/2008-07/msg00044.html (31,344 bytes)

16. Re: [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: Simon Horman <horms@xxxxxxxxxxxx>
Date: Fri, 25 Jul 2008 10:18:58 +1000
I'm pretty sure that it is safe to get rid of NFC_IPVS_PROPERTY -- Horms -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx
/html/lvs-devel/2008-07/msg00046.html (12,400 bytes)

17. Re: [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: Simon Horman <horms@xxxxxxxxxxxx>
Date: Fri, 25 Jul 2008 10:22:21 +1000
Acked-by: Simon Horman <horms@xxxxxxxxxxxx> -- 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:/
/html/lvs-devel/2008-07/msg00047.html (11,662 bytes)

18. [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: Simon Horman <horms@xxxxxxxxxxxx>
Date: Thu, 31 Jul 2008 12:09:28 +1000
Current versions of ipvsadm include "/usr/src/linux/include/net/ip_vs.h" directly. This file also contains kernel-only definitions. Normally, public definitions should live in include/linux, so this
/html/lvs-devel/2008-07/msg00052.html (31,977 bytes)

19. Re: [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h (score: 1)
Author: David Miller <davem@xxxxxxxxxxxxx>
Date: Thu, 31 Jul 2008 20:45:44 -0700 (PDT)
Applied, thanks everyone. -- 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/m
/html/lvs-devel/2008-08/msg00000.html (9,222 bytes)


This search system is powered by Namazu