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 -- 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