Hi Bjorn,
On 10/06/2018 01:22 AM, Bjorn Andersson wrote:
> On Tue 11 Sep 10:46 PDT 2018, Suman Anna wrote:
>
>> 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 t
On 05-10-18, 23:22, Bjorn Andersson wrote:
> On Tue 11 Sep 10:46 PDT 2018, Suman Anna wrote:
>
> > 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
On Tue 11 Sep 10:46 PDT 2018, Suman Anna wrote:
> 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.
>
Hi Trilok,
On 09/11/2018 01:17 PM, Trilok Soni wrote:
> Bjorn,
>
>> #define MSG "hello world!"
>> -#define MSG_LIMIT 100
>> +
>> +static int count = 100;
>> +module_param(count, int, 0644);
>
> I thought Greg KH doesn't want any new code to have module_param call,
> right? Are we O
Bjorn,
#define MSG "hello world!"
-#define MSG_LIMIT 100
+
+static int count = 100;
+module_param(count, int, 0644);
I thought Greg KH doesn't want any new code to have module_param call,
right? Are we Ok here or I am missing something here.
--
---Trilok Soni
Qualcomm Innovation
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
---
samples/rpmsg/rpmsg_client_
6 matches
Mail list logo