Add option to run the test as write-follow, which makes the test write follow the count of the reads. It enables a loopback to be implemented across systems.
Our use case is to have a DUT running the standard rx/tx test. The test computer runs the rx/tx with --write-follow enabled. With it, we can do full-duplex test instead of only rx or tx.
We fixed the spacing in "usage" to fit the added length of the option.
Add option to run the test as write-follow, which makes the test write follow the count of the reads. It enables a loopback to be implemented across systems.
Our use case is to have a DUT running the standard rx/tx test. The test computer runs the rx/tx with
--write-follow
enabled. With it, we can do full-duplex test instead of only rx or tx.We fixed the spacing in "usage" to fit the added length of the option.