]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'improve-tsn_lib-selftests-for-future-distributed-tasks'
authorJakub Kicinski <kuba@kernel.org>
Mon, 26 Sep 2022 20:22:03 +0000 (13:22 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 26 Sep 2022 20:22:04 +0000 (13:22 -0700)
commit4991931223e3b909aa4931face285e4658927824
tree63fa769ee13f081e913c051c86586f85776eb680
parentbb65131bb62cac309596a8825f80e1914080c776
parent162d52dfee445c21d1fa5c4b1f55765946df4d3e
Merge branch 'improve-tsn_lib-selftests-for-future-distributed-tasks'

Vladimir Oltean says:

====================
Improve tsn_lib selftests for future distributed tasks

Some of the boards I am working with are limited in the number of ports
that they offer, and as more TSN related selftests are added, it is
important to be able to distribute the work among multiple boards.
A large part of implementing that is ensuring network-wide
synchronization, but also permitting more streams of data to flow
through the network. There is the more important aspect of also
coordinating the timing characteristics of those streams, and that is
also something that is tackled, although not in this modest patch set.
The goal here is not to introduce new selftests yet, but just to lay a
better foundation for them. These patches are a part of the cleanup work
I've done while working on selftests for frame preemption. They are
regression-tested with psfp.sh.
====================

Link: https://lore.kernel.org/r/20220923210016.3406301-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>