Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9aac63fd authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mhi: dev: netdev: show skb chaining status for debug purposes"

parents 34ee2697 2237340d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -852,6 +852,9 @@ static int mhi_netdev_debugfs_stats_show(struct seq_file *m, void *d)
		   mhi_netdev->abuffers, mhi_netdev->kbuffers,
		   mhi_netdev->rbuffers);

	seq_printf(m, "chaining SKBs:%s\n", (mhi_netdev->chain) ?
		   "enabled" : "disabled");

	return 0;
}