From: Marek Lindner <lindner_marek@yahoo.de>
To: The list for a Better Approach To Mobile Ad-hoc Networking
<b.a.t.m.a.n@lists.open-mesh.org>
Subject: Re: [B.A.T.M.A.N.] [PATCHv3 2/6] batman-adv: Detect coding nodes and remove these after timeout
Date: Thu, 24 Jan 2013 21:59:51 +0800 [thread overview]
Message-ID: <201301242159.51246.lindner_marek@yahoo.de> (raw)
In-Reply-To: <1358763746-16742-3-git-send-email-martin@hundeboll.net>
On Monday, January 21, 2013 18:22:22 Martin Hundebøll wrote:
> @@ -430,9 +440,12 @@ struct batadv_priv_dat {
> /**
> * struct batadv_priv_nc - per mesh interface network coding private data
> * @work: work queue callback item for cleanup
> + * @min_tq: only consider neighbors for encoding if neigh_tq > min_tq
> */
> struct batadv_priv_nc {
> struct delayed_work work;
> + struct dentry *debug_dir;
> + u8 min_tq;
> };
>
Kernel doc for debug_dir ?
Cheers,
Marek
next prev parent reply other threads:[~2013-01-24 13:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-21 10:22 [B.A.T.M.A.N.] [PATCHv3 0/6] CATWOMAN: Network coding in batman-adv Martin Hundebøll
2013-01-21 10:22 ` [B.A.T.M.A.N.] [PATCHv3 1/6] batman-adv: Add the initial code for network coding Martin Hundebøll
2013-01-21 10:22 ` [B.A.T.M.A.N.] [PATCHv3 2/6] batman-adv: Detect coding nodes and remove these after timeout Martin Hundebøll
2013-01-24 13:59 ` Marek Lindner [this message]
2013-01-21 10:22 ` [B.A.T.M.A.N.] [PATCHv3 3/6] batman-adv: Buffer unicast packets before forward Martin Hundebøll
2013-01-21 10:22 ` [B.A.T.M.A.N.] [PATCHv3 4/6] batman-adv: Code and transmit packets if possible Martin Hundebøll
2013-01-24 13:58 ` Marek Lindner
2013-01-21 10:22 ` [B.A.T.M.A.N.] [PATCHv3 5/6] batman-adv: Save overheard and tx packets for decoding Martin Hundebøll
2013-01-24 13:57 ` Marek Lindner
2013-01-21 10:22 ` [B.A.T.M.A.N.] [PATCHv3 6/6] batman-adv: Receive coded packets and decode them Martin Hundebøll
2013-01-24 13:55 ` Marek Lindner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201301242159.51246.lindner_marek@yahoo.de \
--to=lindner_marek@yahoo.de \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox