diff options
author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2017-12-01 18:08:58 -0500 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2017-12-02 18:27:57 -0500 |
commit | 83c9e13aa39aed5cf9a2f8dd69770b7c35ba1281 (patch) | |
tree | 215f9edf3f07ed1a784998150dda011819a71184 /MAINTAINERS | |
parent | bd0b2e7fe611953470ec7c533b455fb2abd382cd (diff) |
netdevsim: add software driver for testing offloads
To be able to run selftests without any hardware required we
need a software model. The model can also serve as an example
implementation for those implementing actual HW offloads.
The dummy driver have previously been extended to test SR-IOV,
but the general consensus seems to be against adding further
features to it.
Add a new driver for purposes of software modelling only.
eBPF and SR-IOV will be added here shortly, others are invited
to further extend the driver with their offload models.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 77d819b458a9..010e46a38373 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -9599,6 +9599,11 @@ NETWORKING [WIRELESS] | |||
9599 | L: linux-wireless@vger.kernel.org | 9599 | L: linux-wireless@vger.kernel.org |
9600 | Q: http://patchwork.kernel.org/project/linux-wireless/list/ | 9600 | Q: http://patchwork.kernel.org/project/linux-wireless/list/ |
9601 | 9601 | ||
9602 | NETDEVSIM | ||
9603 | M: Jakub Kicinski <jakub.kicinski@netronome.com> | ||
9604 | S: Maintained | ||
9605 | F: drivers/net/netdevsim/* | ||
9606 | |||
9602 | NETXEN (1/10) GbE SUPPORT | 9607 | NETXEN (1/10) GbE SUPPORT |
9603 | M: Manish Chopra <manish.chopra@cavium.com> | 9608 | M: Manish Chopra <manish.chopra@cavium.com> |
9604 | M: Rahul Verma <rahul.verma@cavium.com> | 9609 | M: Rahul Verma <rahul.verma@cavium.com> |