]> git.baikalelectronics.ru Git - kernel.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)
commit7cc9459203952bb472a742dd16ab9a85f4b9040e
tree3c91ba9d4451c4762c38b3fab5c6d096f5029522
parent2a9958cab6e5ab115caa1638aa538b756690a7a4
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]