mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 03:27:30 -04:00
net: mctp: test: remove skb dumps from test output
We're currently dumping skb info in our fragment input test, which makes interpreting the TAP test output a bit awkward. Remove the skb dumps. Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20260429-dev-mctp-test-skb-dump-v1-1-13fd5789ef71@codeconstruct.com.au Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
7c04aa3b2f
commit
8ca4bff2ff
@@ -859,12 +859,6 @@ static void mctp_test_route_input_cloned_frag(struct kunit *test)
|
||||
skb[0]->data[4] = 0;
|
||||
skb[3]->data[4] = 0;
|
||||
|
||||
skb_dump("pkt1 ", skb[0], false);
|
||||
skb_dump("pkt2 ", skb[1], false);
|
||||
skb_dump("pkt3 ", skb[2], false);
|
||||
skb_dump("pkt4 ", skb[3], false);
|
||||
skb_dump("pkt5 ", skb[4], false);
|
||||
|
||||
for (int i = 0; i < 5; i++) {
|
||||
KUNIT_EXPECT_EQ(test, refcount_read(&skb[i]->users), 1);
|
||||
/* Take a reference so we can check refcounts at the end */
|
||||
|
||||
Reference in New Issue
Block a user