linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Aring <aring@mojatatu.com>
To: stefan@osg.samsung.com
Cc: linux-wpan@vger.kernel.org, Alexander Aring <aring@mojatatu.com>
Subject: [PATCHv2 wpan-next 0/2] ieee802154: hwsim: add hwsim driver
Date: Sat, 14 Jul 2018 12:33:04 -0400	[thread overview]
Message-ID: <20180714163306.5629-1-aring@mojatatu.com> (raw)

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

since v2:
 - don't remember anymore exactly...
   - move some prototyes at beginning of the file
   - tried to change to GPLv2 only but it's not possible, reverted it
   - add newline
   - remove module parameter and add a hardcoded 2 instead

Currently sitting at the IETF hackathon to work on it, they have a lot of
coke here and the food smells good as well. Not sure if they will throw me
out - I am not registered.

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 | 919 +++++++++++++++++++++++++++++++
 drivers/net/ieee802154/mac802154_hwsim.h |  73 +++
 5 files changed, 1007 insertions(+)
 create mode 100644 drivers/net/ieee802154/mac802154_hwsim.c
 create mode 100644 drivers/net/ieee802154/mac802154_hwsim.h

-- 
2.11.0


             reply	other threads:[~2018-07-14 16:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-14 16:33 Alexander Aring [this message]
2018-07-14 16:33 ` [PATCHv2 wpan-next 1/2] ieee802154: hwsim: add replacement for fakelb Alexander Aring
2018-08-06 10:16   ` Stefan Schmidt
2018-07-14 16:33 ` [PATCHv2 wpan-next 2/2] ieee802154: fakelb: add deprecated msg while probe Alexander Aring
2018-08-06 10:16   ` Stefan Schmidt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180714163306.5629-1-aring@mojatatu.com \
    --to=aring@mojatatu.com \
    --cc=linux-wpan@vger.kernel.org \
    --cc=stefan@osg.samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).