From: Marek Lindner <lindner_marek@yahoo.de>
To: b.a.t.m.a.n@lists.open-mesh.org
Cc: "Martin Hundebøll" <martin@hundeboll.net>
Subject: Re: [B.A.T.M.A.N.] [PATCHv4 1/3] batman-adv: Remove old fragmentation code
Date: Fri, 24 May 2013 00:58:41 +0800 [thread overview]
Message-ID: <201305240058.41545.lindner_marek@yahoo.de> (raw)
In-Reply-To: <1369320783-1165-2-git-send-email-martin@hundeboll.net>
On Thursday, May 23, 2013 22:53:01 Martin Hundebøll wrote:
> Remove the existing fragmentation code before adding the new version
> and delete unicast.{h,c}.
>
> batadv_unicast_send_skb() is moved to send.c and renamed to
> batadv_send_skb_unicast().
>
> fragmentation entry in sysfs (bat_priv->fragmentation) is kept for use in
> the new fragmentation code.
>
> BATADV_UNICAST_FRAG packet type is renamed to BATADV_FRAG for use in the
> new fragmentation code.
>
> Signed-off-by: Martin Hundebøll <martin@hundeboll.net>
> ---
>
> v2:
> unmangle function names with 4addr_unicast
> correctly indent kernel doc
>
> v3:
> add line before return statement in batadv_send_skb_prepare_unicast()
>
> Makefile.kbuild | 1 -
> distributed-arp-table.c | 11 +-
> hard-interface.c | 1 -
> main.c | 4 -
> originator.c | 9 -
> packet.h | 16 --
> routing.c | 86 +--------
> routing.h | 2 -
> send.c | 174 ++++++++++++++++++
> send.h | 36 ++++
> soft-interface.c | 4 +-
> types.h | 19 --
> unicast.c | 478
> ------------------------------------------------
> unicast.h | 92 ----------
> 14 files changed, 217 insertions(+), 716 deletions(-)
> delete mode 100644 unicast.c
> delete mode 100644 unicast.h
Applied in revision 8980aad.
Thanks,
Marek
next prev parent reply other threads:[~2013-05-23 16:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-23 14:53 [B.A.T.M.A.N.] [PATCHv4 0/3] Fragmentation version 2 Martin Hundebøll
2013-05-23 14:53 ` [B.A.T.M.A.N.] [PATCHv4 1/3] batman-adv: Remove old fragmentation code Martin Hundebøll
2013-05-23 16:58 ` Marek Lindner [this message]
2013-05-23 14:53 ` [B.A.T.M.A.N.] [PATCHv4 2/3] batman-adv: Receive fragmented packets and merge Martin Hundebøll
2013-05-23 17:12 ` Marek Lindner
2013-05-23 14:53 ` [B.A.T.M.A.N.] [PATCHv4 3/3] batman-adv: Fragment and send skbs larger than mtu Martin Hundebøll
2013-05-23 18:16 ` 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=201305240058.41545.lindner_marek@yahoo.de \
--to=lindner_marek@yahoo.de \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
--cc=martin@hundeboll.net \
/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