public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] NDP patches v3
@ 2010-12-14  9:58 Linus Lüssing
  2010-12-14  9:58 ` [B.A.T.M.A.N.] [PATCH 01/10] batman-adv: Creating new neighbor discovery packet Linus Lüssing
                   ` (9 more replies)
  0 siblings, 10 replies; 22+ messages in thread
From: Linus Lüssing @ 2010-12-14  9:58 UTC (permalink / raw)
  To: b.a.t.m.a.n

Hi everyone,

another small, but important update on the NDP patches:
 * linearize NDP packet's skb before looking at its neighbor entries
 * Avoid disabling bottom halves twice when receiving/processing OGMs

Cheers, Linus

^ permalink raw reply	[flat|nested] 22+ messages in thread
* [B.A.T.M.A.N.] NDP patches, first draft
@ 2010-12-07 14:39 Linus Lüssing
  2010-12-07 14:39 ` [B.A.T.M.A.N.] [PATCH 01/10] batman-adv: Creating new neighbor discovery packet Linus Lüssing
  2010-12-09  9:23 ` Linus Lüssing
  0 siblings, 2 replies; 22+ messages in thread
From: Linus Lüssing @ 2010-12-07 14:39 UTC (permalink / raw)
  To: b.a.t.m.a.n

Hi everyone,

I've been working on those patches for seperating the link quality
measurements from the OGMs and putting that into a seperate protocol
with its own packets a little more. This Neighbour Discovery Protocol
will allow us to have faster intervals for NDP or different intervals
on different interface types, as well as creating individual convergence
speed optimizations for the link quality measurements (NDP) or the path
quality propagation (OGM) later.

This is a first draft and basically what we've been discussing on the
WBMv3 in Italy and which was documented a little in our wiki.

I haven't added my Signed-off-by yet as I'd like to get some feedback
first, especially for the last patch. Here I'm not sure if that's sufficient
and ok to do it like that (the limit check seemed redundant to me) or
if I'm missing something. Especially I'm not really sure what tq_own
was representing as the link quality seemed to be substracted with the
real_packet_count.

After the overall way of doing it is acknowledged, I'd start cleaning
up the OGM handling and removing variables and redundant LQ measurements.


Cheers, Linus

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

end of thread, other threads:[~2010-12-28 15:14 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-14  9:58 [B.A.T.M.A.N.] NDP patches v3 Linus Lüssing
2010-12-14  9:58 ` [B.A.T.M.A.N.] [PATCH 01/10] batman-adv: Creating new neighbor discovery packet Linus Lüssing
2010-12-21 17:39   ` Marek Lindner
2010-12-21 18:01     ` Andrew Lunn
2010-12-14  9:58 ` [B.A.T.M.A.N.] [PATCH 02/10] batman-adv: Adding jittering methods for ndp Linus Lüssing
2010-12-14  9:58 ` [B.A.T.M.A.N.] [PATCH 03/10] batman-adv: Adding workqueue for new ndp packets Linus Lüssing
2010-12-21 23:52   ` Marek Lindner
2010-12-14  9:58 ` [B.A.T.M.A.N.] [PATCH 04/10] batman-adv: Send neighbor discovery packets Linus Lüssing
2010-12-22 13:43   ` Marek Lindner
2010-12-14  9:58 ` [B.A.T.M.A.N.] [PATCH 05/10] batman-adv: Creating neighbor structures, updating LQs Linus Lüssing
2010-12-15 17:09   ` [B.A.T.M.A.N.] linearize skb earlier Linus Lüssing
2010-12-15 17:09   ` [B.A.T.M.A.N.] [PATCHv2 05/10] batman-adv: Creating neighbor structures, updating LQs Linus Lüssing
2010-12-28 13:59     ` Marek Lindner
2010-12-14  9:58 ` [B.A.T.M.A.N.] [PATCH 06/10] batman-adv: Purge outdated ndp neighbours Linus Lüssing
2010-12-28 14:09   ` Marek Lindner
2010-12-14  9:58 ` [B.A.T.M.A.N.] [PATCH 07/10] batman-adv: Adding ndp debugfs output Linus Lüssing
2010-12-14  9:58 ` [B.A.T.M.A.N.] [PATCH 08/10] batman-adv: Adding batman_if specific sysfs wrapper macros for UINT Linus Lüssing
2010-12-28 15:14   ` Marek Lindner
2010-12-14  9:58 ` [B.A.T.M.A.N.] [PATCH 09/10] batman-adv: Adding sysfs parameter for ndp interval Linus Lüssing
2010-12-14  9:58 ` [B.A.T.M.A.N.] [PATCH 10/10] batman-adv: Use local tq values determined by NDP on OGMs Linus Lüssing
  -- strict thread matches above, loose matches on Subject: below --
2010-12-07 14:39 [B.A.T.M.A.N.] NDP patches, first draft Linus Lüssing
2010-12-07 14:39 ` [B.A.T.M.A.N.] [PATCH 01/10] batman-adv: Creating new neighbor discovery packet Linus Lüssing
2010-12-09  9:23 ` Linus Lüssing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox