Re: [PATCH net-next v1 8/9] net: devmem: ksft: upgrade rx test to send 1K data

2025-05-19 Thread Stanislav Fomichev
On 05/19, Mina Almasry wrote: > The current test just sends "hello\nworld" and verifies that is the > string received on the RX side. That is fine, but improve the test a bit > by sending 1K data. The test should be improved further to send more > data, but for now this should be a welcome improvem

[PATCH net-next v1 8/9] net: devmem: ksft: upgrade rx test to send 1K data

2025-05-18 Thread Mina Almasry
The current test just sends "hello\nworld" and verifies that is the string received on the RX side. That is fine, but improve the test a bit by sending 1K data. The test should be improved further to send more data, but for now this should be a welcome improvement. The test will send a repeating p