Re: RF class driver

2016-09-21 Thread Greg KH
On Wed, Sep 21, 2016 at 03:09:09PM +0530, Raul Piper wrote: > On Wed, Sep 21, 2016 at 1:13 PM, Greg KH wrote: > I wanted to know in which class RF Transceivers - (Sub 1 -Ghz > devices) Linux drivers will fall and where to find them in Linux > kernel , > I grepped keywords like

Re: RF class driver

2016-09-21 Thread Raul Piper
On Wed, Sep 21, 2016 at 1:13 PM, Greg KH wrote: > > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing in e-mail? > > A: No. > Q: Should I include quotations after

Re: RF class driver

2016-09-21 Thread Daniel.
I look into it, Still I need to patch if_ether.h and add some ETH_P_* 2016-09-21 9:57 GMT-03:00 Hayward, Shaun : > It might be worth taking a look at the Socket CAN drivers > (https://www.kernel.org/doc/Documentation/networking/can.txt). It’s not the > same type of

Re: RF class driver

2016-09-21 Thread Daniel.
I was trying to make it out-of-tree, but seems not possible or not easy spottable for me :) 2016-09-21 10:05 GMT-03:00 Daniel. : > I look into it, > > Still I need to patch if_ether.h and add some ETH_P_* > > 2016-09-21 9:57 GMT-03:00 Hayward, Shaun :

Re: RF class driver

2016-09-21 Thread Daniel.
I have a driver for nRF24L01+ (not L0) I'm planing to submit it to main line but before that I was trying to make it a network device. My dificult was to make it fit in the ethernet world since it does not have anything in common to a network card. This one can be found here:

Re: What causes a recv syscall for a socket to sometimes return less than the request len?

2016-09-21 Thread Andrey Utkin
On Wed, Sep 21, 2016 at 05:20:30PM -0700, Daniel Ellis wrote: > I've changed the underlying code to correctly call recv until all the data > has been received, but I am curious as to what's going on under the hood > that made this so sporadic (and a bit of a headache to track down). Any > help

What causes a recv syscall for a socket to sometimes return less than the request len?

2016-09-21 Thread Daniel Ellis
Howdy, I understand that data fragmentation happens across TCP packets, and in my case that is what is happening. The packets I'm seeing usually run around 1450 in length, and are always cut into two packets at the 1400 mark. This works fine most of the time, since the call to recv is being

Re: How to search topics in The Kernelnewbies Archives?

2016-09-21 Thread Hao Lee
Hi, In fact, you don't need to download all archives to search information. Instead, you can use google. For example: if you want to search something about mm_struct, you can search mm_struct site:lists.kernelnewbies.org On Wed, Sep 21, 2016 at 2:27 PM, Chi Wang wrote: >

Re: RF class driver

2016-09-21 Thread Greg KH
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Tue, Sep 20, 2016 at

Re: How to search topics in The Kernelnewbies Archives?

2016-09-21 Thread Valdis . Kletnieks
On Wed, 21 Sep 2016 14:27:03 +0800, Chi Wang said: > https://lists.kernelnewbies.org/pipermail/kernelnewbies/ > > Is there a general way to do searching in this archive? > Or I have to download all the packages? Google can do wonders. Say you're trying to find the discussion 2 years ago about

How to search topics in The Kernelnewbies Archives?

2016-09-21 Thread Chi Wang
Hello everyone, I have just subscribed to this mail list, and trying browsing history topics in this page: https://lists.kernelnewbies.org/pipermail/kernelnewbies/ Is there a general way to do searching in this archive? Or I have to download all the packages? Regards, Chi Wang

Re: How to search topics in The Kernelnewbies Archives?

2016-09-21 Thread Greg Freemyer
On Wed, Sep 21, 2016 at 2:58 AM, wrote: > On Wed, 21 Sep 2016 14:27:03 +0800, Chi Wang said: > >> https://lists.kernelnewbies.org/pipermail/kernelnewbies/ >> >> Is there a general way to do searching in this archive? >> Or I have to download all the packages? > > Google