Hi, I need to correct some stuff. On Sat, Mar 10, 2018 at 6:43 PM, Alexander Aring <aring@xxxxxxxxxxxx> wrote: > Hi, > > On Sat, Mar 10, 2018 at 12:29 PM, <anton@xxxxxxxxxxx> wrote: >> On Wed, Mar 07, 2018 at 10:43:09AM -0500, Alexander Aring wrote: >> >>> >>> You need to use monitor interfaces to make it somehow working but be prepared: >>> >>> 1. no hardware address filtering >>> 2. no hardware ack handling >>> >>> Have fun! >>> >> >> Thank you for detailed answer, can you give more info about why monitor interface is >> required? >> > > There exists two filter mechanism: > > - Hardware (e.g. address filter, CRC, etc.) > - Software (e.g. address filter, CRC, etc.) > > Of course we do it again in Software, because we don't trust hardware filters... CRC is offloaded by hardware, address we do again, because we need to parse it anyway. > Anyway advantage of hardware filters is only: you get less IRQs > > With monitor interfaces you disable hardware side and Software side as > well... (CRC on tx not, but this is another issue which we cannot > change directly..., because UAPI changes. Anyway we need to fix this > mess somehow). > > NOW... some feature which I have in my mind but doesn't exists yet... > > Disable Software filter and enable Hardware filters... Then using RAW sockets... > _IMPORTANT_ Then address settings of user space stacks e.g. > OpenThread, RIOT need to be in sync with Hardware (which is possible > by doing some netlink foo). > > Anyway this goes too far for me and is a use case for running user > space stacks only, which means: I don't like it, but I think we could > accept such feature... It's just node interface without monitor... > s/monitor/promiscuous mode/ promiscuous mode according 802.15.4 -> disable all filtering If we do that we need to disable AACK, but node without software filtering will still have AACK and address filter... but to make it work with user space stack -> you need to held them (addresses) in sync with 802.15.4 MAC layer. - Alex -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html