lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 24 Nov 2017 08:24:10 +0100
From:   Jiri Pirko <jiri@...nulli.us>
To:     Jakub Kicinski <jakub.kicinski@...ronome.com>
Cc:     netdev@...r.kernel.org, oss-drivers@...ronome.com,
        daniel@...earbox.net, alexei.starovoitov@...il.com
Subject: Re: [RFC net-next 4/6] netdevsim: add software driver for testing
 offloads

Fri, Nov 24, 2017 at 03:36:11AM CET, jakub.kicinski@...ronome.com wrote:
>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.
>
>Signed-off-by: Jakub Kicinski <jakub.kicinski@...ronome.com>
>Reviewed-by: Simon Horman <simon.horman@...ronome.com>
>---

[...]


>+++ b/drivers/net/netdevsim/netdev.c
>@@ -0,0 +1,136 @@
>+/*
>+ * Copyright (C) 2017 Netronome Systems, Inc.
>+ *
>+ * This software is dual licensed under the GNU General License Version 2,
>+ * June 1991 as shown in the file COPYING in the top-level directory of this
>+ * source tree or the BSD 2-Clause License provided below.  You have the
>+ * option to license this software under the complete terms of either license.
>+ *
>+ * The BSD 2-Clause License:

Why gpl2 is not enough for this?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ