diff options
author | Ido Schimmel <idosch@mellanox.com> | 2015-12-03 12:12:04 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-12-03 11:49:23 -0500 |
commit | c39d0454ec9b703d3540dd10a2e9692f89aa48ab (patch) | |
tree | a75cef967b86ab7cc61994b07b1269b04c5fe2e5 /Documentation | |
parent | b03804e7c3ad41c265c0ca21ddb306b252b4f99f (diff) | |
download | linux-c39d0454ec9b703d3540dd10a2e9692f89aa48ab.tar.bz2 |
net: Add support for CHANGEUPPER notifier error injection
Since CHANGEUPPER can now fail, add support for it in the newly
introduced netdev notifier error injection infrastructure.
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Acked-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/fault-injection/notifier-error-inject.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/fault-injection/notifier-error-inject.txt b/Documentation/fault-injection/notifier-error-inject.txt index 71e638a4c497..83d3f4e43e91 100644 --- a/Documentation/fault-injection/notifier-error-inject.txt +++ b/Documentation/fault-injection/notifier-error-inject.txt @@ -103,6 +103,7 @@ Netdevice notifier events which can be failed are: * NETDEV_POST_INIT * NETDEV_PRECHANGEMTU * NETDEV_PRECHANGEUPPER + * NETDEV_CHANGEUPPER Example: Inject netdevice mtu change error (-22 == -EINVAL) |