Re: [Linux-zigbee-devel] [PATCH 13/13] drivers/ieee802154: IEEE 802.15.4 loopback driver

2011-12-16 Thread Dmitry Eremin-Solenikov
On Fri, Dec 16, 2011 at 7:23 PM, Alexander Smirnov wrote: > Hi, > > am I right that you suggest to leave platform device interface and > just drop sysfs interface? Yes > > Alex > > 2011/12/16 Dmitry Eremin-Solenikov : >> Hello, >> >> On Fri, Dec 16, 2011 at 7:08 PM, Alexander Smirnov >> wrote:

Re: [Linux-zigbee-devel] [PATCH 13/13] drivers/ieee802154: IEEE 802.15.4 loopback driver

2011-12-16 Thread Alexander Smirnov
Hi, am I right that you suggest to leave platform device interface and just drop sysfs interface? Alex 2011/12/16 Dmitry Eremin-Solenikov : > Hello, > > On Fri, Dec 16, 2011 at 7:08 PM, Alexander Smirnov > wrote: >> Hi Dima, >> >> I have some doubts regarding this code. >> >> I found comment fr

Re: [Linux-zigbee-devel] [PATCH 13/13] drivers/ieee802154: IEEE 802.15.4 loopback driver

2011-12-16 Thread Dmitry Eremin-Solenikov
Hello, On Fri, Dec 16, 2011 at 7:08 PM, Alexander Smirnov wrote: > Hi Dima, > > I have some doubts regarding this code. > > I found comment from upstream when you tried to push this code 2 years > ago. It was about using netlink interface. If I understand correctly, > netlink requires presence of

Re: [Linux-zigbee-devel] Linux/Zigbee / 6LowPan state of the art ?

2011-12-16 Thread Alexander Smirnov
Hi, 2011/12/16 Dmitry Eremin-Solenikov : > On Fri, Dec 16, 2011 at 6:57 PM, Alexander Smirnov > wrote: >> Hi, >> >> ohh, no. >> >> IIRC you need to copy just net/ieee802154/6lowpan.* from Dave Miller's >> git to the same folder in zigbee-linux and fix Kconfig/Makefile. > > I'd say just blind copy

Re: [Linux-zigbee-devel] [PATCH 13/13] drivers/ieee802154: IEEE 802.15.4 loopback driver

2011-12-16 Thread Alexander Smirnov
Hi Dima, I have some doubts regarding this code. I found comment from upstream when you tried to push this code 2 years ago. It was about using netlink interface. If I understand correctly, netlink requires presence of registered network device. But in this case we need no netdev, indeed ieee8021

Re: [Linux-zigbee-devel] Linux/Zigbee / 6LowPan state of the art ?

2011-12-16 Thread Dmitry Eremin-Solenikov
On Fri, Dec 16, 2011 at 6:57 PM, Alexander Smirnov wrote: > Hi, > > ohh, no. > > IIRC you need to copy just net/ieee802154/6lowpan.* from Dave Miller's > git to the same folder in zigbee-linux and fix Kconfig/Makefile. I'd say just blind copying is a bad idea. Please select 6lowpan patches that d

Re: [Linux-zigbee-devel] Linux/Zigbee / 6LowPan state of the art ?

2011-12-16 Thread Alexander Smirnov
Hi, ohh, no. IIRC you need to copy just net/ieee802154/6lowpan.* from Dave Miller's git to the same folder in zigbee-linux and fix Kconfig/Makefile. Alex 2011/12/16 Pierre-Emmanuel Goudet : > Hi Alexander, > > I'm connected to the latest "devel" branch from the git Linux-zigbee > repository. >

Re: [Linux-zigbee-devel] Linux/Zigbee / 6LowPan state of the art ?

2011-12-16 Thread Pierre-Emmanuel Goudet
Hi Alexander, I'm connected to the latest "devel" branch from the git Linux-zigbee repository. (working with serial driver) Do you think it would be sufficient for me to import all the [linux/kernel/git/davem/net-next.git] / net / ieee802154 / directory to get a correct kernel environment for 6L

Re: [Linux-zigbee-devel] Linux/Zigbee / 6LowPan state of the art ?

2011-12-16 Thread Alexander Smirnov
Hi Pierre-Emmanuel, sourceforge GIT contains all the latest stuff except 6LowPAN which is available in mainline kernel. Unfortunately I haven't merged that patches to linux-zigbee tree yet :-( But in principle, it shouldn't be too difficult to derive 6LowPAN patches from net-next tree, there were

[Linux-zigbee-devel] Linux/Zigbee / 6LowPan state of the art ?

2011-12-16 Thread Pierre-Emmanuel Goudet
Hi Alexander, all, I'm back minding about IPv6/6Lowpan usage under Linux. I was beta tester of 6LowPan by the end of 2010 but the project was closed on my side... It's now re-open ;O) I saw that there was numerous patches about different subjets (ieee802.154, 6LowPan, ...) Is there any directi