All of lore.kernel.org
 help / color / mirror / Atom feed
From: Varka Bhadram <varkabhadram@gmail.com>
To: Alexander Aring <alex.aring@gmail.com>, netdev@vger.kernel.org
Cc: linux-bluetooth@vger.kernel.org, marcel@holtmann.org,
	linux-zigbee-devel@lists.sourceforge.net
Subject: Re: [Linux-zigbee-devel] [PATCH net-next 0/2] Introduce generic 6LoWPAN branch
Date: Fri, 11 Jul 2014 15:27:51 +0530	[thread overview]
Message-ID: <53BFB51F.5010608@gmail.com> (raw)
In-Reply-To: <1405067059-18782-1-git-send-email-alex.aring@gmail.com>

On 07/11/2014 01:54 PM, Alexander Aring wrote:
> Hi,
>
> this patch series add a new branch "net/6lowpan" for generic 6LoWPAN code.
>
> Since commit 8df8c56a5abc70af5862aa7cac2875aeeb17a42b ("6lowpan: Moving
> generic compression code into 6lowpan_iphc.c") the IPHC compression is shared
> between bluetooth 6LoWPAN and IEEE 802.15.4 6LoWPAN. The new 6LoWPAN directory
> will contain generic code for 6LoWPAN and futhermore 6LoWPAN upper layer
> protocols.
>
> The shared code between bluetooth and 802.15.4 should be review from both
> communities. The current behaviour is that get_maintainers.pl returns the
> IEEE 802.15.4 community only.
>
>
> I request a new mailinglist for the IEEE 802.15.4 subsystem at vger but I didn't
> get a response now so I add the current sourceforge IEEE 802.15.4 mailinglist to
> the MAINTAINERS file. I will update them soon.
>
> - Alex
>
> Alexander Aring (2):
>    6lowpan: introduce new net/6lowpan directory
>    MAINTAINERS: add net/6lowpan/ maintainer entry
>
>   MAINTAINERS                                       | 7 +++++++
>   net/6lowpan/Kconfig                               | 6 ++++++
>   net/6lowpan/Makefile                              | 3 +++
>   net/{ieee802154/6lowpan_iphc.c => 6lowpan/iphc.c} | 0
>   net/Kconfig                                       | 1 +
>   net/Makefile                                      | 3 ++-
>   net/bluetooth/Kconfig                             | 3 +--
>   net/ieee802154/Kconfig                            | 9 +--------
>   net/ieee802154/Makefile                           | 5 ++---
>   9 files changed, 23 insertions(+), 14 deletions(-)
>   create mode 100644 net/6lowpan/Kconfig
>   create mode 100644 net/6lowpan/Makefile
>   rename net/{ieee802154/6lowpan_iphc.c => 6lowpan/iphc.c} (100%)
>
Tested-by: Varka Bhadram <varkab@cdac.in>

-- 
Regards,
Varka Bhadram.

WARNING: multiple messages have this Message-ID (diff)
From: Varka Bhadram <varkabhadram-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Alexander Aring
	<alex.aring-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: linux-bluetooth-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	marcel-kz+m5ild9QBg9hUCZPvPmw@public.gmane.org,
	linux-zigbee-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: [Linux-zigbee-devel] [PATCH net-next 0/2] Introduce generic 6LoWPAN branch
Date: Fri, 11 Jul 2014 15:27:51 +0530	[thread overview]
Message-ID: <53BFB51F.5010608@gmail.com> (raw)
In-Reply-To: <1405067059-18782-1-git-send-email-alex.aring-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

On 07/11/2014 01:54 PM, Alexander Aring wrote:
> Hi,
>
> this patch series add a new branch "net/6lowpan" for generic 6LoWPAN code.
>
> Since commit 8df8c56a5abc70af5862aa7cac2875aeeb17a42b ("6lowpan: Moving
> generic compression code into 6lowpan_iphc.c") the IPHC compression is shared
> between bluetooth 6LoWPAN and IEEE 802.15.4 6LoWPAN. The new 6LoWPAN directory
> will contain generic code for 6LoWPAN and futhermore 6LoWPAN upper layer
> protocols.
>
> The shared code between bluetooth and 802.15.4 should be review from both
> communities. The current behaviour is that get_maintainers.pl returns the
> IEEE 802.15.4 community only.
>
>
> I request a new mailinglist for the IEEE 802.15.4 subsystem at vger but I didn't
> get a response now so I add the current sourceforge IEEE 802.15.4 mailinglist to
> the MAINTAINERS file. I will update them soon.
>
> - Alex
>
> Alexander Aring (2):
>    6lowpan: introduce new net/6lowpan directory
>    MAINTAINERS: add net/6lowpan/ maintainer entry
>
>   MAINTAINERS                                       | 7 +++++++
>   net/6lowpan/Kconfig                               | 6 ++++++
>   net/6lowpan/Makefile                              | 3 +++
>   net/{ieee802154/6lowpan_iphc.c => 6lowpan/iphc.c} | 0
>   net/Kconfig                                       | 1 +
>   net/Makefile                                      | 3 ++-
>   net/bluetooth/Kconfig                             | 3 +--
>   net/ieee802154/Kconfig                            | 9 +--------
>   net/ieee802154/Makefile                           | 5 ++---
>   9 files changed, 23 insertions(+), 14 deletions(-)
>   create mode 100644 net/6lowpan/Kconfig
>   create mode 100644 net/6lowpan/Makefile
>   rename net/{ieee802154/6lowpan_iphc.c => 6lowpan/iphc.c} (100%)
>
Tested-by: Varka Bhadram <varkab-If5XQcfNmg0@public.gmane.org>

-- 
Regards,
Varka Bhadram.

  parent reply	other threads:[~2014-07-11  9:57 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-11  8:24 [PATCH net-next 0/2] Introduce generic 6LoWPAN branch Alexander Aring
2014-07-11  8:24 ` Alexander Aring
2014-07-11  8:24 ` [PATCH net-next 1/2] 6lowpan: introduce new net/6lowpan directory Alexander Aring
2014-07-11  8:24   ` Alexander Aring
2014-07-11 11:23   ` Marcel Holtmann
2014-07-11 11:35     ` Alexander Aring
2014-07-11 11:35       ` Alexander Aring
2014-07-11 12:33       ` Marcel Holtmann
2014-07-11 12:33         ` Marcel Holtmann
2014-07-11 18:54         ` David Miller
2014-07-11 18:54           ` David Miller
2014-07-11 22:54         ` Alexander Aring
2014-07-11 23:58           ` Marcel Holtmann
2014-07-11 23:58             ` Marcel Holtmann
2014-07-12  9:17             ` Alexander Aring
2014-07-12  9:17               ` Alexander Aring
2014-07-12  9:42               ` Marcel Holtmann
2014-07-12  9:42                 ` Marcel Holtmann
2014-07-11  8:24 ` [PATCH net-next 2/2] MAINTAINERS: add net/6lowpan/ maintainer entry Alexander Aring
2014-07-11  8:24   ` Alexander Aring
2014-07-11 11:24   ` Marcel Holtmann
2014-07-11  9:57 ` Varka Bhadram [this message]
2014-07-11  9:57   ` [Linux-zigbee-devel] [PATCH net-next 0/2] Introduce generic 6LoWPAN branch Varka Bhadram
2014-07-11 10:25 ` Jukka Rissanen
2014-07-11 10:25   ` 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=53BFB51F.5010608@gmail.com \
    --to=varkabhadram@gmail.com \
    --cc=alex.aring@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-zigbee-devel@lists.sourceforge.net \
    --cc=marcel@holtmann.org \
    --cc=netdev@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.