]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
mctp: Add initial test structure and fragmentation test
authorJeremy Kerr <jk@codeconstruct.com.au>
Fri, 1 Oct 2021 08:18:40 +0000 (16:18 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Oct 2021 13:19:00 +0000 (14:19 +0100)
commit8c02066b053dbe8f483cb12ad792ec768e2daecf
tree3c91ba9d4451c4762c38b3fab5c6d096f5029522
parentea2dd331bfaaeba74ba31facf437c29044f7d4cb
mctp: Add initial test structure and fragmentation test

This change adds the first kunit test for the mctp subsystem, and an
initial test for the fragmentation path.

We're adding tests under a new net/mctp/test/ directory.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mctp/Kconfig
net/mctp/route.c
net/mctp/test/route-test.c [new file with mode: 0644]