public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
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 3/3] batman-adv: Fragment and send skbs larger than mtu
Date: Fri, 24 May 2013 02:16:16 +0800	[thread overview]
Message-ID: <201305240216.16514.lindner_marek@yahoo.de> (raw)
In-Reply-To: <1369320783-1165-4-git-send-email-martin@hundeboll.net>

On Thursday, May 23, 2013 22:53:03 Martin Hundebøll wrote:
> Non-broadcast packets larger than MTU are fragmented and sent with
> an encapsulating header. Up to 16 fragments are supported, which are
> sent in reverse order on the wire to allow minimal memory copying when
> creating fragments.
> 
> Signed-off-by: Martin Hundebøll <martin@hundeboll.net>
> ---
> 
> v2:
> change commit message to explain the reverse order of packets
> remove parentheses and capital letters from kernel doc
> merge return statement for batadv_frag_create()
> add spaces around *-multiplication
> add kernel doc for FRAG_TX counters and frag_seqno
> 
> v3:
> fix the use of ETH_HLEN when creating fragments
> remove ETH_HLEN when checking whether to fragment a packet
> 
> v4:
> changed type from int to unsigned in min_t()
> removed a few third person kernel docs
> 
>  fragmentation.c  | 119
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++
> fragmentation.h  |   3 ++
>  send.c           |  21 ++++++++--
>  soft-interface.c |   7 ++++
>  types.h          |   6 +++
>  5 files changed, 152 insertions(+), 4 deletions(-)

Applied in revision db56e4e.

Thanks,
Marek

      reply	other threads:[~2013-05-23 18:16 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
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 [this message]

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=201305240216.16514.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