All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH wpan-next 0/2] ieee802154: hwsim: add hwsim driver
@ 2018-04-27 21:21 Alexander Aring
  2018-04-27 21:21 ` [RFC PATCH wpan-next 1/2] ieee802154: hwsim: add replacement for fakelb Alexander Aring
  2018-04-27 21:21 ` [RFC PATCH wpan-next 2/2] ieee802154: fakelb: add deprecated msg while probe Alexander Aring
  0 siblings, 2 replies; 11+ messages in thread
From: Alexander Aring @ 2018-04-27 21:21 UTC (permalink / raw)
  To: stefan; +Cc: linux-wpan, kernel, Alexander Aring

Hi,

This patch series introduce a new virtual ieee802154 driver mac802154_hwsim.
The mac802154_hwsim driver offers more flexibility to change topology so
we can use it to test 6LoWPAN routing protocols e.g. RPL.

This driver cleaned up and prepared for mainline now. I showed basic mechanism
in my netdev 2.1 talk [0].

- Alex

[0] https://www.youtube.com/watch?v=iMYCaqHVmS0

Alexander Aring (2):
  ieee802154: hwsim: add replacement for fakelb
  ieee802154: fakelb: add deprecated msg while probe

 drivers/net/ieee802154/Kconfig           |  11 +
 drivers/net/ieee802154/Makefile          |   1 +
 drivers/net/ieee802154/fakelb.c          |   3 +
 drivers/net/ieee802154/mac802154_hwsim.c | 925 +++++++++++++++++++++++++++++++
 drivers/net/ieee802154/mac802154_hwsim.h |  73 +++
 5 files changed, 1013 insertions(+)
 create mode 100644 drivers/net/ieee802154/mac802154_hwsim.c
 create mode 100644 drivers/net/ieee802154/mac802154_hwsim.h

-- 
2.11.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-05-17 20:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27 21:21 [RFC PATCH wpan-next 0/2] ieee802154: hwsim: add hwsim driver Alexander Aring
2018-04-27 21:21 ` [RFC PATCH wpan-next 1/2] ieee802154: hwsim: add replacement for fakelb Alexander Aring
2018-05-07 14:00   ` Stefan Schmidt
2018-05-17 19:57     ` Alexander Aring
2018-05-14 14:29   ` Alexander Aring
2018-05-14 15:40     ` Stefan Schmidt
2018-05-17 20:29       ` Alexander Aring
2018-05-17 20:35         ` Alexander Aring
2018-04-27 21:21 ` [RFC PATCH wpan-next 2/2] ieee802154: fakelb: add deprecated msg while probe Alexander Aring
2018-05-07 14:01   ` Stefan Schmidt
2018-05-17 20:40   ` Alexander Aring

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.