From: Ido Schimmel Date: Sat, 17 Aug 2019 13:28:25 +0000 (+0300) Subject: Documentation: Add a section for devlink-trap testing X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=95766451bfb82f972bf3fea93fc6e91a904cf624;p=linux.git Documentation: Add a section for devlink-trap testing Signed-off-by: Ido Schimmel Acked-by: Jiri Pirko Signed-off-by: David S. Miller --- diff --git a/Documentation/networking/devlink-trap.rst b/Documentation/networking/devlink-trap.rst index fe4f6e149623f..c20c7c4836640 100644 --- a/Documentation/networking/devlink-trap.rst +++ b/Documentation/networking/devlink-trap.rst @@ -196,3 +196,13 @@ narrow. The description of these groups must be added to the following table: * - ``buffer_drops`` - Contains packet traps for packets that were dropped by the device due to an enqueue decision + +Testing +======= + +See ``tools/testing/selftests/drivers/net/netdevsim/devlink_trap.sh`` for a +test covering the core infrastructure. Test cases should be added for any new +functionality. + +Device drivers should focus their tests on device-specific functionality, such +as the triggering of supported packet traps.