Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*resend\s+patch\:\s+xfrm\s+policybyid\s*$/: 46 ]

Total 46 documents matching your query.

1. resend patch: xfrm policybyid (score: 1)
Author: nton@xxxxxxxxx>
Date: Thu, 05 May 2005 09:14:36 -0400
I dont think we reached any agreement last time, Herbert - so here is a A rule is unique by both selector(which it was already and this patch doesnt change) and index which could be user specified(ne
/archives/netdev/2005-05/msg00202.html (8,821 bytes)

2. Re: resend patch: xfrm policybyid (score: 1)
Author: n@xxxxxxxxxxxx>
Date: Fri, 6 May 2005 07:32:39 +1000
This is still racy since delp can be killed by timers before you get the lock. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx> Home Pa
/archives/netdev/2005-05/msg00233.html (9,752 bytes)

3. Re: resend patch: xfrm policybyid (score: 1)
Author: xxxxxxxxxxxxxx>
Date: Thu, 05 May 2005 18:17:15 -0400
Ok, Herbert - this is fixable: I take it moving the lock one up is sufficient; i dont mind if you fix it and add it to your list. BTW, are the event patches in Davems queue somewhere? I have a few ip
/archives/netdev/2005-05/msg00243.html (9,446 bytes)

4. Re: resend patch: xfrm policybyid (score: 1)
Author: @xxxxxxxxxxxxx>
Date: Thu, 5 May 2005 15:18:20 -0700
I'm not queueing 2.6.13 material yet. 2.6.12 bug fixes are a full time job yet :-)
/archives/netdev/2005-05/msg00247.html (9,010 bytes)

5. Re: resend patch: xfrm policybyid (score: 1)
Author: @xxxxxxxxxxxxx>
Date: Fri, 6 May 2005 09:12:10 +1000
I know it's fixable, but the problem is that the fix is likely to make this function even uglier :) What I still don't get is who would be using this feature. No I don't mean an example of how the ip
/archives/netdev/2005-05/msg00257.html (10,468 bytes)

6. Re: resend patch: xfrm policybyid (score: 1)
Author: nton@xxxxxxxxx>
Date: Thu, 05 May 2005 21:15:22 -0400
I am giving you the opportunity now to fix it your way;-> Rewrite if you want. I promise not to hassle you ;-> Oh, wait, ip doesnt count as an app?;-> Now, lets say it doesnt. The incosistency i see
/archives/netdev/2005-05/msg00269.html (11,303 bytes)

7. Re: resend patch: xfrm policybyid (score: 1)
Author: adi@xxxxxxxxxx>
Date: Fri, 6 May 2005 11:31:25 +1000
Ah, that's why we're talking past each other :) You're looking at it as a bug where we aren't setting the index when it is provided by the user. The way I'm seeing it is that the index is simply a re
/archives/netdev/2005-05/msg00270.html (11,185 bytes)

8. Re: resend patch: xfrm policybyid (score: 1)
Author: lo@xxxxxxxxxxx>
Date: Thu, 05 May 2005 22:10:03 -0400
It is a bug based on what common usage of what indices are used for in tables. They are search keys. IOW, they are search keys. Search keys are unique and read-write. You cant just invent you rules H
/archives/netdev/2005-05/msg00272.html (12,628 bytes)

9. Re: resend patch: xfrm policybyid (score: 1)
Author: adi@xxxxxxxxxx>
Date: Thu, 05 May 2005 22:20:16 -0400
It wasnt clear - but the above description is for adding. cheers, jamal
/archives/netdev/2005-05/msg00273.html (10,714 bytes)

10. Re: resend patch: xfrm policybyid (score: 1)
Author: nton@xxxxxxxxx>
Date: Fri, 6 May 2005 18:54:05 +1000
I'm afraid I still disagree. There should only be one key that the user gets to set when adding policies that is guaranteed to be unique. As it is it's the selector. Letting the user specify two inde
/archives/netdev/2005-05/msg00289.html (12,374 bytes)

11. Re: resend patch: xfrm policybyid (score: 1)
Author: xxxxxxxxxxxxxx>
Date: Fri, 6 May 2005 21:04:45 +1000
I can queue them up for you and bounce them to Dave once 2.6.13 opens up. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: h
/archives/netdev/2005-05/msg00292.html (9,362 bytes)

12. Re: resend patch: xfrm policybyid (score: 1)
Author: on@xxxxxxxxxxx>
Date: Fri, 06 May 2005 07:53:00 -0400
You are a reasonable man, so i am hoping you will end agreeing or agreeing to disagree;-> Note: The index was already guaranteed to be unique even without my patch. Just to make sure we are not speak
/archives/netdev/2005-05/msg00295.html (14,556 bytes)

13. Re: resend patch: xfrm policybyid (score: 1)
Author: adi@xxxxxxxxxx>
Date: Fri, 06 May 2005 07:56:18 -0400
I would appreciate that - i am famous for losing patches. Now queue that policybyid patch too ;-> cheers, jamal
/archives/netdev/2005-05/msg00296.html (9,173 bytes)

14. Re: resend patch: xfrm policybyid (score: 1)
Author: xxxxxxxxxxxxxx>
Date: Fri, 6 May 2005 23:28:29 +1000
Dave, would you mind if I pushed these event patches into mm for some testing? Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx> Home Pa
/archives/netdev/2005-05/msg00300.html (10,010 bytes)

15. Re: resend patch: xfrm policybyid (score: 1)
Author: greg@xxxxxxxxx>
Date: Fri, 6 May 2005 11:20:41 -0700
Feel free.
/archives/netdev/2005-05/msg00317.html (9,961 bytes)

16. Re: resend patch: xfrm policybyid (score: 1)
Author: <leonid.grossman@xxxxxxxxxxxx>
Date: Sat, 7 May 2005 20:55:00 +1000
If it weren't for the fact that the only way of achieving what you want here is through ugly code then I wouldn't have any problems with it at all. The difference is that the uniqueness is easy when
/archives/netdev/2005-05/msg00350.html (12,629 bytes)

17. Re: resend patch: xfrm policybyid (score: 1)
Author: x>
Date: Sat, 07 May 2005 08:38:16 -0400
Rewrite it Herbert ;-> I have no qualms as long as the feature is available. I even promised not to harass you ;-> But the uniqueness is still maintained. Nothing changes there. As i said in the last
/archives/netdev/2005-05/msg00356.html (13,305 bytes)

18. Re: resend patch: xfrm policybyid (score: 1)
Author: u <herbert@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 8 May 2005 18:07:30 +1000
Sorry, I can't think of any good ways to implement what you want. The difference is that we now have to guarantee the uniqueness of two unrelated fields during insertion: the index as well as the sel
/archives/netdev/2005-05/msg00365.html (13,548 bytes)

19. Re: resend patch: xfrm policybyid (score: 1)
Author: xxxxxx>
Date: Sun, 08 May 2005 10:30:43 -0400
There is really nothing in my (small) patch that you have pointed out that is unresolvable;-> You just dont like the idea, period. Both the index and the selector MUST be unique, no question about th
/archives/netdev/2005-05/msg00371.html (13,621 bytes)

20. Re: resend patch: xfrm policybyid (score: 1)
Author: xxxxxx>
Date: Sun, 08 May 2005 17:23:57 +0200
Allowing the user to freely set indices breaks racoon: So how could we handle this? Regards Patrick
/archives/netdev/2005-05/msg00372.html (11,644 bytes)


This search system is powered by Namazu