samples/rpmsg: Introduce a module parameter for message count
authorSuman Anna <s-anna@ti.com>
Fri, 9 Aug 2019 16:27:10 +0000 (11:27 -0500)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 27 Aug 2019 05:10:39 +0000 (22:10 -0700)
commit9a703eb72059530941ad32e2f99eccb70071f3f4
tree8720c63ad3b8c1e9e0f1bfeaf2845ff22ee6298c
parent2519fbb39711e5e6696685f29fe049af93c5987c
samples/rpmsg: Introduce a module parameter for message count

The current rpmsg_client_sample uses a fixed number of messages to
be sent to each instance. This is currently set at 100. Introduce
an optional module parameter 'count' so that the number of messages
to be exchanged can be made flexible.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
samples/rpmsg/rpmsg_client_sample.c