From: Stefan Schmidt <s.schmidt@samsung.com>
To: 'Alexander Aring' <alex.aring@gmail.com>
Cc: 'Marcel Holtmann' <marcel@holtmann.org>,
'BlueZ development' <linux-bluetooth@vger.kernel.org>,
linux-wpan@vger.kernel.org, kernel@pengutronix.de,
'Jukka Rissanen' <jukka.rissanen@linux.intel.com>,
'Martin Townsend' <mtownsend1973@gmail.com>
Subject: Re: [PATCHv4 bluetooth-next 0/3] 6lowpan: introduce nhc framework
Date: Fri, 09 Jan 2015 13:06:51 +0000 [thread overview]
Message-ID: <05f101d02c0d$227c8fd0$6775af70$@samsung.com> (raw)
In-Reply-To: <20150108200821.GC2046@omega>
Hello.
On 08/01/15 21:08, Alexander Aring wrote:
> On Thu, Jan 08, 2015 at 09:04:43PM +0100, Alexander Aring wrote:
>> Hi,
>>
>> On Thu, Jan 08, 2015 at 07:18:57PM +0000, Stefan Schmidt wrote:
>> ...
>>>>> net/6lowpan/nhc.h | 146 ++++++++++++++++++++++++
>>>>> net/6lowpan/nhc_rfc6282_dest.c | 27 +++++
>>>>> net/6lowpan/nhc_rfc6282_frag.c | 26 +++++
>>>>> net/6lowpan/nhc_rfc6282_hop.c | 26 +++++
>>>>> net/6lowpan/nhc_rfc6282_ipv6.c | 26 +++++
>>>>> net/6lowpan/nhc_rfc6282_mobil.c | 26 +++++
>>>>> net/6lowpan/nhc_rfc6282_route.c | 26 +++++
>>>>> net/6lowpan/nhc_rfc6282_udp.c | 156 ++++++++++++++++++++++++++
>>>>
>>>> can we please remove the _rfc6282 from the filenames. RFCs get update
>>>> and
>>>> thus change numbers. I do not want to carry RFC numbers in filenames
>>>> around. There is also almost no precedence in the kernel source code
>>>> that
>>>> would justify doing this.
>>>
>>> They look indeed quite ugly in the filename. :)
>>>
>>> Moving them as a comment and starting point into the file should be
>>> enough.
>>> Maybe we can also rename nhc_mobil to nhc_mobility. The other
>>> abbreviations
>>> are clear in my opinion but for mobil I actually opened the rfc to look
>>> what
>>> you mean here.
>>>
>>
>> For the rfc6282 thing:
>>
>> Currently there exists two RFCs which describes an UDP compression. It's
>> rfc6282 (the well known 6LoWPAN IPHC compression RFC) and RFC7400 which
>> was pointed out by Martin Townsend [0].
>>
>> We need to clarify how we should deal with multiple definitions for a
>> compression format. On receiving side we should always support what we
>> can which is decided by the variable nhcid length. While on transmit...
>> we need still some configuration interface (my dreams are to decide the
>> compression methods per socket, don't know how possible that is).
>>
>> For the handling I thought that we have then two UDP nhc modules, both
>> can be loaded (at the moment _only_ one UDP nhc compressression should
>> implement the compress methods, both should implement uncompression
>> methods).
>>
>> I can rename it to nhc_udp.c for the standard compression methods
>> according to rfc6282, I am fine with that. But later there exists then
>> an another compression module with the naming "nhc_ghc_udp.c" or
>> something else. So we have "nhc_udp.ko" and "nhc_ghc_udp.ko".
>> Is that okay for everybody?
>>
>
> We can also put all udp compression formats into the nhc_udp.c file. But
> then all udp compressions are handled by one module then. We should not
> do that, because we can handle it per module.
I would keep them all in different modules for now.
regards
Stefan Schmidt
next prev parent reply other threads:[~2015-01-09 13:06 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-08 12:31 [PATCHv4 bluetooth-next 0/3] 6lowpan: introduce nhc framework Alexander Aring
2015-01-08 12:31 ` [PATCHv4 bluetooth-next 1/3] 6lowpan: add generic nhc layer interface Alexander Aring
2015-01-08 12:31 ` [PATCHv4 bluetooth-next 2/3] 6lowpan: add udp compression via nhc layer Alexander Aring
2015-01-08 12:31 ` [PATCHv4 bluetooth-next 3/3] 6lowpan: nhc: add other known rfc6282 compressions Alexander Aring
2015-01-08 19:06 ` [PATCHv4 bluetooth-next 0/3] 6lowpan: introduce nhc framework Marcel Holtmann
2015-01-08 19:18 ` Stefan Schmidt
2015-01-08 20:04 ` Alexander Aring
2015-01-08 20:08 ` Alexander Aring
2015-01-09 13:06 ` Stefan Schmidt [this message]
2015-01-08 20:24 ` Alexander Aring
2015-01-09 13:05 ` Stefan Schmidt
2015-01-09 13:55 ` Alexander Aring
2015-01-09 12:21 ` Jukka Rissanen
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='05f101d02c0d$227c8fd0$6775af70$@samsung.com' \
--to=s.schmidt@samsung.com \
--cc=alex.aring@gmail.com \
--cc=jukka.rissanen@linux.intel.com \
--cc=kernel@pengutronix.de \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-wpan@vger.kernel.org \
--cc=marcel@holtmann.org \
--cc=mtownsend1973@gmail.com \
/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;
as well as URLs for NNTP newsgroup(s).