All of lore.kernel.org
 help / color / mirror / Atom feed
* Why doesn't RAW use daddr_cache ?
@ 2008-07-15  1:58 Naohiro Ooiwa
  2008-07-15  2:45 ` What does the BUG() function do in the udp.h (2.6.25.2 kernel) Tobias Koeck
  0 siblings, 1 reply; 2+ messages in thread
From: Naohiro Ooiwa @ 2008-07-15  1:58 UTC (permalink / raw)
  To: netdev; +Cc: herbert, nicolas.dichtel, usagi-users

Hi all,

I have a question about "daddr_cache" in IPv6.

UDP socket uses daddr_cache via p6_sk_dst_lookup()/ip6_dst_store().
But, RAW socket has stopped using it.

I'm afraid of performance degrade in RAW.
Could you please tell me why "daddr_cache" is
deleted in RAW?

Note:
  It's deleted by the following patch.
  commit 6d3e85ecf22a5e3610df47b9c3fb2fc32cfd35bf
  commit 497c615abad7ee81994dd592194535aea2aad617

Regards,
Naohiro Ooiwa


^ permalink raw reply	[flat|nested] 2+ messages in thread

* What does the BUG() function do in the udp.h (2.6.25.2 kernel)
  2008-07-15  1:58 Why doesn't RAW use daddr_cache ? Naohiro Ooiwa
@ 2008-07-15  2:45 ` Tobias Koeck
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Koeck @ 2008-07-15  2:45 UTC (permalink / raw)
  To: netdev

I´m studying the Linux TCP/IP stack.

What does the BUG() function in the udp.{h,c} (2.6.25.2 kernel) do? Is 
udp hasing disabled for that kernel version?

Greetings and thanks
Tobias


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-15  2:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-15  1:58 Why doesn't RAW use daddr_cache ? Naohiro Ooiwa
2008-07-15  2:45 ` What does the BUG() function do in the udp.h (2.6.25.2 kernel) Tobias Koeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.