[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1266533561.3879.132.camel@bigi>
Date: Thu, 18 Feb 2010 17:52:41 -0500
From: jamal <hadi@...erus.ca>
To: David Miller <davem@...emloft.net>
Cc: adobriyan@...il.com, netdev@...r.kernel.org
Subject: Re: regression due to "flush SAD/SPD generate false events"
On Thu, 2010-02-18 at 14:27 -0800, David Miller wrote:
> Let's see how #2 works out, if we get any more breakage
> cases reported then we'll have to revert again and go with
> #1.
Actually, i think i found the root cause. The sequence should be:
1) pfkey->kernel: flush
kernel flushes SA/SPD
2)kernel->pfkey: respond to flush message
3)kernel->all user space listeners: i just flushed the SA/SPD
#2 is always needed.
#3 is wrong if SA/SPD is empty.
kernel unfortunately sends a single broadcast which combines
#2 and #3. So the proper fix is to break #2 and #3 into
separate messages. And follow the rules above.
I dont have time to fix it right now - but i will send a patch
tommorow.
cheers,
jamal
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists